Started by timer Running as SYSTEM Agent basic-4jdcz is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717224243816" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "p___jenkins-ui_californium_svc_cluster_local_californiumx" name: "basic-4jdcz" 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-4jdcz" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-4jdcz" - 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-3206.vb_15dcf73f6a_9" 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-4jdcz (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.338 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.009 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.001 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.07 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.102 s - in org.eclipse.californium.elements.config.ConfigurationTest [INFO] Running org.eclipse.californium.elements.UDPConnectorTest 06:45:35.820 WARN [DirectDatagramSocketImpl]: closed/packet dropped! (E30,T29) 127.0.0.1:8,199 ==> :8,193 [] (o.e.c.e.u.DirectDatagramSocketImpl.send:319) 06:45:35.871 WARN [DirectDatagramSocketImpl]: closed/packet dropped! (E32,T33) 127.0.0.1:8,201 ==> :8,193 [] (o.e.c.e.u.DirectDatagramSocketImpl.send:319) 06:45:36.152 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: 1.033 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.001 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.004 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.026 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.067 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.579 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: 1.231 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.065 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.007 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.006 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.564 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.402 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.002 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.007 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.984 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.612 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: 1.011 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: 237092666509837 1: 5616 3: 8484 4: 9838 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 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.011 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.093 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.005 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.109 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:45.671 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:45:45.678 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:45:45.679 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:45:45.679 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:45:45.684 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:45:45.685 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:45:45.685 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:45:45.685 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:45:45.686 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:45:45.687 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:45:45.687 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:45:45.687 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:45:45.688 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478) 06:45:45.697 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:45:45.697 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:45:45.697 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:45:45.698 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:45:45.704 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:45:45.705 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:45:45.705 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:45:45.705 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:45:45.705 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.545 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:46:10.989 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:46:11.166 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:46:11.179 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:46:11.180 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.003 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:46:12.785 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:46:12.980 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:46:12.994 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:46:12.995 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.069 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.01 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.583 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.498 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.003 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.189 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.222 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.091 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.569 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.198 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.733 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.024 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.002 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.017 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.002 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.004 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.006 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.001 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.008 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: 1.527 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.028 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.066 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.496 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.002 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.356 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: 6.613 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:46:28.008 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:46:28.201 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:46:28.215 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:46:28.216 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: 1.156 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.324 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.223 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.69 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.147 s - in org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorAdvancedTest 06:46:41.500 ERROR [DirectDatagramSocketImpl]: destination port 8209 not available! (E130,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:56.664 ERROR [DirectDatagramSocketImpl]: destination port 8229 not available! (E295,T30) 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: 45.006 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.575 s - in org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorTest 06:47:21.327 ERROR [DirectDatagramSocketImpl]: destination port 8273 not available! (E592,T186) 127.0.0.1:8,267 ==> :8,273 [rec(19 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 06:47:21.328 WARN [DTLSConnector]: Could not send record, destination 127.0.0.1:8273 unreachable! [] (o.e.c.s.DTLSConnector.sendNextDatagramOverNetwork:3644) 06:47:25.450 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: 13.474 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.708 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:55.573 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:47:55.787 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:47:55.804 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:47:55.804 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.scandium.DTLSConnectorHandshakeTest 06:48:07.930 WARN [DTLSConnector]: Unexpected error occurred while processing record from peer [127.0.0.1:8285] [] (o.e.c.s.DTLSConnector.processRecord:2349) java.lang.IllegalStateException: connector must be started before sending messages is possible at org.eclipse.californium.scandium.DTLSConnector.send(DTLSConnector.java:3171) at org.eclipse.californium.scandium.ConnectorHelper$SimpleRawDataChannel.receiveData(ConnectorHelper.java:559) at org.eclipse.californium.scandium.DTLSConnector.processApplicationDataRecord(DTLSConnector.java:2465) at org.eclipse.californium.scandium.DTLSConnector.processRecord(DTLSConnector.java:2329) at org.eclipse.californium.scandium.DTLSConnector$17.run(DTLSConnector.java:2134) at org.eclipse.californium.elements.util.SerialExecutor$1.run(SerialExecutor.java:292) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [INFO] Tests run: 194, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.136 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.617 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:48:51.387 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:48:51.587 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:48:51.601 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:48:51.601 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:49:07.568 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:49:07.742 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:49:07.755 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:49:07.756 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: 4.661 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: 8.556 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.328 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.813 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.05 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: 5.956 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.007 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.006 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.03 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.095 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.005 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.002 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.134 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.005 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.203 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.051 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.087 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.012 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.045 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: 1.282 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.056 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.078 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.012 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.157 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.044 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.931 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.524 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.007 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.24 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.022 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.008 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.656 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.053 s - in org.eclipse.californium.core.network.CoapEndpointTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest 06:50:03.403 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.238 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.008 s - in org.eclipse.californium.core.observe.ObservationTest [INFO] Running org.eclipse.californium.core.observe.ObserveRelationTest 06:50:03.481 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.098 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.07 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.514 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: 7.683 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 0085: CON [MID=1001, T=0B], GET, /test -----> 0091: <----- ACK [MID=1001] 0098: <----- CON [MID=21079, T=0B], 2.05 0098: CON [MID=1002, T=0C], GET, /test -----> 0099: <----- ACK [MID=1002] 0099: <----- CON [MID=21080, T=0C], 2.05 0100: CON [MID=1003, T=0D], GET, /test -----> 0100: <----- ACK [MID=1003] 0101: <----- CON [MID=21081, T=0D], 2.05 0102: CON [MID=1004, T=0E], GET, /test -----> 0102: <----- ACK [MID=1004] 1103: CON [MID=1005, T=0F], GET, /test -----> 1104: <----- ACK [MID=1005, T=0F], 2.05 1106: ACK [MID=21079] -----> 1108: <----- CON [MID=21082, T=0E], 2.05 1109: ACK [MID=21080] -----> 1109: ACK [MID=21081] -----> 1109: ACK [MID=21082] -----> 0018: CON [MID=2001, T=10], GET, /test -----> 0019: <----- ACK [MID=2001, T=10], 2.05 0020: CON [MID=2002, T=11], GET, /test -----> 0021: <----- ACK [MID=2002, T=11], 2.05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.336 s - in org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest 0008: NON [MID=22118, T=9CB761F6FC25BA52], GET, /test -----> 0011: NON [MID=22119, T=C8E0C6C4F8E25693], GET, /test -----> 0012: NON [MID=22120, T=F88BA6DAD6399CB2], GET, /test -----> 1016: <----- NON [MID=1001, T=C8E0C6C4F8E25693], 2.05 1018: NON [MID=22121, T=5C50F555C03E17E0], GET, /test -----> 1516: <----- NON [MID=1002, T=9CB761F6FC25BA52], 2.05 1517: <----- NON [MID=1003, T=F88BA6DAD6399CB2], 2.05 1517: <----- NON [MID=1004, T=5C50F555C03E17E0], 2.05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.669 s - in org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest 0005: CON [MID=6794, T=D0F9913EE62B04E0], PUT, /test, 1:0/1/128, size1(290) -----> 0007: <----- ACK [MID=6794, T=D0F9913EE62B04E0], 2.31, 1:0/1/128 0008: CON [MID=6795, T=609A5B03F4ACA83E], PUT, /test, 1:1/1/128 -----> 0009: <----- ACK [MID=6795, T=609A5B03F4ACA83E], 2.31, 1:1/1/32 0009: CON [MID=6796, T=787E8A77BA6CC3BC], PUT, /test, 1:8/1/32 -----> 0010: <----- ACK [MID=6796, T=787E8A77BA6CC3BC], 2.31, 1:8/1/32 0010: CON [MID=6797, T=BC349BBB33DE6380], PUT, /test, 1:9/0/32 -----> 0011: <----- ACK [MID=6797, T=BC349BBB33DE6380], 2.04, 1:9/0/32 0002: CON [MID=8695, T=2CD3EA7484D2CEAD], GET, /test, 2:2/0/128 -----> 0004: <----- ACK [MID=8695, T=2CD3EA7484D2CEAD], 2.05, 2:2/0/128 0002: CON [MID=16144, T=90D6EBBA0B63B57C], GET, /test, 2:0/0/64 -----> 0004: <----- ACK [MID=16144, T=90D6EBBA0B63B57C], 2.05, 2:0/1/64, size2(170) 0005: CON [MID=16145, T=A8A1167E966E867D], GET, /test, 2:1/0/64 -----> 0006: <----- ACK [MID=16145, T=A8A1167E966E867D], 2.05, 2:1/1/64 0007: CON [MID=16146, T=08352D3A05C609F2], GET, /test, 2:2/0/64 -----> 0007: <----- ACK [MID=16146, T=08352D3A05C609F2], 2.05, 2:2/0/64 0003: CON [MID=40716, T=30A1B47D52DE5A1A], GET, /test -----> 0004: <----- ACK [MID=40716, T=30A1B47D52DE5A1A], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0005: CON [MID=40717, T=4422DD0A75AB5E35], GET, /test, 2:1/0/128 -----> 0006: <----- ACK [MID=40717, T=4422DD0A75AB5E35], 2.05, 2:1/1/128, ETags([0001]) 0007: CON [MID=40718, T=5484637D14C33C1D], GET, /test, 2:2/0/128 -----> 0008: <----- ACK [MID=40718, T=5484637D14C33C1D], 2.05, 2:2/0/128, ETags([0001]) 0004: CON [MID=10015, T=208536314D6607B4], PUT, /test -----> 0005: <----- ACK [MID=10015, T=208536314D6607B4], 4.13, 1:0/0/64 0006: CON [MID=10016, T=208536314D6607B4], PUT, /test, 1:0/1/64, size1(128) -----> 0007: <----- ACK [MID=10016, T=208536314D6607B4], 2.31, 1:0/1/64 0008: CON [MID=10017, T=ECDC92092DADE9F7], PUT, /test, 1:1/0/64 -----> 0009: <----- ACK [MID=10017, T=ECDC92092DADE9F7], 2.04, 1:1/0/64 0004: CON [MID=47582, T=107FC8286AF67766], PUT, /test, 1:0/1/128, size1(300) -----> 0005: <----- ACK [MID=47582, T=107FC8286AF67766], 2.31, 1:0/1/256 0006: CON [MID=47583, T=600C45B0A0D79007], PUT, /test, 1:1/1/128 -----> 0007: <----- ACK [MID=47583, T=600C45B0A0D79007], 2.31, 1:1/1/256 0007: CON [MID=47584, T=08E02EFD835748C3], PUT, /test, 1:2/0/128 -----> 0009: <----- ACK [MID=47584, T=08E02EFD835748C3], 2.04, 1:2/0/256 0003: Establish observe relation to test1 0005: CON [MID=13510, T=BDA1DAB4935227AA], GET, /test1, observe(0) -----> 0007: <----- ACK [MID=13510, T=BDA1DAB4935227AA], 2.05, 2:0/1/128, observe(62350), size2(300) 0008: CON [MID=13511, T=B4165451676EEB6C], GET, /test1, 2:1/0/128 -----> 0010: <----- ACK [MID=13511, T=B4165451676EEB6C], 2.05, 2:1/1/128 0010: CON [MID=13512, T=84C7AE6C7E166D9F], GET, /test1, 2:2/0/128 -----> 0012: <----- ACK [MID=13512, T=84C7AE6C7E166D9F], 2.05, 2:2/0/128 0012: ... time passes ... 0013: <----- CON [MID=8001, T=BDA1DAB4935227AA], 2.05, 2:0/1/128, observe(62354), size2(280) 0014: ACK [MID=8001] -----> 0015: CON [MID=13513, T=4020A3941D571A4A], GET, /test1, 2:1/0/128 -----> 0016: <----- ACK [MID=13513, T=4020A3941D571A4A], 2.05, 2:1/1/128 0016: CON [MID=13514, T=E4CAB402A22DDA87], GET, /test1, 2:2/0/128 -----> 0017: <----- ACK [MID=13514, T=E4CAB402A22DDA87], 2.05, 2:2/0/128 0018: ... time passes ... 0019: <----- CON [MID=8002, T=BDA1DAB4935227AA], 2.05, 2:0/1/128, observe(17), size2(290) 0019: ACK [MID=8002] -----> 0019: CON [MID=13515, T=FC6EC539E36F1E25], GET, /test1, 2:1/0/128 -----> 0020: Server sends third notification during transfer 0021: <----- CON [MID=8003, T=BDA1DAB4935227AA], 2.05, 2:0/1/128, observe(19), size2(290) 0021: <----- ACK [MID=13515, T=FC6EC539E36F1E25], 2.05, 2:1/1/128 0021: ACK [MID=8003] -----> 0023: CON [MID=13516, T=70B3DBED726FB33B], GET, /test1, 2:1/0/128 -----> 0023: Send old notification during transfer 0024: <----- CON [MID=8004, T=BDA1DAB4935227AA], 2.05, 2:0/1/128, observe(18), size2(290) 0024: <----- ACK [MID=13516, T=70B3DBED726FB33B], 2.05, 2:1/1/128 0024: ACK [MID=8004] -----> 0025: CON [MID=13517, T=2869766767AF1E64], GET, /test1, 2:2/0/128 -----> 0026: <----- ACK [MID=13517, T=2869766767AF1E64], 2.05, 2:2/0/128 0002: CON [MID=41610, T=ECF1BE0C96FC7067], PUT, /test -----> 0003: <----- ACK [MID=41610, T=ECF1BE0C96FC7067], 4.13 0004: CON [MID=41611, T=ECF1BE0C96FC7067], PUT, /test, 1:0/1/64, size1(128) -----> 0004: <----- ACK [MID=41611, T=ECF1BE0C96FC7067], 4.13, 1:0/1/32 0005: CON [MID=41612, T=38879F8F95FFFA78], PUT, /test, 1:0/1/32, size1(128) -----> 0005: <----- ACK [MID=41612, T=38879F8F95FFFA78], 2.31, 1:0/1/32 0006: CON [MID=41613, T=4469995B33BAFAAA], PUT, /test, 1:1/1/32 -----> 0007: <----- ACK [MID=41613, T=4469995B33BAFAAA], 2.31, 1:1/1/32 0007: CON [MID=41614, T=38F0A0775EB8E0C7], PUT, /test, 1:2/1/32 -----> 0008: <----- ACK [MID=41614, T=38F0A0775EB8E0C7], 2.31, 1:2/1/32 0008: CON [MID=41615, T=1839A04C1A505026], PUT, /test, 1:3/0/32 -----> 0009: <----- ACK [MID=41615, T=1839A04C1A505026], 2.04, 1:3/0/32 0002: CON [MID=56466, T=B85FDA74C4B25A32], GET, /test -----> 0003: <----- ACK [MID=56466, T=B85FDA74C4B25A32], 2.05, 2:0/1/256, size2(300) 0003: CON [MID=56467, T=B49F57C97E0BB15D], GET, /test, 2:2/0/128 -----> // lost 0205: CON [MID=56467, T=B49F57C97E0BB15D], GET, /test, 2:2/0/128 -----> 0207: <----- ACK [MID=56467, T=B49F57C97E0BB15D], 2.05, 2:2/0/128 0006: CON [MID=26530, T=48FF9FE928E18CC7], GET, /test -----> 0007: <----- ACK [MID=26530, T=48FF9FE928E18CC7], 2.05, 2:0/1/128 0008: CON [MID=26531, T=089254AAF9A22CCA], GET, /test, 2:1/0/128 -----> 0208: CON [MID=26531, T=089254AAF9A22CCA], GET, /test, 2:1/0/128 -----> 0002: CON [MID=1464, T=B0768E66E82DCD28], GET, /test -----> 0003: <----- ACK [MID=1464, T=B0768E66E82DCD28], 2.05, 2:0/1/128 0004: CON [MID=1465, T=DC2713D384B2FC73], GET, /test, 2:1/0/128 -----> 0004: <----- ACK [MID=1465, T=DC2713D384B2FC73], 2.05, 2:1/1/128 0005: CON [MID=1466, T=D84BD2F38CA579D6], GET, /test, 2:2/0/128 -----> 0005: <----- ACK [MID=1466] 0003: CON [MID=44355, T=80957D25082B883A], PUT, /test, 1:0/1/128, size1(138) -----> 0004: <----- ACK [MID=44355, T=80957D25082B883A], 4.13, 1:0/0/64 0004: CON [MID=44356, T=A4704823227FA634], PUT, /test, 1:0/1/64, size1(138) -----> 0005: <----- ACK [MID=44356, T=A4704823227FA634], 2.31, 1:0/1/64 0006: CON [MID=44357, T=1CC06C87623641F2], PUT, /test, 1:1/1/64 -----> 0007: <----- ACK [MID=44357, T=1CC06C87623641F2], 2.31, 1:1/1/64 0007: CON [MID=44358, T=48CF8FD2A95E367B], PUT, /test, 1:2/0/64 -----> 0008: <----- ACK [MID=44358, T=48CF8FD2A95E367B], 2.04, 1:2/0/64 0003: CON [MID=4940, T=88ECCD0A99E274CF], GET, /test -----> 0004: <----- ACK [MID=4940, T=88ECCD0A99E274CF], 2.05, 2:0/1/128 0005: CON [MID=4941, T=D0FBEB3E1E423ED2], GET, /test, 2:1/0/128 -----> 0006: CON [MID=4942, T=A0083C1F79E4D016], GET, /test -----> 0007: <----- ACK [MID=4942, T=A0083C1F79E4D016], 2.05, 2:0/1/128 0007: CON [MID=4943, T=8478F654E19E6664], GET, /test, 2:1/0/128 -----> 0008: <----- ACK [MID=4941, T=D0FBEB3E1E423ED2], 2.05, 2:1/0/128 0009: <----- ACK [MID=4943, T=8478F654E19E6664], 2.05, 2:1/0/128 0003: CON [MID=23183, T=04BFB027E0BD5F66], GET, /test -----> 0004: <----- ACK [MID=23183, T=04BFB027E0BD5F66], 2.05, 2:0/1/128 0005: CON [MID=23184, T=0C47DA6066CF324F], GET, /test, 2:1/0/128 -----> 0205: CON [MID=23184, T=0C47DA6066CF324F], GET, /test, 2:1/0/128 -----> 0231: <----- ACK [MID=23184, T=0C47DA6066CF324F], 2.05, 2:1/1/128 0231: CON [MID=23185, T=F02978A259DD6FC5], GET, /test, 2:2/0/128 -----> 0432: CON [MID=23185, T=F02978A259DD6FC5], GET, /test, 2:2/0/128 -----> 0458: <----- ACK [MID=23185, T=F02978A259DD6FC5], 2.05, 2:2/0/128 0458: // next transfer 0459: CON [MID=23186, T=18723AA02A318020], GET, /test -----> 0459: <----- ACK [MID=23186, T=18723AA02A318020], 2.05, 2:0/1/128 0460: CON [MID=23187, T=B016D672A8880D11], GET, /test, 2:1/0/128 -----> 0661: CON [MID=23187, T=B016D672A8880D11], GET, /test, 2:1/0/128 -----> 0686: <----- ACK [MID=23187, T=B016D672A8880D11], 2.05, 2:1/1/128 0687: CON [MID=23188, T=9808277A2225F431], GET, /test, 2:2/0/128 -----> 0888: CON [MID=23188, T=9808277A2225F431], GET, /test, 2:2/0/128 -----> 0913: <----- ACK [MID=23188, T=9808277A2225F431], 2.05, 2:2/0/128 0002: CON [MID=6977, T=AC498B9ED4F4AC22], PUT, /test, 1:0/1/128, size1(260) -----> 0003: <----- ACK [MID=6977, T=AC498B9ED4F4AC22], 2.31, 1:0/0/128 0004: CON [MID=6978, T=886CA98F1A0E89A6], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=6978, T=886CA98F1A0E89A6], 4.13, 1:1/0/64 0002: CON [MID=1590, T=C43799CD8E0A0045], PUT, /test, 1:0/1/128, size1(200) -----> 0003: <----- ACK [MID=1590, T=C43799CD8E0A0045], 2.31, 1:0/1/32 0004: CON [MID=1591, T=280509A24AEE65E5], PUT, /test, 1:4/1/32 -----> 0004: <----- ACK [MID=1591, T=280509A24AEE65E5], 2.31, 1:4/1/32 0005: CON [MID=1592, T=D89EB4E61A5BFF82], PUT, /test, 1:5/1/32 -----> 0005: <----- ACK [MID=1592, T=D89EB4E61A5BFF82], 2.31, 1:5/1/32 0006: CON [MID=1593, T=80942A3F77A3A354], PUT, /test, 1:6/0/32 -----> 0006: <----- ACK [MID=1593, T=80942A3F77A3A354], 2.04, 1:6/0/32 0002: CON [MID=55368, T=C034B0DB31470D65], GET, /test, 2:0/0/64 -----> 0003: <----- ACK [MID=55368, T=C034B0DB31470D65], 2.05, 2:0/1/64, size2(170) 0003: CON [MID=55369, T=C867FDA287E92295], GET, /test, 2:1/0/64 -----> 0004: <----- ACK [MID=55368, T=C034B0DB31470D65], 2.05, 2:0/1/64, size2(170) 0204: CON [MID=55369, T=C867FDA287E92295], GET, /test, 2:1/0/64 -----> 0205: <----- ACK [MID=55369, T=C867FDA287E92295], 2.05, 2:1/1/64 0205: CON [MID=55370, T=20E5AC9C37050EE9], GET, /test, 2:2/0/64 -----> 0206: <----- ACK [MID=55370, T=20E5AC9C37050EE9], 2.05, 2:2/0/64 0002: CON [MID=56503, T=58DBCD41E935C166], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=56503, T=58DBCD41E935C166], 2.31, 1:1/0/128 0003: CON [MID=56504, T=B8D55FB339B133B4], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=56504] 0003: CON [MID=49641, T=3C6598F68BCEAC50], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=49641, T=3C6598F68BCEAC50], 2.31, 1:0/1/128 0004: CON [MID=49642, T=C8D10F881C1088D9], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=49642, T=C8D10F881C1088D9], 2.31, 1:1/1/128 0005: CON [MID=49643, T=38A5AE52622FB4B4], PUT, /test, 1:2/0/128 -----> 0006: <----- ACK [MID=49643, T=38A5AE52622FB4B4], 4.08 0002: CON [MID=54330, T=78408C6464912B43], PUT, /test -----> 0003: <----- ACK [MID=54330, T=78408C6464912B43], 4.13, size1(90) 0003: CON [MID=54331, T=78408C6464912B43], PUT, /test, 1:0/1/64, size1(128) -----> 0004: <----- ACK [MID=54331, T=78408C6464912B43], 2.31, 1:0/1/64 0004: CON [MID=54332, T=9C765573AA663B6F], PUT, /test, 1:1/0/64 -----> 0005: <----- ACK [MID=54332, T=9C765573AA663B6F], 2.04, 1:1/0/64 0002: CON [MID=53991, T=701D21CF5040D9E4], PUT, /test, 1:0/1/128, size1(1034) -----> 0003: <----- ACK [MID=53991, T=701D21CF5040D9E4], 4.13, size1(1024) 0002: CON [MID=29975, T=F874EC402A42DB36], PUT, /test, 1:0/1/128, size1(300) -----> 0003: CON [MID=29976, T=24859999A3BA606C], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=29975, T=F874EC402A42DB36], 2.31, 1:0/1/128 0003: <----- ACK [MID=29976, T=24859999A3BA606C], 2.31, 1:0/1/128 0004: CON [MID=29977, T=9CE1B995C3E57F6B], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=29977, T=9CE1B995C3E57F6B], 2.31, 1:1/1/128 0005: CON [MID=29978, T=C49141BEF115E7DF], PUT, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=29978, T=C49141BEF115E7DF], 2.04, 1:2/0/128 0002: CON [MID=11716, T=2469B3656365B27D], POST, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=11716, T=2469B3656365B27D], 2.31, 1:0/1/128 0003: CON [MID=11717, T=40F38767771C92C0], POST, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=11717, T=40F38767771C92C0], 2.31, 1:1/1/128 0004: CON [MID=11718, T=180D6694749A01D3], POST, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=11718, T=180D6694749A01D3], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0005: CON [MID=11719, T=A8D9910E2B952B86], POST, /test, 2:1/0/128 -----> 0005: <----- ACK [MID=11719, T=A8D9910E2B952B86], 2.04, 2:1/1/128, ETags([0001]) 0006: CON [MID=11720, T=281D0A8C1A0FAA3E], POST, /test, 2:2/0/128 -----> 0006: <----- ACK [MID=11720, T=281D0A8C1A0FAA3E], 2.04, 2:2/1/128, ETags([0001]) 0007: CON [MID=11721, T=B87292F77A703A84], POST, /test, 2:3/0/128 -----> 0007: <----- ACK [MID=11721, T=B87292F77A703A84], 2.04, 2:3/0/128, ETags([0001]) 0002: CON [MID=64675, T=18FACB1E8E11711C], PUT, /test, 1:0/1/128, size1(138) -----> 0002: <----- ACK [MID=64675, T=18FACB1E8E11711C], 4.13, 1:0/0/128 0004: CON [MID=21993, T=DC44A24750B6B4DA], GET, /test -----> 0005: <----- ACK [MID=21993, T=DC44A24750B6B4DA], 2.05, 2:0/1/128, size2(300) 0006: CON [MID=21994, T=C0D3B0A74EA35B41], GET, /test, 2:1/0/128 -----> 0007: <----- ACK [MID=21994, T=C0D3B0A74EA35B41], 2.05, 2:1/1/128 0008: CON [MID=21995, T=68F38A61C8D9D944], GET, /test, 2:2/0/128 (should be dropped by error) 0010: CON [MID=21995, T=68F38A61C8D9D944], GET, /test, 2:2/0/128 -----> (dropped) 0011: CON [MID=62532, T=60B449C9E4C77A72], PUT, /test, 1:0/1/128, size1(300) -----> 0012: <----- ACK [MID=62532, T=60B449C9E4C77A72], 2.31, 1:0/0/128 0013: CON [MID=62533, T=BC856062D72F35E0], PUT, /test, 1:1/1/128 -----> 0013: <----- ACK [MID=62533, T=BC856062D72F35E0], 2.31, 1:1/0/128 0003: CON [MID=54112, T=68191D91CDCE6560], GET, /test -----> 0004: <----- ACK [MID=54112, T=68191D91CDCE6560], 2.05, 2:0/1/128 0005: CON [MID=54113, T=30F98922246389FA], GET, /test, 2:1/0/128 -----> 0006: <----- ACK [MID=54113, T=30F98922246389FA], 2.05, 2:1/1/128 0006: CON [MID=54114, T=F06671C0FA8C50BB], GET, /test, 2:2/0/128 -----> 0004: CON [MID=55126, T=B0D5E977898929BD], PUT, /test, 1:0/1/128, size1(250) -----> 0005: <----- ACK [MID=55126, T=B0D5E977898929BD], 2.31, 1:0/0/128 0005: CON [MID=55127, T=68423A8E7A2AFAB2], PUT, /test, 1:1/0/128 -----> 0006: <----- ACK [MID=55127, T=68423A8E7A2AFAB2], 4.13, 1:1/0/64 06:50:19.791 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 0003: CON [MID=12294, T=C4DBE44466DDFCB4], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=12294, T=C4DBE44466DDFCB4], 2.31, 1:0/1/128 0005: CON [MID=12295, T=88E2B1D6645086AD], PUT, /test, 1:1/1/128 -----> 0006: <----- ACK [MID=12295, T=88E2B1D6645086AD], 2.31, 1:1/1/128 0006: CON [MID=12296, T=BCE755280ABDED4A], PUT, /test, 1:2/0/128 (should be dropped by error) 0006: CON [MID=12296, T=BCE755280ABDED4A], PUT, /test, 1:2/0/128 -----> (dropped) 0003: CON [MID=5763, T=74A8E54295B76B2A], GET, /test -----> 0004: <----- ACK [MID=5763, T=74A8E54295B76B2A], 2.05, 2:0/1/128, size2(1034) 0003: CON [MID=24748, T=9CC5EA5765CB491F], PUT, /test -----> 0003: <----- ACK [MID=24748, T=9CC5EA5765CB491F], 4.13 0004: CON [MID=24749, T=9CC5EA5765CB491F], PUT, /test, 1:0/1/64, size1(128) -----> 0005: <----- ACK [MID=24749, T=9CC5EA5765CB491F], 2.31, 1:0/1/64 0005: CON [MID=24750, T=68D019A4D218095A], PUT, /test, 1:1/0/64 -----> 0006: <----- ACK [MID=24750, T=68D019A4D218095A], 2.04, 1:1/0/64 0002: CON [MID=64114, T=20A7717EBE193899], GET, /test -----> 0002: <----- ACK [MID=64114, T=20A7717EBE193899], 2.05, 2:0/1/128 0003: CON [MID=64115, T=44059D62E0D011F9], GET, /test, 2:1/0/128 -----> 0203: CON [MID=64115, T=44059D62E0D011F9], GET, /test, 2:1/0/128 -----> 0228: <----- ACK [MID=64115, T=44059D62E0D011F9], 2.05, 2:1/1/128 0229: CON [MID=64116, T=F4725FE6B60243AC], GET, /test, 2:2/0/128 -----> 0430: CON [MID=64116, T=F4725FE6B60243AC], GET, /test, 2:2/0/128 -----> 0002: CON [MID=38161, T=F4ECE77A21074FF4], PUT, /test -----> 0003: <----- ACK [MID=38161, T=F4ECE77A21074FF4], 4.13 0003: CON [MID=38162, T=F4ECE77A21074FF4], PUT, /test, 1:0/1/64, size1(128) -----> 0004: <----- ACK [MID=38162, T=F4ECE77A21074FF4], 4.13 0002: CON [MID=57588, T=58AFBD7DD5BBE5BF], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=57588, T=58AFBD7DD5BBE5BF], 2.31, 1:0/1/128 0003: CON [MID=57589, T=744AB268652B5319], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=57589, T=744AB268652B5319], 2.31, 1:1/1/128 0004: CON [MID=57590, T=78DBCE992E9BECE4], PUT, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=57590, T=78DBCE992E9BECE4], 2.04, 1:2/0/128 0003: CON [MID=13974, T=A0349169BBEE8CA0], PUT, /test, 1:0/1/128, size1(400) -----> 0004: <----- ACK [MID=13974, T=A0349169BBEE8CA0], 2.31, 1:1/0/128 0004: CON [MID=13975, T=F4E41F39DA8BA618], PUT, /test, 1:1/1/128 -----> 0205: CON [MID=13975, T=F4E41F39DA8BA618], PUT, /test, 1:1/1/128 -----> 0232: <----- ACK [MID=13975, T=F4E41F39DA8BA618], 2.31, 1:2/0/128 0232: CON [MID=13976, T=74EDFCB9425E0C60], PUT, /test, 1:2/1/128 -----> 0433: CON [MID=13976, T=74EDFCB9425E0C60], PUT, /test, 1:2/1/128 -----> [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.464 s - in org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest 0005: CON [MID=17001, T=12], GET, /con -----> 0005: <----- ACK [MID=17001] 0006: <----- CON [MID=64285, T=12], 2.05 0006: ACK [MID=64285] -----> 0004: CON [MID=17001, T=13], GET, /con -----> 0004: <----- ACK [MID=17001] 0004: <----- CON [MID=13911, T=13], 2.05 0205: <----- CON [MID=13911, T=13], 2.05 0205: ACK [MID=13911] -----> 0004: CON [MID=17001, T=14], GET, /con -----> 0004: <----- ACK [MID=17001] 0004: <----- CON [MID=23665, T=14], 2.05 0205: <----- CON [MID=23665, T=14], 2.05 0004: CON [MID=17001, T=15], GET, /ack -----> 0004: <----- ACK [MID=17001, T=15], 2.05 0005: CON [MID=17001, T=15], GET, /ack -----> 0006: <----- ACK [MID=17001, T=15], 2.05 0004: CON [MID=17001, T=16], GET, /con -----> 0004: <----- ACK [MID=17001] 0005: (drop) <--- CON [MID=57715, T=16], 2.05 0004: CON [MID=17001, T=17], GET, /con -----> 0004: <----- ACK [MID=17001] 0004: <----- CON [MID=47128, T=17], 2.05 0005: CON [MID=17001, T=17], GET, /con -----> 0005: <----- ACK [MID=17001] 0005: <----- CON [MID=47128, T=17], 2.05 0006: ACK [MID=47128] -----> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.756 s - in org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest [INFO] Running org.eclipse.californium.core.test.lockstep.DeduplicationTest 0005: CON [MID=14567, T=6010083A0ECFE940], GET, /test -----> 0106: CON [MID=14567, T=6010083A0ECFE940], GET, /test -----> 1108: CON [MID=14568, T=00E14417EEEEF649], GET, /test -----> 1208: CON [MID=14568, T=00E14417EEEEF649], GET, /test -----> 0003: CON [MID=1234, T=C02FE926207DC2EB], GET, /test -----> 0004: <----- ACK [MID=1234] 0005: <----- ACK [MID=1234] 0005: <----- CON [MID=4711, T=C02FE926207DC2EB], 2.05 0005: ACK [MID=4711] -----> 0006: <----- CON [MID=4711, T=C02FE926207DC2EB], 2.05 0007: ACK [MID=4711] -----> 0008: <----- CON [MID=42, T=C02FE926207DC2EB], 2.05 0008: RST [MID=42] -----> 0010: CON [MID=4711, T=C4BE47092A28DCB9], GET, /test -----> 0010: <----- ACK [MID=4711, T=C4BE47092A28DCB9], 2.05 0011: <----- ACK [MID=4711, T=C4BE47092A28DCB9], 2.05 0003: CON [MID=1234, T=10C5FD1FDDF748C5], GET, /test -----> (drop) 0003: CON [MID=45355, T=FCC97B298AFABC47], GET, /test -----> 0104: CON [MID=45355, T=FCC97B298AFABC47], GET, /test -----> 0205: CON [MID=45355, T=FCC97B298AFABC47], GET, /test -----> 1206: CON [MID=45356, T=18A5780B56BCBD27], GET, /test -----> 1307: CON [MID=45356, T=18A5780B56BCBD27], GET, /test -----> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.143 s - in org.eclipse.californium.core.test.lockstep.DeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.ObserveServerSideTest 0006: CON [MID=7001, T=18], GET, /obs, observe(0) -----> 0007: <----- ACK [MID=7001, T=18], 2.05, observe(0), ETags([0001]) 0007: Observe relation established 0009: <----- NON [MID=22694, T=18], 2.05, observe(1), ETags([0002]) 0010: <----- NON [MID=22695, T=18], 2.05, observe(2), ETags([0003]) 0010: <----- NON [MID=22696, T=18], 2.05, observe(3), ETags([0004])// Reject 1. notification (cancel observe) 0011: RST [MID=22694] -----> 0212: NON [MID=7001, T=19], GET, /obs, 2:0/0/16, observe(0) -----> 0213: <----- NON [MID=45770, T=19], 2.05, 2:0/1/16, observe(3), size2(30), ETags([0005]) 0216: NON [MID=7002, T=19], GET, /obs, 2:1/0/16, ETags([0005]) -----> 0217: <----- NON [MID=45771, T=19], 2.05, 2:1/0/16, ETags([0005]) 0217: Observe relation established 0218: <----- NON [MID=45772, T=19], 2.05, 2:0/1/16, observe(4), size2(29), ETags([0006]) 0219: NON [MID=7003, T=19], GET, /obs, 2:1/0/16, ETags([0006]) -----> 0219: <----- NON [MID=45773, T=19], 2.05, 2:1/0/16, ETags([0006]) 0221: <----- CON [MID=45774, T=19], 2.05, 2:0/1/16, observe(5), size2(30), ETags([0007]) 0221: ACK [MID=45774] -----> 0221: NON [MID=7004, T=19], GET, /obs, 2:1/0/16, ETags([0007]) -----> 0222: <----- NON [MID=45775, T=19], 2.05, 2:1/0/16, ETags([0007]) 0223: <----- NON [MID=45776, T=19], 2.05, 2:0/1/16, observe(6), size2(29), ETags([0008])// Reject notification (cancel observe) 0223: RST [MID=45776] -----> 0424: CON [MID=7001, T=1A], GET, /obs, observe(0) -----> 0425: <----- ACK [MID=7001, T=1A], 2.05, 2:0/1/32, observe(6), size2(80), ETags([0009]) 0425: Observe relation established 0425: CON [MID=7002, T=1B], GET, /obs, 2:1/0/32, ETags([0009]) -----> 0426: <----- ACK [MID=7002, T=1B], 2.05, 2:1/1/32, ETags([0009]) 0426: CON [MID=7003, T=1B], GET, /obs, 2:2/0/32, ETags([0009]) -----> 0427: <----- ACK [MID=7003, T=1B], 2.05, 2:2/0/32, ETags([0009]) 0427: === changed === 0428: <----- CON [MID=37151, T=1A], 2.05, 2:0/1/32, observe(7), size2(80), ETags([000A]) 0428: ACK [MID=37151] -----> 0428: CON [MID=7004, T=1C], GET, /obs, 2:1/0/32, ETags([000A]) -----> 0429: <----- ACK [MID=7004, T=1C], 2.05, 2:1/1/32, ETags([000A]) 0429: CON [MID=7005, T=1C], GET, /obs, 2:2/0/32, ETags([000A]) -----> 0430: <----- ACK [MID=7005, T=1C], 2.05, 2:2/0/32, ETags([000A]) 0430: === changed === 0430: <----- CON [MID=37152, T=1A], 2.05, 2:0/1/32, observe(8), size2(80), ETags([000B])// Reject notification (cancel observe) 0431: RST [MID=37152] -----> 0631: NON [MID=7001, T=1D], GET, /obs, observe(0) -----> 0631: <----- NON [MID=46155, T=1D], 2.05, observe(8), ETags([000C]) 0632: Observe relation established 0632: <----- NON [MID=46156, T=1D], 2.05, observe(9), ETags([000D]) 0632: <----- CON [MID=46157, T=1D], 2.05, observe(10), ETags([000E]) 0633: ACK [MID=46157] -----> 0733: <----- NON [MID=46158, T=1D], 2.05, observe(11), ETags([000F])// Reject notification (cancel observe) 0734: RST [MID=46158] -----> 06:50:28.634 WARN [BaseCoapStack]: error send response NON-2.05 MID= 2456, Token=1E, OptionSet={"ETag":0x0012, "Observe":13}, "Second notification 5580164760" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0860: CON [MID=7001, T=1E], GET, /obs, observe(0) -----> 0860: <----- ACK [MID=7001, T=1E], 2.05, observe(11), ETags([0010]) 0860: // Observe relation established 0861: <----- NON [MID=2455, T=1E], 2.05, observe(12), ETags([0011]) 0861: (should be dropped by error) NON [MID=2456, T=1E], 2.05, observe(13), ETags([0012]) 0861: (dropped) <--- NON [MID=2456, T=1E], 2.05, observe(13), ETags([0012]) 0961: <----- NON [MID=2457, T=1E], 2.05, observe(14), ETags([0013]) 0962: // Reject 1. notification (cancel observe) 0962: RST [MID=2455] -----> 1236: CON [MID=7001, T=1F], GET, /obs, observe(0) -----> 1237: <----- ACK [MID=7001, T=1F], 2.05, observe(14), ETags([0014]) 1237: Observe relation established 1237: <----- CON [MID=55164, T=1F], 2.05, observe(15), ETags(// lost [0015]) 1438: <----- CON [MID=55164, T=1F], 2.05, observe(15), ETags([0015])// Reject notification (cancel observe) 1438: RST [MID=55164] -----> 1638: CON [MID=7001, T=20], GET, /obs, observe(0) -----> 1639: <----- ACK [MID=7001, T=20], 2.05, observe(15), ETags([0016]) 1639: Observe relation established 1640: <----- CON [MID=11434, T=20], 2.05, observe(// lost 16), ETags([0017]) 1840: <----- CON [MID=11434, T=20], 2.05, observe(16), ETags([0017])// lost (1. retransmission) 2041: <----- CON [MID=11435, T=20], 2.05, observe(17), ETags([0018])// lost (2. retransmission) 2242: <----- CON [MID=11436, T=20], 2.05, observe(18), ETags([0019])// lost (3. retransmission) 2442: <----- CON [MID=11436, T=20], 2.05, observe(18), ETags([0019])// lost (4. retransmission) 2645: CON [MID=7001, T=21], GET, /obs, observe(0) -----> 2645: <----- ACK [MID=7001, T=21], 2.05, observe(18), ETags([001A]) 2645: Observe relation established 2646: <----- NON [MID=53016, T=21], 2.05, observe(19), ETags([001B]) 2647: <----- CON [MID=53017, T=21], 2.05, observe(20), ETags([001C]) 2848: <----- CON [MID=53018, T=21], 2.05, observe(21), ETags([001D]) 3048: <----- CON [MID=53019, T=21], 2.05, observe(22), ETags([001E]) 3249: <----- CON [MID=53019, T=21], 2.05, observe(22), ETags([001E]) 3449: <----- CON [MID=53020, T=21], 2.05, observe(23), ETags([001F]) 3450: ACK [MID=53020] -----> 3450: <----- CON [MID=53021, T=21], 2.05, observe(24), ETags([0020]) 3451: ACK [MID=53021] -----> 3451: <----- CON [MID=53022, T=21], 2.05, observe(26), ETags([0022]) 3451: ACK [MID=53022] -----> 3528: CON [MID=7001, T=22], GET, /obs, observe(0) -----> 3528: <----- ACK [MID=7001, T=22], 2.05, observe(26), ETags([0023]) 3528: Observe relation established 3529: <----- CON [MID=15371, T=22], 2.05, observe(27), ETags([0024]) 3629: stop server 3630: start server 4031: <----- CON [MID=15372, T=22], 2.05, observe(28), ETags([0025]) 4032: ACK [MID=15372] -----> 4107: NON [MID=7001, T=23], GET, /obs, observe(0) -----> 4108: <----- NON [MID=20822, T=23], 2.05, observe(28), ETags([0026]) 4108: Observe relation established 4108: <----- CON [MID=20823, T=23], 2.05, observe(29), ETags([0027]) 4109: ACK [MID=20823] -----> 4109: <----- CON [MID=20824, T=23], 2.05, observe(30), ETags([0028]) 4109: RST [MID=20824] -----> 4235: CON [MID=7001, T=24], GET, /obs, observe(0) -----> 4236: <----- ACK [MID=7001, T=24], 2.05, observe(30), ETags([0029]) 4236: Observe relation established 4237: <----- NON [MID=9530, T=24], 2.05, observe(31), ETags([002A]) 4237: <----- NON [MID=9531, T=24], 2.05, observe(32), ETags([002B]) 4237: <----- CON [MID=9532, T=24], 2.05, observe(33), ETags([002C]) 4238: ACK [MID=9532] -----> 4238: <----- NON [MID=9533, T=24], 2.05, observe(34), ETags([002D]) 4238: <----- CON [MID=9534, T=24], 2.05, observe(35), ETags( // lost[002E]) 4439: <----- CON [MID=9534, T=24], 2.05, observe(35), ETags([002E]) // lost 4639: <----- CON [MID=9534, T=24], 2.05, observe(35), ETags([002E]) // lost 4840: <----- CON [MID=9534, T=24], 2.05, observe(35), ETags([002E]) // lost 5040: <----- CON [MID=9534, T=24], 2.05, observe(35), ETags([002E]) // lost 5243: CON [MID=7001, T=25], GET, /obs, observe(0) -----> 5243: <----- ACK [MID=7001, T=25], 2.05, observe(35), ETags([002F]) 5243: Observe relation established 5243: === changed === 5244: <----- CON [MID=6655, T=25], 2.05, 2:0/1/32, observe(36), size2(80), ETags([0030]) 5244: ACK [MID=6655] -----> 5244: CON [MID=7002, T=26], GET, /obs, 2:1/0/32, ETags([0030]) -----> 5245: <----- ACK [MID=7002, T=26], 2.05, 2:1/1/32, ETags([0030]) 06:50:33.243 WARN [BaseCoapStack]: error send response NON-2.05 MID=41927, Token=27, OptionSet={"ETag":0x0033, "Observe":38}, "Second notification 5920612188" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 5469: CON [MID=7001, T=27], GET, /obs, observe(0) -----> 5470: <----- ACK [MID=7001, T=27], 2.05, observe(36), ETags([0031]) 5470: // Observe relation established 5470: <----- NON [MID=41926, T=27], 2.05, observe(37), ETags([0032]) 5471: (should be dropped by error) NON [MID=41927, T=27], 2.05, observe(38), ETags([0033]) 5471: (dropped) <--- NON [MID=41927, T=27], 2.05, observe(38), ETags([0033]) 5571: // Reject 1. notification (cancel observe) 5571: RST [MID=41926] -----> 5709: CON [MID=7001, T=28], GET, /obs, observe(0) -----> 5709: <----- ACK [MID=7001, T=28], 2.05, observe(38), ETags([0034]) 5710: Observe relation established 5711: <----- NON [MID=13975, T=28], 2.05, observe(39), ETags([0035]) 5711: <----- CON [MID=13976, T=28], 2.05, observe(40), ETags([0036]) 5912: <----- CON [MID=13977, T=28], 2.05, observe(41), ETags([0037]) 6113: <----- CON [MID=13978, T=28], 2.05, observe(42), ETags([0038]) 6313: <----- CON [MID=13978, T=28], 2.05, observe(42), ETags([0038]) 6514: <----- CON [MID=13979, T=28], 2.05, observe(43), ETags([0039]) 6514: server cancels observe relation 6717: CON [MID=7001, T=29], GET, /obs, observe(0) -----> 6717: <----- ACK [MID=7001, T=29], 2.05, observe(43), ETags([003A]) 6717: Observe relation established 6718: CON [MID=7001, T=29], GET, /obs, observe(0) -----> 6718: <----- ACK [MID=7001, T=29], 2.05, observe(43), ETags([003A]) 6869: CON [MID=7001, T=2A], GET, /obs, observe(0) -----> 6869: <----- ACK [MID=7001] 6870: <----- NON [MID=43985, T=2A], 2.05, observe(43) , ETags(6870: Observe relation established[003B]) 6870: CON [MID=7001, T=2A], GET, /obs, observe(0) -----> 6870: <----- ACK [MID=7001] 6870: <----- NON [MID=43985, T=2A], 2.05, observe(43), ETags([003B]) 6871: CON [MID=7002, T=2A], GET, /obs, observe(1) -----> 6871: <----- ACK [MID=7002] 6872: <----- CON [MID=43986, T=2A], 2.05, ETags([003C]) 6872: ACK [MID=43986] -----> [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.093 s - in org.eclipse.californium.core.test.lockstep.ObserveServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest 0005: CON [MID=2345, T=0001], GET, /test/CON -----> 0005: <----- ACK [MID=2345] 0006: <----- CON [MID=40532, T=0001], 2.05 0006: CON [MID=2345, T=0001], GET, /test/CON -----> 0006: <----- ACK [MID=2345] 0006: <----- CON [MID=40532, T=0001], 2.05 1007: <----- CON [MID=40532, T=0001], 2.05 1008: ACK [MID=40532] -----> 1008: CON [MID=2346, T=0001], GET, /test/CON -----> 1008: <----- ACK [MID=2346] 1008: <----- CON [MID=40533, T=0001], 2.05 1008: ACK [MID=40533] -----> 1510: CON [MID=1234, T=0000], GET, /test -----> 1511: <----- ACK [MID=1234, T=0000], 2.05 1611: CON [MID=1234, T=0000], GET, /test -----> 1612: <----- ACK [MID=1234, T=0000], 2.05 1612: CON [MID=1235, T=0000], GET, /test -----> 1613: <----- ACK [MID=1235, T=0000], 2.05 2114: CON [MID=2345, T=0001], GET, /test/NON -----> 2115: <----- ACK [MID=2345] 2115: <----- NON [MID=23849, T=0001], 2.05 2116: CON [MID=2345, T=0001], GET, /test/NON -----> 2116: <----- ACK [MID=2345] 2116: <----- NON [MID=23849, T=0001], 2.05 2116: CON [MID=2346, T=0001], GET, /test/NON -----> 2116: <----- ACK [MID=2346] 2117: <----- NON [MID=23850, T=0001], 2.05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.613 s - in org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.ClusteringTest 0004: Sending Observe Request to client 1 ... 0004: Server send Observe response to client 1. 0004: CON [MID=58103, T=4184C439FA174089], GET, /test, observe(0) -----> 0005: <----- ACK [MID=58103] 0005: <----- CON [MID=8001, T=4184C439FA174089], 2.05, observe(101) 0006: ACK [MID=8001] -----> 0057: Relation established with client 1 1057: Server send Observe response to client 2. 1058: <----- CON [MID=8002, T=4184C439FA174089], 2.05, observe(102) 1058: ACK [MID=8002] -----> 1059: Response received 1059: 1059: Server send Observe response to client 1. 1059: <----- CON [MID=8003, T=4184C439FA174089], 2.05, observe(103) 1059: ACK [MID=8003] -----> 1060: Response received 1060: 1060: Cancel Observation. 1060: 1060: Server send Observe response to client 1. 1060: <----- CON [MID=8004, T=4184C439FA174089], 2.05, observe(104) 1060: RST [MID=8004] -----> 1061: 1061: Server send Observe response to client 2. 1061: <----- CON [MID=8005, T=4184C439FA174089], 2.05, observe(104) 1061: RST [MID=8005] -----> 0003: Sending Observe Request to client 1 ... 0003: Server send Observe response to client 1. 0003: CON [MID=685, T=4B0E1B8D29133247], GET, /test, observe(0) -----> 0004: <----- ACK [MID=685, T=4B0E1B8D29133247], 2.05, 2:0/1/16, observe(100) 0004: CON [MID=686, T=C848C48E0C8C135A], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=686, T=C848C48E0C8C135A], 2.05, 2:1/1/16 0005: CON [MID=687, T=98407E0AFC7EC169], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=687, T=98407E0AFC7EC169], 2.05, 2:2/0/16 0006: Relation established with client 1 0006: Server send Observe response to client 2. 0006: <----- CON [MID=8001, T=4B0E1B8D29133247], 2.05, 2:0/1/16, observe(101) 0006: ACK [MID=8001] -----> 0007: CON [MID=10377, T=0420FC1401378FB8], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=10377, T=0420FC1401378FB8], 2.05, 2:1/1/16 0007: CON [MID=10378, T=74E8D7E674D9E6F2], GET, /test, 2:2/0/16 -----> 0008: <----- ACK [MID=10378, T=74E8D7E674D9E6F2], 2.05, 2:2/0/16 0008: Response received 0008: 0008: Server send Observe response to client 1. 0009: <----- CON [MID=8002, T=4B0E1B8D29133247], 2.05, 2:0/1/16, observe(102) 0009: ACK [MID=8002] -----> 0009: CON [MID=688, T=3CB59B8FDACE45C7], GET, /test, 2:1/0/16 -----> 0010: <----- ACK [MID=688, T=3CB59B8FDACE45C7], 2.05, 2:1/1/16 0010: CON [MID=689, T=EC79925CCF8F9292], GET, /test, 2:2/0/16 -----> 0010: <----- ACK [MID=689, T=EC79925CCF8F9292], 2.05, 2:2/0/16 0003: Sending Observe Request to client 1 ... 0004: Server send Observe response to client 1. 0004: CON [MID=58965, T=35809097863F3F1D], GET, /test, observe(0) -----> 0005: <----- ACK [MID=58965] 0005: <----- CON [MID=8001, T=35809097863F3F1D], 2.05, observe(101) 0005: ACK [MID=8001] -----> 0005: Relation established with client 1 0005: Server send Observe response to client 2. 0006: <----- CON [MID=8002, T=35809097863F3F1D], 2.05, observe(102) 0006: ACK [MID=8002] -----> 0006: Response received 0006: 0006: Server send Observe response to client 1. 0006: <----- CON [MID=8003, T=35809097863F3F1D], 2.05, observe(103) 0007: ACK [MID=8003] -----> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s - in org.eclipse.californium.core.test.lockstep.ClusteringTest [INFO] Running org.eclipse.californium.core.test.BlockwiseBertTransferTest 0018: CON [MID=-1, T=10279158307E35BC], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0019: <----- null [MID=-1, T=10279158307E35BC], 2.31, 1:0/1/1024(BERT) 0019: CON [MID=-1, T=4065A4867A954E35], POST, /test, 1:2/0/1024(BERT) -----> 0020: <----- CON [MID=-1, T=4065A4867A954E35], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0021: CON [MID=-1, T=C0AECD4C559C824C], POST, /test, 2:2/0/1024(BERT) -----> 0021: <----- null [MID=-1, T=C0AECD4C559C824C], 2.05, 2:2/1/1024(BERT) 0022: CON [MID=-1, T=00C2407A2C72B05F], POST, /test, 2:4/0/1024(BERT) -----> 0022: <----- null [MID=-1, T=00C2407A2C72B05F], 2.05, 2:4/0/1024(BERT) 0124: CON [MID=-1, T=7441B88EE5338438], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0124: <----- null [MID=-1, T=7441B88EE5338438], 2.31, 1:0/1/1024(BERT) 0125: CON [MID=-1, T=68554A1F58919CDC], POST, /test, 1:2/0/1024(BERT) -----> 0125: <----- CON [MID=-1, T=68554A1F58919CDC], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0126: CON [MID=-1, T=54981E94655106D6], POST, /test, 2:2/0/1024(BERT) -----> 0126: <----- null [MID=-1, T=54981E94655106D6], 2.05, 2:2/1/1024(BERT) 0127: CON [MID=-1, T=9C2D1D7BDD0766BA], POST, /test, 2:4/0/1024(BERT) -----> 0127: <----- null [MID=-1, T=9C2D1D7BDD0766BA], 2.05, 2:4/0/1024(BERT) 0231: CON [MID=-1, T=30AC5372ECDA0C33], GET, /test -----> 0231: <----- CON [MID=-1, T=30AC5372ECDA0C33], 2.05, 2:0/1/1024(BERT), size2(6000) 1334: CON [MID=-1, T=B4F8D9E9378C9784], GET, /test -----> 1335: <----- CON [MID=-1, T=B4F8D9E9378C9784], 2.05, 2:0/1/1024(BERT), size2(6000) 1335: CON [MID=-1, T=DC34C5581C09CA06], GET, /test, 2:2/0/1024(BERT) -----> 1336: <----- null [MID=-1, T=DC34C5581C09CA06], 2.05, 2:2/1/1024(BERT) 1336: CON [MID=-1, T=58C5895E7C2DF924], GET, /test, 2:4/0/1024(BERT) -----> 1336: <----- null [MID=-1, T=58C5895E7C2DF924], 2.05, 2:4/0/1024(BERT) 1438: CON [MID=-1, T=54DC189FAD001B74], GET, /test -----> 1438: <----- CON [MID=-1, T=54DC189FAD001B74], 2.05, 2:0/1/1024(BERT), size2(6000) 1439: CON [MID=-1, T=5C4F4351406AEAD9], GET, /test, 2:2/0/1024(BERT) -----> 1439: <----- null [MID=-1, T=5C4F4351406AEAD9], 2.05, 2:2/1/1024(BERT) 1440: CON [MID=-1, T=7CCA711F85742605], GET, /test, 2:4/0/1024(BERT) -----> 1440: <----- null [MID=-1, T=7CCA711F85742605], 2.05, 2:4/0/1024(BERT) 1543: CON [MID=-1, T=3018CF18988F8D1E], GET, /test, 2:0/1/1024(BERT) -----> 1543: <----- CON [MID=-1, T=3018CF18988F8D1E], 2.05, 2:0/1/1024(BERT), size2(6000) 1544: CON [MID=-1, T=2834D15B428FAF42], GET, /test, 2:2/0/1024(BERT) -----> 1544: <----- null [MID=-1, T=2834D15B428FAF42], 2.05, 2:2/1/1024(BERT) 1545: CON [MID=-1, T=A8801C40FC89CC0E], GET, /test, 2:4/0/1024(BERT) -----> 1545: <----- null [MID=-1, T=A8801C40FC89CC0E], 2.05, 2:4/0/1024(BERT) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.642 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.07 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.943 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.042 s - in org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Running org.eclipse.californium.core.test.BlockwiseTransferTest 0008: CON [MID=28488, T=685F4E1622E8F1BF], GET, /test, 2:0/1/64 -----> 0008: <----- ACK [MID=28488, T=685F4E1622E8F1BF], 2.05, 2:0/1/32, size2(152) 0009: CON [MID=28489, T=304069BD09AACA02], GET, /test, 2:1/0/32 -----> 0009: <----- ACK [MID=28489, T=304069BD09AACA02], 2.05, 2:1/1/32 0010: CON [MID=28490, T=5023F7F3AEF6E8E2], GET, /test, 2:2/0/32 -----> 0010: <----- ACK [MID=28490, T=5023F7F3AEF6E8E2], 2.05, 2:2/1/32 0010: CON [MID=28491, T=88BAE0BD0C836029], GET, /test, 2:3/0/32 -----> 0011: <----- ACK [MID=28491, T=88BAE0BD0C836029], 2.05, 2:3/1/32 0011: CON [MID=28492, T=6449E1556E464CBE], GET, /test, 2:4/0/32 -----> 0011: <----- ACK [MID=28492, T=6449E1556E464CBE], 2.05, 2:4/0/32 0124: CON [MID=39122, T=0855FC1376002B0B], POST, /test, 1:0/1/32, size1(150) -----> 0124: <----- ACK [MID=39122, T=0855FC1376002B0B], 2.31, 1:0/1/32 0125: CON [MID=39123, T=6C1A175E869EAB00], POST, /test, 1:1/1/32 -----> 0125: <----- ACK [MID=39123, T=6C1A175E869EAB00], 2.31, 1:1/1/32 0125: CON [MID=39124, T=B8655FCA47126890], POST, /test, 1:2/1/32 -----> 0126: <----- ACK [MID=39124, T=B8655FCA47126890], 2.31, 1:2/1/32 0126: CON [MID=39125, T=B8B19AE3C8849476], POST, /test, 1:3/1/32 -----> 0126: <----- ACK [MID=39125, T=B8B19AE3C8849476], 2.31, 1:3/1/32 0127: CON [MID=39126, T=9C1332305F409E40], POST, /test, 1:4/0/32 -----> 0127: <----- ACK [MID=39126, T=9C1332305F409E40], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0128: CON [MID=39127, T=244F00DA82306BE5], POST, /test, 2:1/0/32 -----> 0128: <----- ACK [MID=39127, T=244F00DA82306BE5], 2.05, 2:1/1/32 0129: CON [MID=39128, T=544299CE3A331F59], POST, /test, 2:2/0/32 -----> 0129: <----- ACK [MID=39128, T=544299CE3A331F59], 2.05, 2:2/1/32 0129: CON [MID=39129, T=50844535B273119A], POST, /test, 2:3/0/32 -----> 0130: <----- ACK [MID=39129, T=50844535B273119A], 2.05, 2:3/1/32 0130: CON [MID=39130, T=0C03EBE4E6BB9DFD], POST, /test, 2:4/0/32 -----> 0131: <----- ACK [MID=39130, T=0C03EBE4E6BB9DFD], 2.05, 2:4/0/32 0232: CON [MID=39131, T=087138A8CFFD3C2C], POST, /test, 1:0/1/32, size1(150) -----> 0233: <----- ACK [MID=39131, T=087138A8CFFD3C2C], 2.31, 1:0/1/32 0234: CON [MID=39132, T=C0C02E3D92DD7569], POST, /test, 1:1/1/32 -----> 0234: <----- ACK [MID=39132, T=C0C02E3D92DD7569], 2.31, 1:1/1/32 0234: CON [MID=39133, T=C4772FC20DDEC639], POST, /test, 1:2/1/32 -----> 0235: <----- ACK [MID=39133, T=C4772FC20DDEC639], 2.31, 1:2/1/32 0235: CON [MID=39134, T=80D7B9495E127F80], POST, /test, 1:3/1/32 -----> 0235: <----- ACK [MID=39134, T=80D7B9495E127F80], 2.31, 1:3/1/32 0236: CON [MID=39135, T=3C2244CFF347846A], POST, /test, 1:4/0/32 -----> 0236: <----- ACK [MID=39135, T=3C2244CFF347846A], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0237: CON [MID=39136, T=40E615E355087B1E], POST, /test, 2:1/0/32 -----> 0237: <----- ACK [MID=39136, T=40E615E355087B1E], 2.05, 2:1/1/32 0238: CON [MID=39137, T=94584AE4C759B224], POST, /test, 2:2/0/32 -----> 0238: <----- ACK [MID=39137, T=94584AE4C759B224], 2.05, 2:2/1/32 0238: CON [MID=39138, T=78D69032D0BCAFF7], POST, /test, 2:3/0/32 -----> 0239: <----- ACK [MID=39138, T=78D69032D0BCAFF7], 2.05, 2:3/1/32 0239: CON [MID=39139, T=58C1F9BD3A435D1C], POST, /test, 2:4/0/32 -----> 0239: <----- ACK [MID=39139, T=58C1F9BD3A435D1C], 2.05, 2:4/0/32 2349: CON [MID=29948, T=D0260C63082699A3], POST, /test -----> 2349: <----- ACK [MID=29948, T=D0260C63082699A3], 2.05, 2:0/1/32, size2(151) 2350: CON [MID=29949, T=44C7742840C8597F], POST, /test, 2:1/0/32 -----> 2350: <----- ACK [MID=29949, T=44C7742840C8597F], 2.05, 2:1/1/32 2351: CON [MID=29950, T=68ED9FF5F0D85658], POST, /test, 2:2/0/32 -----> 2351: <----- ACK [MID=29950, T=68ED9FF5F0D85658], 2.05, 2:2/1/32 2351: CON [MID=29951, T=EC779791EECD4DEE], POST, /test, 2:3/0/32 -----> 2351: <----- ACK [MID=29951, T=EC779791EECD4DEE], 2.05, 2:3/1/32 2352: CON [MID=29952, T=701CEEA1E9178100], POST, /test, 2:4/0/32 -----> 2352: <----- ACK [MID=29952, T=701CEEA1E9178100], 2.05, 2:4/0/32 3463: CON [MID=54822, T=604739A2F4E496A0], GET, /test -----> 3464: <----- ACK [MID=54822, T=604739A2F4E496A0], 2.05, 2:0/1/32, size2(152) 4568: CON [MID=54608, T=7008FFCD87ECA80A], GET, /test -----> 4568: <----- ACK [MID=54608, T=7008FFCD87ECA80A], 2.05 6683: CON [MID=55724, T=CC72E25A7EF1A346], POST, /test -----> 6683: <----- ACK [MID=55724, T=CC72E25A7EF1A346], 2.05 6788: CON [MID=23027, T=F4C088417DA0BB21], GET, /test -----> 6788: <----- ACK [MID=23027, T=F4C088417DA0BB21], 2.05, 2:0/1/32, size2(152) 6789: CON [MID=23028, T=5879C04282F80308], GET, /test, 2:1/0/32 -----> 6789: <----- ACK [MID=23028, T=5879C04282F80308], 2.05, 2:1/1/32 6790: CON [MID=23029, T=8C2754CAF72C5B3D], GET, /test, 2:2/0/32 -----> 6790: <----- ACK [MID=23029, T=8C2754CAF72C5B3D], 2.05, 2:2/1/32 6791: CON [MID=23030, T=F85D81C429AA771B], GET, /test, 2:3/0/32 -----> 6791: <----- ACK [MID=23030, T=F85D81C429AA771B], 2.05, 2:3/1/32 6792: CON [MID=23031, T=EC3185084AC5092C], GET, /test, 2:4/0/32 -----> 6792: <----- ACK [MID=23031, T=EC3185084AC5092C], 2.05, 2:4/0/32 6893: CON [MID=23032, T=0CD2D65047309C20], GET, /test -----> 6894: <----- ACK [MID=23032, T=0CD2D65047309C20], 2.05, 2:0/1/32, size2(152) 6895: CON [MID=23033, T=38E7A0FC02D56184], GET, /test, 2:1/0/32 -----> 6895: <----- ACK [MID=23033, T=38E7A0FC02D56184], 2.05, 2:1/1/32 6896: CON [MID=23034, T=B42D2DF5D50395B7], GET, /test, 2:2/0/32 -----> 6896: <----- ACK [MID=23034, T=B42D2DF5D50395B7], 2.05, 2:2/1/32 6896: CON [MID=23035, T=F019EEE6BE869D00], GET, /test, 2:3/0/32 -----> 6897: <----- ACK [MID=23035, T=F019EEE6BE869D00], 2.05, 2:3/1/32 6897: CON [MID=23036, T=7C17F51A11735B05], GET, /test, 2:4/0/32 -----> 6898: <----- ACK [MID=23036, T=7C17F51A11735B05], 2.05, 2:4/0/32 7003: CON [MID=29299, T=14039996E9967895], POST, /test, 1:0/1/32, size1(150) -----> 7004: <----- ACK [MID=29299, T=14039996E9967895], 2.31, 1:0/1/32 7004: CON [MID=29300, T=5050B42BF47ED5E6], POST, /test, 1:1/1/32 -----> 7005: <----- ACK [MID=29300, T=5050B42BF47ED5E6], 2.31, 1:1/1/32 7005: CON [MID=29301, T=54ED99641E47FB15], POST, /test, 1:2/1/32 -----> 7005: <----- ACK [MID=29301, T=54ED99641E47FB15], 2.31, 1:2/1/32 7006: CON [MID=29302, T=407E1DD204D54B01], POST, /test, 1:3/1/32 -----> 7006: <----- ACK [MID=29302, T=407E1DD204D54B01], 2.31, 1:3/1/32 7006: CON [MID=29303, T=787EB782DFA74DF3], POST, /test, 1:4/0/32 -----> 7007: <----- ACK [MID=29303, T=787EB782DFA74DF3], 2.05, 1:4/0/32 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.109 s - in org.eclipse.californium.core.test.BlockwiseTransferTest [INFO] Running org.eclipse.californium.core.test.MemoryLeakingHashMapTest 0006: NON [MID=20948, T=EC821CC4E3CC7B45], POST, /test, 1:0/1/16, size1(20) -----> 0007: <----- NON [MID=20129, T=EC821CC4E3CC7B45], 2.31, 1:0/1/16 0008: NON [MID=20949, T=0415847EAFB78407], POST, /test, 1:1/0/16 -----> 0008: <----- NON [MID=20130, T=0415847EAFB78407], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0008: NON [MID=20950, T=60B94563A9B5D201], POST, /test, 2:1/0/16 -----> 0009: <----- NON [MID=20131, T=60B94563A9B5D201], 2.01, 2:1/1/16 0009: NON [MID=20951, T=501CFBD0B1EA7A14], POST, /test, 2:2/0/16 -----> 0010: <----- NON [MID=20132, T=501CFBD0B1EA7A14], 2.01, 2:2/0/16 0142: CON [MID=20952, T=77ABEAF859EC6AE2], GET, /test, observe(0) -----> 0142: <----- ACK [MID=20952, T=77ABEAF859EC6AE2], 2.05, observe(0) 0341: <----- CON [MID=20133, T=77ABEAF859EC6AE2], 2.05, observe(1) 0341: ACK [MID=20133] -----> 0541: <----- CON [MID=20134, T=77ABEAF859EC6AE2], 2.05, observe(2) 0542: ACK [MID=20134] -----> 0672: CON [MID=20953, T=146C3AD273597B98], POST, /test, 1:0/1/16, size1(20) -----> 0673: <----- ACK [MID=20953, T=146C3AD273597B98], 2.31, 1:0/1/16 0674: CON [MID=20954, T=ACEC1E9F0D3A933D], POST, /test, 1:1/0/16 -----> 0675: <----- ACK [MID=20954, T=ACEC1E9F0D3A933D], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0675: CON [MID=20955, T=B06B360D52F12BC5], POST, /test, 2:1/0/16 -----> 0675: <----- ACK [MID=20955, T=B06B360D52F12BC5], 2.01, 2:1/1/16 0676: CON [MID=20956, T=0C8F2074535DD060], POST, /test, 2:2/0/16 -----> 0676: <----- ACK [MID=20956, T=0C8F2074535DD060], 2.01, 2:2/0/16 0807: CON [MID=20957, T=CC7CA456F6098C37], GET, /test -----> 0807: <----- ACK [MID=20957] 0808: <----- CON [MID=20135, T=CC7CA456F6098C37], 2.05 0808: ACK [MID=20135] -----> 0939: NON [MID=20958, T=708315E63300E9B5], GET, /test -----> 0940: <----- NON [MID=20136, T=708315E63300E9B5], 2.05 1070: CON [MID=20959, T=937753C30134545B], GET, /test, observe(0) -----> 1071: <----- ACK [MID=20959, T=937753C30134545B], 2.05, 2:0/1/16, observe(2), size2(40) 1072: CON [MID=20960, T=4C8C0A1A1C41B43B], GET, /test, 2:1/0/16 -----> 1072: <----- ACK [MID=20960, T=4C8C0A1A1C41B43B], 2.05, 2:1/1/16 1073: CON [MID=20961, T=0CE5A03DBF60FDDA], GET, /test, 2:2/0/16 -----> 1073: <----- ACK [MID=20961, T=0CE5A03DBF60FDDA], 2.05, 2:2/0/16 1671: <----- CON [MID=20137, T=77ABEAF859EC6AE2], 2.05, 2:0/1/16, observe(3), size2(40) 1671: RST [MID=20137] -----> 1671: <----- CON [MID=20138, T=937753C30134545B], 2.05, 2:0/1/16, observe(3), size2(40) 1671: ACK [MID=20138] -----> 1672: CON [MID=20962, T=647AC80074B56C9B], GET, /test, 2:1/0/16 -----> 1672: <----- ACK [MID=20962, T=647AC80074B56C9B], 2.05, 2:1/1/16 1672: CON [MID=20963, T=A030EF2CFD7F5A89], GET, /test, 2:2/0/16 -----> 1673: <----- ACK [MID=20963, T=A030EF2CFD7F5A89], 2.05, 2:2/0/16 2271: <----- CON [MID=20139, T=937753C30134545B], 2.05, 2:0/1/16, observe(4), size2(40) 2271: ACK [MID=20139] -----> 2271: CON [MID=20964, T=E48CAB47F92E62A6], GET, /test, 2:1/0/16 -----> 2272: <----- ACK [MID=20964, T=E48CAB47F92E62A6], 2.05, 2:1/1/16 2272: CON [MID=20965, T=DCA7721BB8160141], GET, /test, 2:2/0/16 -----> 2273: <----- ACK [MID=20965, T=DCA7721BB8160141], 2.05, 2:2/0/16 2273: CON [MID=20966, T=937753C30134545B], GET, /test, observe(1) -----> 2274: <----- ACK [MID=20966, T=937753C30134545B], 2.05, 2:0/1/16, size2(40) 2274: CON [MID=20967, T=28388B1D261EE3FD], GET, /test, 2:1/0/16 -----> 2275: <----- ACK [MID=20967, T=28388B1D261EE3FD], 2.05, 2:1/1/16 2275: CON [MID=20968, T=009AAD75919C37F4], GET, /test, 2:2/0/16 -----> 2275: <----- ACK [MID=20968, T=009AAD75919C37F4], 2.05, 2:2/0/16 2405: CON [MID=20969, T=9302EE6379331425], GET, /test, observe(0) -----> 2406: <----- ACK [MID=20969, T=9302EE6379331425], 2.05, observe(4) 2605: <----- CON [MID=20140, T=9302EE6379331425], 2.05, observe(5) 2605: ACK [MID=20140] -----> 2805: <----- CON [MID=20141, T=9302EE6379331425], 2.05, observe(6) 2806: ACK [MID=20141] -----> 2806: CON [MID=20970, T=9302EE6379331425], GET, /test, observe(1) -----> 2807: <----- ACK [MID=20970, T=9302EE6379331425], 2.05 2937: CON [MID=20971, T=543856669FE4D479], GET, /test -----> 2937: <----- ACK [MID=20971, T=543856669FE4D479], 2.05 3067: CON [MID=20972, T=1C1A0607EFBFF911], POST, /test, 1:0/1/16, size1(20) -----> 3068: <----- ACK [MID=20972, T=1C1A0607EFBFF911], 2.31, 1:0/1/16 3068: CON [MID=20973, T=A08AD46BACA6753A], POST, /test, 1:1/0/16 -----> 3069: <----- ACK [MID=20973] 3069: <----- CON [MID=20142, T=A08AD46BACA6753A], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 3069: ACK [MID=20142] -----> 3069: CON [MID=20974, T=5CE8B6EF906CF03A], POST, /test, 2:1/0/16 -----> 3070: <----- ACK [MID=20974, T=5CE8B6EF906CF03A], 2.01, 2:1/1/16 3070: CON [MID=20975, T=A002E1CC36E1BE8E], POST, /test, 2:2/0/16 -----> 3071: <----- ACK [MID=20975, T=A002E1CC36E1BE8E], 2.01, 2:2/0/16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.196 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.511 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.845 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.105 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.01 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.236 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.32 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.505 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.364 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.005 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.078 s - in org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Running org.eclipse.californium.core.server.ServerSerializationTest 06:51:12.691 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:51:12.692 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:51:12.693 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:51:12.693 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:51:12.693 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:51:12.710 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:51:12.711 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:51:12.711 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:51:12.711 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:51:12.711 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:51:12.713 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:51:12.713 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:51:12.714 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:51:12.714 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:51:12.714 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:51:12.748 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478) 06:51:12.748 WARN [CoapServer]: loading failed, out of sync! (o.e.c.core.CoapServer.readConnectorIdentifier:670) 06:51:12.756 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:51:12.757 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:51:12.757 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:51:12.758 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:51:12.758 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:51:12.766 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:51:12.767 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:51:12.767 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:51:12.768 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:51:12.768 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:51:12.768 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.168 s - in org.eclipse.californium.core.server.ServerSerializationTest [INFO] Running org.eclipse.californium.core.server.ServerPersistenceComponentsTest 06:51:12.777 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:51:12.777 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:51:12.778 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:51:12.778 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:51:12.790 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:51:12.790 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:51:12.791 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:51:12.791 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:51:12.794 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:51:12.794 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:51:12.795 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:51:12.795 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:51:12.798 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478) 06:51:12.805 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:51:12.805 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:51:12.805 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:51:12.806 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:51:12.842 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:51:12.842 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:51:12.842 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:51:12.843 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:51:12.843 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.072 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 0067: CON [MID=37611, T=D59A973D7C68D3B8], GET, /test, observe(0) -----> 0082: <----- ACK [MID=37611, T=D59A973D7C68D3B8], 2.05, 2:0/1/16, observe(0), size2(40) 0087: CON [MID=37612, T=38F71A56D44CB9D8], GET, /test, 2:1/0/16 -----> 0089: <----- ACK [MID=37612, T=38F71A56D44CB9D8], 2.05, 2:1/1/16 0089: CON [MID=37613, T=10C10DF238548880], GET, /test, 2:2/0/16 -----> 0091: <----- ACK [MID=37613, T=10C10DF238548880], 2.05, 2:2/0/16 0099: <----- CON [MID=8001, T=D59A973D7C68D3B8], 2.05, 2:0/1/16, observe(2), size2(42) 0101: ACK [MID=8001] -----> 0102: CON [MID=20849, T=D096ED89A48A44C7], GET, /test, 2:1/0/16 -----> 0103: <----- ACK [MID=20849, T=D096ED89A48A44C7], 2.05, 2:1/1/16 0103: CON [MID=20850, T=EC29A9FC99AD633D], GET, /test, 2:2/0/16 -----> 0105: <----- ACK [MID=20850, T=EC29A9FC99AD633D], 2.05, 2:2/0/16 0016: CON [MID=43354, T=E5C764A2AF07E106], GET, /test, observe(0) -----> 0018: <----- ACK [MID=43354] 0068: <----- CON [MID=8001, T=E5C764A2AF07E106], 2.05, observe(101) 0068: ACK [MID=8001] -----> // lost 0069: <----- CON [MID=8001, T=E5C764A2AF07E106], 2.05, observe(101) 0070: ACK [MID=8001] -----> 0071: Relation established 0071: <----- CON [MID=8002, T=E5C764A2AF07E106], 2.05, observe(102) 0072: ACK [MID=8002] -----> // lost 0072: <----- CON [MID=8002, T=E5C764A2AF07E106], 2.05, observe(102) 0072: ACK [MID=8002] -----> 0003: CON [MID=34276, T=AB4D08D7C30A7AC1], GET, /test, observe(0) -----> 0005: <----- ACK [MID=34276] 0055: <----- CON [MID=8001, T=AB4D08D7C30A7AC1], 2.05, observe(101) 0056: ACK [MID=8001] -----> 0066: ERROR: Server sent CON-GET MID= 8001, Token=0101, OptionSet={}, 0068: ACK [MID=8001] -----> 0004: CON [MID=29228, T=3FF032F74F996B6B], GET, /test, observe(0) -----> 0006: <----- ACK [MID=29228, T=3FF032F74F996B6B], 2.05, 2:0/1/16, observe(0), size2(40) 0007: CON [MID=29229, T=44702CF9E7871D2A], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=29229, T=44702CF9E7871D2A], 2.05, 2:1/1/16 0008: CON [MID=29230, T=20FDFBAD2A1878B6], GET, /test, 2:2/0/16 -----> 0009: <----- ACK [MID=29230, T=20FDFBAD2A1878B6], 2.05, 2:2/0/16 0010: <----- CON [MID=8001, T=3FF032F74F996B6B], 2.05, 2:0/1/16, observe(2), size2(42) 0011: ACK [MID=8001] -----> 0011: CON [MID=29231, T=AC02DC8AD2F8587C], GET, /test, 2:1/0/16 -----> 0012: <----- ACK [MID=29231, T=AC02DC8AD2F8587C], 2.05, 2:1/1/16 0012: CON [MID=29232, T=C0F65B3EEA928468], GET, /test, 2:2/0/16 -----> 0003: CON [MID=18489, T=F34B22A08E226D73], GET, /test, observe(0) -----> 0004: <----- ACK [MID=18489, T=F34B22A08E226D73], 2.05, 2:0/1/16, observe(1) 0005: CON [MID=18490, T=00F6BCD8F91EF74E], GET, /test, 2:1/0/16 -----> 0006: <----- CON [MID=8001, T=F34B22A08E226D73], 2.05, observe(2) 0006: ACK [MID=8001] -----> 0007: <----- ACK [MID=18490, T=00F6BCD8F91EF74E], 2.05, 2:1/1/16 1008: <----- CON [MID=8002, T=F34B22A08E226D73], 2.05, observe(3) 1008: ACK [MID=8002] -----> 1009: <----- CON [MID=8003, T=F34B22A08E226D73], 2.05, 2:0/1/16, observe(4) 1009: ACK [MID=8003] -----> 1010: CON [MID=18491, T=BC903C690ECEE2D5], GET, /test, 2:1/0/16 -----> 1010: <----- ACK [MID=18491, T=BC903C690ECEE2D5], 2.05, 2:1/0/16 0004: CON [MID=25006, T=1B809925BD280D03], GET, /test, observe(0) -----> 0005: <----- ACK [MID=25006, T=1B809925BD280D03], 2.05, 2:0/1/16, observe(1) 0006: CON [MID=25007, T=84D17E6A72E16168], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=25007, T=84D17E6A72E16168], 2.05, 2:1/0/16 0008: <----- CON [MID=8001, T=1B809925BD280D03], 2.05, 2:0/1/16, observe(2) 0008: ACK [MID=8001] -----> 0009: CON [MID=25008, T=2C4780E1D535FF98], GET, /test, 2:1/0/16 -----> 0010: CON [MID=25009, T=1CC91E10D392938F], GET, /test -----> 0011: <----- ACK [MID=25009, T=1CC91E10D392938F], 2.05, 2:0/1/16 0012: CON [MID=25010, T=B8895DEE2DCFA7A8], GET, /test, 2:1/0/16 -----> 0013: <----- ACK [MID=25010, T=B8895DEE2DCFA7A8], 2.05, 2:1/1/16 0014: CON [MID=25011, T=0C87E76613AF88FA], GET, /test, 2:2/0/16 -----> 0015: <----- ACK [MID=25011, T=0C87E76613AF88FA], 2.05, 2:2/0/16 0003: CON [MID=27912, T=4D53F56EE7CF6C76], GET, /test, observe(0) -----> 0004: <----- ACK [MID=27912, T=4D53F56EE7CF6C76], 2.05, observe(1) 0005: <----- CON [MID=8001, T=4D53F56EE7CF6C76], 2.05, 2:0/1/16, observe(3) 0006: ACK [MID=8001] -----> 0006: CON [MID=27913, T=3CF3AD7A169CA5EA], GET, /test, 2:1/0/16 -----> 0007: <----- CON [MID=8002, T=4D53F56EE7CF6C76], 2.05, observe(2) 0007: ACK [MID=8002] -----> 0008: <----- ACK [MID=27913, T=3CF3AD7A169CA5EA], 2.05, 2:1/0/16 0009: <----- CON [MID=8003, T=4D53F56EE7CF6C76], 2.05, 2:0/1/16, observe(4) 0010: ACK [MID=8003] -----> 0010: CON [MID=27914, T=E8BFCA7F49F1315E], GET, /test, 2:1/0/16 -----> 0011: <----- ACK [MID=27914, T=E8BFCA7F49F1315E], 2.05, 2:1/0/16 0004: CON [MID=52737, T=35A7CBAA9E143FFE], GET, /test, observe(0) -----> 0005: <----- ACK [MID=52737, T=35A7CBAA9E143FFE], 2.05, 2:0/1/16, observe(1) 0005: CON [MID=52738, T=146F3843924A51FD], GET, /test, 2:1/0/16 -----> 0006: <----- CON [MID=8001, T=35A7CBAA9E143FFE], 2.05, 2:0/1/16, observe(2) 0006: <----- ACK [MID=52738, T=146F3843924A51FD], 2.05, 2:1/0/16 0007: ACK [MID=8001] -----> 0007: CON [MID=52739, T=88AE6792344F0DF4], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=52739, T=88AE6792344F0DF4], 2.05, 2:1/0/16 0009: <----- CON [MID=8002, T=35A7CBAA9E143FFE], 2.05, 2:0/1/16, observe(2) 0009: ACK [MID=8002] -----> 0010: CON [MID=52740, T=6845BBC108C58372], GET, /test, 2:1/0/16 -----> 0010: <----- ACK [MID=52740, T=6845BBC108C58372], 2.05, 2:1/0/16 0003: CON [MID=38775, T=61DFB568407AE5C5], GET, /test, observe(0) -----> 0004: <----- ACK [MID=38775, T=61DFB568407AE5C5], 2.05, 2:0/1/16, observe(0), size2(40) 0004: CON [MID=38776, T=9895FB548A1073F3], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=38776, T=9895FB548A1073F3], 2.05, 2:1/1/16 0006: CON [MID=38777, T=E836797F7B2B6DC7], GET, /test, 2:2/0/16 -----> 0007: <----- ACK [MID=38777, T=E836797F7B2B6DC7], 2.05, 2:2/0/16 0008: <----- CON [MID=8001, T=61DFB568407AE5C5], 2.05, 2:0/1/16, observe(2), size2(42) 0009: ACK [MID=8001] -----> 0009: CON [MID=55942, T=583245FB80D0F4D0], GET, /test, 2:1/0/16 -----> 0010: <----- ACK [MID=55942, T=583245FB80D0F4D0], 2.05, 2:1/1/16 0011: CON [MID=55943, T=EC9680867FD226FF], GET, /test, 2:2/0/16 -----> 0012: <----- ACK [MID=55943] 0004: CON [MID=54081, T=05CD2C678B6D12AF], GET, /test, observe(0) -----> 0005: <----- ACK [MID=54081, T=05CD2C678B6D12AF], 2.05, 2:0/1/16, observe(2) 0005: CON [MID=54082, T=9C091A15DC53034B], GET, /test, 2:1/0/16 -----> 0006: <----- CON [MID=8001, T=05CD2C678B6D12AF], 2.05, observe(0) 0006: ACK [MID=8001] -----> 1008: <----- ACK [MID=54082, T=9C091A15DC53034B], 2.05, 2:1/0/16 1009: <----- CON [MID=8002, T=05CD2C678B6D12AF], 2.05, observe(3) 1009: ACK [MID=8002] -----> 1010: <----- CON [MID=8003, T=05CD2C678B6D12AF], 2.05, 2:0/1/16, observe(4) 1010: ACK [MID=8003] -----> 1011: CON [MID=54083, T=38DC2BF450F39E37], GET, /test, 2:1/0/16 -----> 1012: <----- ACK [MID=54083, T=38DC2BF450F39E37], 2.05, 2:1/0/16 0004: CON [MID=16761, T=21EB64B57B0E4CF9], GET, /test, observe(0) -----> 0005: <----- ACK [MID=16761, T=21EB64B57B0E4CF9], 2.05, 2:0/1/16, observe(1) 0006: CON [MID=16762, T=902157A9190CEE9A], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=16762, T=902157A9190CEE9A], 2.05, 2:1/0/16 0008: <----- CON [MID=8001, T=21EB64B57B0E4CF9], 2.05, 2:0/1/16, observe(2) 0008: ACK [MID=8001] -----> 0009: CON [MID=16763, T=CC3583044E08B42C], GET, /test, 2:1/0/16 -----> 0210: CON [MID=16763, T=CC3583044E08B42C], GET, /test, 2:1/0/16 -----> 0411: CON [MID=16763, T=CC3583044E08B42C], GET, /test, 2:1/0/16 -----> 0613: <----- CON [MID=8002, T=21EB64B57B0E4CF9], 2.05, 2:0/1/16, observe(3) 0613: ACK [MID=8002] -----> 0614: CON [MID=16764, T=E44948D700F83C24], GET, /test, 2:1/0/16 -----> 0615: <----- ACK [MID=16764, T=E44948D700F83C24], 2.05, 2:1/0/16 0004: CON [MID=45483, T=2D8CDBD849DA6557], GET, /test, observe(0) -----> 0005: <----- ACK [MID=45483, T=2D8CDBD849DA6557], 2.05, observe(1) 0005: <----- CON [MID=8001, T=2D8CDBD849DA6557], 2.05, 2:0/1/16, observe(3) 0005: ACK [MID=8001] -----> 0006: CON [MID=45484, T=0868D13B5B468461], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=45484, T=0868D13B5B468461], 2.05, 2:1/1/16 0008: CON [MID=45485, T=D4AA5C4D9B87AF08], GET, /test, 2:2/0/16 (should be dropped by error) 0009: CON [MID=45485, T=D4AA5C4D9B87AF08], GET, /test, 2:2/0/16 -----> (dropped) 06:51:27.495 WARN [BaseCoapStack]: error send request CON-GET MID=24870, Token=5BA6FB7FF974107D, 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 0003: CON [MID=24870, T=5BA6FB7FF974107D], GET, /test, observe(0) (should be dropped by error) 0003: CON [MID=24870, T=5BA6FB7FF974107D], GET, /test, observe(0) -----> (dropped) 0003: CON [MID=55220, T=0B2665F105060B00], GET, /test, observe(0) -----> 0004: <----- ACK [MID=55220, T=0B2665F105060B00], 2.05, observe(1) 0005: <----- CON [MID=8001, T=0B2665F105060B00], 2.05, observe(3) 0005: ACK [MID=8001] -----> 0006: CON [MID=55221, T=0B2665F105060B00], GET, /test, observe(1) -----> 0006: <----- CON [MID=8002, T=0B2665F105060B00], 2.05, observe(4) 0006: <----- NON [MID=8003, T=0B2665F105060B00], 2.05, observe(5) 0206: CON [MID=55221, T=0B2665F105060B00], GET, /test, observe(1) -----> 0407: CON [MID=55221, T=0B2665F105060B00], GET, /test, observe(1) -----> 0507: <----- ACK [MID=55221, T=0B2665F105060B00], 2.05 0003: CON [MID=23848, T=49421D0ACE83C25C], GET, /test, observe(0) -----> 0004: <----- ACK [MID=23848, T=49421D0ACE83C25C], 2.05, 2:0/1/16, observe(1) 0005: CON [MID=23849, T=DCA4D799BD03EBCA], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=23849, T=DCA4D799BD03EBCA], 2.05, 2:1/0/16 0006: CON [MID=23850, T=C8CD691B8B31CA0F], GET, /test -----> 0007: <----- ACK [MID=23850, T=C8CD691B8B31CA0F], 2.05, 2:0/1/16 0007: CON [MID=23851, T=3458DB3CB6DF4708], GET, /test, 2:1/0/16 -----> 0008: <----- CON [MID=8001, T=49421D0ACE83C25C], 2.05, 2:0/1/16, observe(2) 0008: ACK [MID=8001] -----> 0009: CON [MID=23852, T=1C610E4003A010CF], GET, /test, 2:1/0/16 -----> 0009: <----- ACK [MID=23851, T=3458DB3CB6DF4708], 2.05, 2:1/0/16 0010: <----- ACK [MID=23852, T=1C610E4003A010CF], 2.05, 2:1/0/16 0003: CON [MID=60165, T=201452F42ABF00E8], GET, /test -----> 0004: <----- ACK [MID=60165, T=201452F42ABF00E8], 2.05, observe(3) 0005: CON [MID=60166, T=285D4527ABB59BBE], GET, /test -----> 0005: <----- CON [MID=8000, T=285D4527ABB59BBE], 2.05, observe(4) 0005: ACK [MID=8000] -----> 0006: CON [MID=60167, T=3C3E5E14602232B2], GET, /test -----> 0007: <----- NON [MID=60167, T=3C3E5E14602232B2], 2.05, observe(5) 0003: CON [MID=22333, T=AD764F7B4D4A19D5], GET, /test, observe(0) -----> 0004: <----- ACK [MID=22333, T=AD764F7B4D4A19D5], 2.05, 2:0/1/16, observe(0), size2(40) 0004: CON [MID=22334, T=7C28BAEB12F61586], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=22334, T=7C28BAEB12F61586], 2.05, 2:1/1/16 0006: CON [MID=22335, T=04443217279903E4], GET, /test, 2:2/0/16 -----> 0006: <----- ACK [MID=22335, T=04443217279903E4], 2.05, 2:2/0/16 0007: observe relation has been established, server now sends a notification 0007: <----- CON [MID=8001, T=AD764F7B4D4A19D5], 2.05, 2:0/1/16, observe(1), size2(45) 0007: ACK [MID=8001] -----> 0008: CON [MID=22336, T=14A982950CE635A0], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=22336, T=14A982950CE635A0], 2.05, 2:1/1/16 0009: CON [MID=22337, T=A4CB359764525F1C], GET, /test, 2:2/0/16 -----> 0009: <----- ACK [MID=22337, T=A4CB359764525F1C], 2.05, 2:2/0/16 0010: client has successfully retrieved content for notification using blockwise transfer 0010: server now sends notifications interfering with ongoing blockwise transfer 0010: <----- CON [MID=8002, T=AD764F7B4D4A19D5], 2.05, 2:0/1/16, observe(2), size2(42) 0010: ACK [MID=8002] -----> 0011: CON [MID=22338, T=383CC323E5D79862], GET, /test, 2:1/0/16 -----> 0011: <----- ACK [MID=22338, T=383CC323E5D79862], 2.05, 2:1/1/16 0012: CON [MID=22339, T=60439E03A678D689], GET, /test, 2:2/0/16 -----> 0012: //////// Overriding notification //////// 0013: <----- CON [MID=8003, T=AD764F7B4D4A19D5], 2.05, 2:0/1/16, observe(3), size2(40) 0013: ACK [MID=8003] -----> 0013: CON [MID=22340, T=F0D6D6FB6FC71EF7], GET, /test, 2:1/0/16 -----> 0014: <----- ACK [MID=22339, T=60439E03A678D689], 2.05, 2:2/0/16 0014: <----- ACK [MID=22340, T=F0D6D6FB6FC71EF7], 2.05, 2:1/1/16 0014: CON [MID=22341, T=8CC73BAEF5A8FA46], GET, /test, 2:2/0/16 -----> 0015: <----- ACK [MID=22341, T=8CC73BAEF5A8FA46], 2.05, 2:2/0/16 0015: client has detected newly arriving notification while doing blockwise transfer of previous notification 0015: server now sends notifications interfering with ongoing blockwise transfer using conflicting block numbers 0016: <----- CON [MID=8004, T=AD764F7B4D4A19D5], 2.05, 2:0/1/16, observe(4), size2(38) 0016: ACK [MID=8004] -----> 0016: CON [MID=22342, T=54D36188793FAEB7], GET, /test, 2:1/0/16 -----> 0017: //////// Overriding notification (4) //////// 0017: <----- CON [MID=8005, T=AD764F7B4D4A19D5], 2.05, 2:0/1/16, observe(5), size2(40) 0017: ACK [MID=8005] -----> 0018: CON [MID=22343, T=D483671E6E2C426D], GET, /test, 2:1/0/16 -----> 0018: //////// Conflicting notification block //////// 0018: <----- ACK [MID=22342, T=54D36188793FAEB7], 2.05, 2:1/1/16 0019: <----- ACK [MID=22343, T=D483671E6E2C426D], 2.05, 2:1/1/16 0019: CON [MID=22344, T=98733ED018A81961], GET, /test, 2:2/0/16 -----> 0020: <----- ACK [MID=22344, T=98733ED018A81961], 2.05, 2:2/0/16 0020: //////// Notification after cancellation //////// 0021: <----- CON [MID=8006, T=AD764F7B4D4A19D5], 2.05, 2:0/1/16, observe(6), size2(34) 0021: ACK [MID=8006] -----> 0021: CON [MID=22345, T=ACE031B4E61FEEF0], GET, /test, 2:1/0/16 -----> 0022: <----- ACK [MID=22345, T=ACE031B4E61FEEF0], 2.05, 2:1/1/16 0423: <----- CON [MID=8007, T=AD764F7B4D4A19D5], 2.05, 2:0/1/16, observe(7) 0423: RST [MID=8007] -----> 0002: CON [MID=46875, T=2DE226B48EB92B98], GET, /test, observe(0) -----> 0003: <----- ACK [MID=46875, T=2DE226B48EB92B98], 2.05, 2:0/1/16, observe(0), size2(45) 0004: CON [MID=46876, T=3019818AB24D121F], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=46876, T=3019818AB24D121F], 2.05, 2:1/1/16 0005: CON [MID=46877, T=941D0C7D7F2A39D3], GET, /test, 2:2/0/16 -----> 0006: <----- ACK [MID=46877, T=941D0C7D7F2A39D3], 2.05, 2:2/0/16 0008: <----- CON [MID=8001, T=2DE226B48EB92B98], 2.05, 2:0/1/16, observe(2), size2(42) 0008: ACK [MID=8001] -----> 0008: CON [MID=9359, T=F0324C77B2AFA556], GET, /test, 2:1/0/16 -----> 0009: <----- ACK [MID=9359, T=F0324C77B2AFA556], 2.05, 2:1/1/16 0010: CON [MID=9360, T=48C7BDC7F6D2BD17], GET, /test, 2:2/0/16 -----> 0010: Cancel observation 2DE226B48EB92B98 0003: CON [MID=41603, T=575F1D3E748CD4B7], GET, /test, observe(0) -----> 0004: <----- ACK [MID=41603, T=575F1D3E748CD4B7], 2.05, observe(1) 0004: <----- CON [MID=8001, T=575F1D3E748CD4B7], 2.05, observe(3) 0005: ACK [MID=8001] -----> 0005: CON [MID=41604, T=575F1D3E748CD4B7], GET, /test, observe(1) -----> 0006: <----- ACK [MID=41604, T=575F1D3E748CD4B7], 2.05 0006: <----- CON [MID=8002, T=575F1D3E748CD4B7], 2.05, observe(4) 0007: RST [MID=8002] -----> 0007: <----- NON [MID=8003, T=575F1D3E748CD4B7], 2.05, observe(5) 0007: RST [MID=8003] -----> [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.106 s - in org.eclipse.californium.core.test.lockstep.ObserveClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest 0007: CON [MID=7001, T=0B], GET, /test -----> 0010: <----- ACK [MID=7001, T=0B], 2.05, 2:0/1/128, size2(386) 0011: CON [MID=7002, T=0C], GET, /test, 2:1/0/128 -----> 0011: <----- ACK [MID=7002, T=0C], 2.05, 2:1/1/128 0012: CON [MID=7003, T=0D], GET, /test -----> 0012: <----- ACK [MID=7003, T=0D], 2.05, 2:0/1/128, size2(256) 0013: CON [MID=7004, T=0E], GET, /test, 2:1/0/128 -----> 0013: <----- ACK [MID=7004, T=0E], 2.05, 2:1/0/128 0004: CON [MID=7001, T=0F], GET, /test, 2:2/1/64 -----> 0005: <----- ACK [MID=7001, T=0F], 2.05, 2:2/1/64 0005: CON [MID=7002, T=0F], GET, /test, 2:4/1/64 -----> 0006: <----- ACK [MID=7002, T=0F], 2.05, 2:4/0/64 0004: CON [MID=7001, T=10], GET, /test, 2:0/0/32 -----> 0005: <----- ACK [MID=7001, T=10], 2.05, 2:0/1/32, size2(76) 0005: CON [MID=7002, T=10], GET, /test, 2:1/0/32 -----> 0005: <----- ACK [MID=7002, T=10], 2.05, 2:1/1/32 0006: CON [MID=7003, T=10], GET, /test, 2:2/0/32 -----> 0006: <----- ACK [MID=7003, T=10], 2.05, 2:2/0/32 0003: CON [MID=7001, T=11], GET, /test -----> 0003: <----- ACK [MID=7001, T=11], 2.05, 2:0/1/128, size2(220) 0004: CON [MID=7002, T=11], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=7002, T=11], 2.05, 2:2/1/64 // lost 0005: CON [MID=7002, T=11], GET, /test, 2:2/0/64 -----> 0005: <----- ACK [MID=7002, T=11], 2.05, 2:2/1/64 0006: CON [MID=7003, T=11], GET, /test, 2:3/0/64 -----> 0006: <----- ACK [MID=7003, T=11], 2.05, 2:3/0/64 0004: CON [MID=7001, T=12], PUT, /test, 1:0/1/128, size1(300) -----> 0006: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128// lost 0007: CON [MID=7001, T=12], PUT, /test, 1:0/1/128 -----> 0007: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128 0007: CON [MID=7002, T=12], PUT, /test, 1:1/1/128 -----> 0008: <----- ACK [MID=7002, T=12], 2.31, 1:1/1/128 0008: CON [MID=7003, T=12], PUT, /test, 1:2/0/128 -----> 0009: <----- ACK [MID=7003, T=12], 2.04, 1:2/0/128 0004: CON [MID=7001, T=13], GET, /test -----> 0005: <----- ACK [MID=7001, T=13], 2.05, 2:0/1/128, size2(300) 0005: CON [MID=7002, T=13], GET, /test, 2:1/0/128 -----> 0005: <----- ACK [MID=7002, T=13], 2.05, 2:1/1/128 0106: //////// Missing last GET //////// 0003: CON [MID=7001, T=14], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=14], 2.31, 1:0/1/128 0004: CON [MID=7002, T=14], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=14], 2.31, 1:1/1/128 0105: //////// Missing last PUT //////// 0012: CON [MID=7001, T=15], GET, /test, observe(0) -----> 0014: <----- ACK [MID=7001, T=15], 2.05, 2:0/1/128, observe(0), size2(300) 0015: CON [MID=7002, T=16], GET, /test, 2:1/0/128 -----> 0015: <----- ACK [MID=7002, T=16], 2.05, 2:1/1/128 0016: CON [MID=7003, T=16], GET, /test, 2:2/0/128 -----> 0016: <----- ACK [MID=7003, T=16], 2.05, 2:2/0/128 0016: ... time passes ... 0018: <----- CON [MID=4303, T=15], 2.05, 2:0/1/128, observe(1), size2(280) 0019: ACK [MID=4303] -----> 0019: CON [MID=7004, T=17], GET, /test, 2:1/0/128 -----> 0020: <----- ACK [MID=7004, T=17], 2.05, 2:1/1/128 0021: CON [MID=7005, T=17], GET, /test, 2:2/0/128 -----> 0021: <----- ACK [MID=7005, T=17], 2.05, 2:2/0/128 0021: ... time passes ... 0022: <----- CON [MID=4304, T=15], 2.05, 2:0/1/128, observe(2), size2(290) 0022: ACK [MID=4304] -----> 0022: CON [MID=7006, T=18], GET, /test, 2:1/0/128 -----> 0023: <----- ACK [MID=7006, T=18], 2.05, 2:1/1/128 0023: CON [MID=7007, T=18], GET, /test, 2:2/0/128 -----> 0024: <----- ACK [MID=7007, T=18], 2.05, 2:2/0/128 0003: CON [MID=7001, T=19], POST, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=19], 2.31, 1:0/1/128 0004: CON [MID=7002, T=19], POST, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=19], 2.31, 1:1/1/128 0004: CON [MID=7003, T=19], POST, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=7003, T=19], 2.04, 1:2/0/128, 2:0/1/128, size2(300), ETags([0001]) 0007: CON [MID=7004, T=19], POST, /test, 2:2/0/64, ETags([0001]) -----> 0007: <----- ACK [MID=7004, T=19], 2.04, 2:2/1/64, ETags([0001])// late negotiation 0008: CON [MID=7005, T=19], POST, /test, 2:3/0/64, ETags([0001]) -----> 0008: <----- ACK [MID=7005, T=19], 2.04, 2:3/1/64, ETags([0001]) 0009: CON [MID=7006, T=19], POST, /test, 2:4/0/64, ETags([0001]) -----> 0009: <----- ACK [MID=7006, T=19], 2.04, 2:4/0/64, ETags([0001]) 0003: CON [MID=7001, T=1A], GET, /test, 2:0/0/64, observe(0) -----> 0003: <----- ACK [MID=7001, T=1A], 2.05, 2:0/1/64, observe(0), size2(150) 0004: CON [MID=7002, T=1A], GET, /test, 2:1/0/64 -----> 0004: <----- ACK [MID=7002, T=1A], 2.05, 2:1/1/64 0005: CON [MID=7003, T=1A], GET, /test, 2:2/0/64 -----> 0005: <----- ACK [MID=7003, T=1A], 2.05, 2:2/0/64 0005: ... time passes ... 0006: <----- CON [MID=21269, T=1A], 2.05, 2:0/1/64, observe(1), size2(140) 0006: ACK [MID=21269] -----> 0006: CON [MID=7004, T=1B], GET, /test, 2:1/0/64 -----> 0007: <----- ACK [MID=7004, T=1B], 2.05, 2:1/1/64 0007: CON [MID=7005, T=1B], GET, /test, 2:2/0/64 -----> 0008: <----- ACK [MID=7005, T=1B], 2.05, 2:2/0/64 0008: ... time passes ... 0008: <----- CON [MID=21270, T=1A], 2.05, 2:0/1/64, observe(2), size2(145) 0008: ACK [MID=21270] -----> 0009: CON [MID=7006, T=1C], GET, /test, 2:1/0/64 -----> 0009: <----- ACK [MID=7006, T=1C], 2.05, 2:1/1/64 0009: CON [MID=7007, T=1C], GET, /test, 2:2/0/64 -----> 0010: <----- ACK [MID=7007, T=1C], 2.05, 2:2/0/64 0003: CON [MID=7001, T=1D], GET, /test, 2:0/0/32 -----> 0003: <----- ACK [MID=7001, T=1D], 2.05, 2:0/1/32, size2(76) 0004: CON [MID=7002, T=1D], GET, /test, 2:1/0/32 -----> 0004: <----- ACK [MID=7002, T=1D], 2.05, 2:1/1/32 0005: CON [MID=7003, T=1D], GET, /test, 2:2/0/32 -----> 0006: <----- ACK [MID=7003, T=1D], 2.05, 2:2/0/32 0003: CON [MID=7001, T=1E], GET, /test -----> 0004: <----- ACK [MID=7001, T=1E], 2.05, 2:0/1/128, size2(170) 0004: CON [MID=7002, T=1E], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=7002, T=1E], 2.05, 2:2/0/64 06:51:32.586 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:200) 0002: CON [MID=7001, T=1F], GET, /test, 2:0/0/32 -----> 0003: <----- ACK [MID=7001, T=1F], 2.05, 2:0/1/32, size2(76) 0003: CON [MID=7002, T=1F], GET, /test, 2:1/0/32 -----> 0004: <----- ACK [MID=7002, T=1F], 2.05, 2:1/1/32 0005: CON [MID=7003, T=1F], GET, /test, 2:2/0/32 -----> 0007: <----- ACK [MID=7003, T=1F], 2.05, 2:2/0/32 0003: CON [MID=7001, T=20], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7001, T=20], 2.31, 1:0/1/128 0004: CON [MID=7002, T=20], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=7002, T=20], 2.31, 1:1/1/128 0005: CON [MID=7003, T=20], PUT, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=7003, T=20], 2.04, 1:2/0/128 0006: // next transfer 0006: CON [MID=7004, T=21], PUT, /test, 1:0/1/128, size1(300) -----> 0006: <----- ACK [MID=7004, T=21], 2.31, 1:0/1/128 0007: CON [MID=7005, T=21], PUT, /test, 1:1/1/128 -----> 0007: <----- ACK [MID=7005, T=21], 2.31, 1:1/1/128 0007: CON [MID=7006, T=21], PUT, /test, 1:2/0/128 -----> 0008: <----- ACK [MID=7006, T=21], 2.04, 1:2/0/128 0003: CON [MID=7001, T=22], GET, /test -----> 0003: <----- ACK [MID=7001, T=22], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0004: CON [MID=7002, T=22], GET, /test, 2:1/0/128, ETags([0001]) -----> 0004: <----- ACK [MID=7002, T=22], 2.05, 2:1/1/128, ETags([0001]) 0005: CON [MID=7003, T=22], GET, /test, 2:2/0/128, ETags([0001]) -----> 0005: <----- ACK [MID=7003, T=22], 2.05, 2:2/0/128, ETags([0001]) 0004: CON [MID=7001, T=23], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7001, T=23], 2.31, 1:0/1/128 0004: CON [MID=7002, T=23], PUT, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=7002, T=23], 4.08 0003: CON [MID=7001, T=24], PUT, /test, 1:0/1/128, size1(1034) -----> 0003: <----- ACK [MID=7001, T=24], 4.13, size1(1024) 0004: CON [MID=7001, T=25], POST, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7001, T=25], 2.31, 1:0/1/128 0005: CON [MID=7002, T=25], POST, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=7002, T=25], 2.31, 1:1/1/128 0005: CON [MID=7003, T=25], POST, /test, 1:2/0/128 -----> 0006: <----- ACK [MID=7003, T=25], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0007: CON [MID=7004, T=25], POST, /test, 2:1/0/128, ETags([0001]) -----> 0007: <----- ACK [MID=7004, T=25], 2.04, 2:1/1/128, ETags([0001]) 0008: CON [MID=7005, T=25], POST, /test, 2:2/0/128, ETags([0001]) -----> 0008: <----- ACK [MID=7005, T=25], 2.04, 2:2/1/128, ETags([0001]) 0009: CON [MID=7006, T=25], POST, /test, 2:3/0/128, ETags([0001]) -----> 0009: <----- ACK [MID=7006, T=25], 2.04, 2:3/0/128, ETags([0001]) 0003: CON [MID=7001, T=27], POST, /test, 1:0/1/128 -----> 0004: <----- ACK [MID=7001, T=27], 2.31, 1:0/1/128 0004: CON [MID=7002, T=27], POST, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=27], 2.31, 1:1/1/128 0005: CON [MID=7003, T=27], POST, /test, 1:2/0/128, 2:0/0/64 -----> 0005: <----- ACK [MID=7003, T=27], 2.04, 1:2/0/128, 2:0/1/64, size2(250), ETags([0001])// early negotiation 0006: CON [MID=7004, T=27], POST, /test, 2:1/0/64, ETags([0001]) -----> 0006: <----- ACK [MID=7004, T=27], 2.04, 2:1/1/64, ETags([0001]) 0007: CON [MID=7005, T=27], POST, /test, 2:2/0/64, ETags([0001]) -----> 0007: <----- ACK [MID=7005, T=27], 2.04, 2:2/1/64, ETags([0001]) 0007: CON [MID=7006, T=27], POST, /test, 2:3/0/64, ETags([0001]) -----> 0008: <----- ACK [MID=7006, T=27], 2.04, 2:3/0/64, ETags([0001]) 0002: CON [MID=7001, T=28], PUT, /test, 1:2/1/64 -----> 0003: <----- ACK [MID=7001, T=28], 4.08 06:51:33.685 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:200) 0003: CON [MID=7001, T=29], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=29], 2.31, 1:0/1/128 0004: CON [MID=7002, T=29], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=7002, T=29], 4.08 0003: CON [MID=7001, T=2A], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=2A], 2.31, 1:0/1/128 0003: CON [MID=7002, T=2A], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=2A], 2.31, 1:1/1/128 0004: ... client crashes or whatever and restarts transfer 0004: CON [MID=7003, T=2A], PUT, /test, 1:0/1/128, size1(300) -----> 0005: <----- ACK [MID=7003, T=2A], 2.31, 1:0/1/128 0005: CON [MID=7004, T=2A], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=7004, T=2A], 2.31, 1:1/1/128 0005: CON [MID=7005, T=2A], PUT, /test, 1:2/0/128 -----> 0006: <----- ACK [MID=7005, T=2A], 2.04, 1:2/0/128 0006: CON [MID=7001, T=2B], GET, /test -----> 0008: <----- ACK [MID=7001, T=2B], 2.05, 2:0/1/128, size2(400) 0008: CON [MID=7002, T=2B], GET, /test, 2:1/1/128 -----> 0009: <----- ACK [MID=7002, T=2B], 2.05, 2:1/1/128 0009: CON [MID=7003, T=2B], GET, /test, 2:4/1/64 -----> 0009: <----- ACK [MID=7003, T=2B], 2.05, 2:4/1/64 0010: CON [MID=7004, T=2B], GET, /test, 2:5/1/64 -----> 0010: <----- ACK [MID=7004, T=2B], 2.05, 2:5/1/64 0010: CON [MID=7005, T=2B], GET, /test, 2:6/1/64 -----> 0011: <----- ACK [MID=7005, T=2B], 2.05, 2:6/0/64 0003: CON [MID=7001, T=2C], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7001, T=2C], 2.31, 1:0/1/128 0004: CON [MID=7002, T=2D], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=7002, T=2D], 2.31, 1:1/1/128 0011: CON [MID=7003, T=2E], PUT, /test, 1:2/0/128 -----> 0012: <----- ACK [MID=7003, T=2E], 2.04, 1:2/0/128 0005: CON [MID=7001, T=2F], PUT, /test, 1:2/1/64 -----> 0006: <----- ACK [MID=7001, T=2F], 4.08, 1:2/1/64 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.413 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: 5.548 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:52:09.629 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:52:09.821 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:52:09.833 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:52:09.834 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.973 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.182 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:52:15.341 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:52:15.506 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:52:15.519 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:52:15.520 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:48629/resource coap-server coaps://127.0.0.1:48629/resource coap-client coaps://127.0.0.1:47541 06:52:18.842 WARN [NioNatUtil]: NAT 127.0.0.1:48629 stopped. 1597 forwarded messages, 1403 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:42207/resource coap-server coaps://127.0.0.1:42207/resource coap-client coaps://127.0.0.1:40942 06:52:20.151 WARN [NioNatUtil]: NAT 127.0.0.1:42207 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:35101/resource coap-server coaps://127.0.0.1:35101/resource coap-client coaps://127.0.0.1:58651 06:52:22.109 WARN [NioNatUtil]: NAT 127.0.0.1:35101 stopped. 1538 forwarded messages, 1325 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:37875/resource coap-server coaps://127.0.0.1:37875/resource coap-client coaps://127.0.0.1:34406 06:52:29.652 WARN [NioNatUtil]: NAT 127.0.0.1:37875 stopped. 370 forwarded messages, 340 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:37833/resource coap-server coaps://127.0.0.1:37833/resource coap-client coaps://127.0.0.1:53699 06:52:36.457 WARN [NioNatUtil]: NAT 127.0.0.1:37833 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:40127/resource coap-server coaps://127.0.0.1:40127/resource coap-client coaps://127.0.0.1:39686 06:52:36.474 WARN [NioNatUtil]: NAT 127.0.0.1:40127 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:58882/resource coap-server coaps://127.0.0.1:58882/resource coap-client coaps://127.0.0.1:34748 06:52:37.359 WARN [NioNatUtil]: NAT 127.0.0.1:58882 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: 21.653 s - in org.eclipse.californium.integration.test.SecureNatTest [INFO] Running org.eclipse.californium.integration.test.SecureCidClusterTest URI: LoadBalancer destination coaps://127.0.0.1:59977/resource coap-server coaps://127.0.0.1:59977/resource coap-client coaps://127.0.0.1:40420 06:52:38.758 WARN [NioNatUtil]: NAT 127.0.0.1:59977 stopped. 1689 forwarded messages, 1562 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:33502/resource coap-server coaps://127.0.0.1:33502/resource coap-client coaps://127.0.0.1:58566 06:52:39.643 WARN [NioNatUtil]: NAT 127.0.0.1:33502 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:42057/resource coap-server coaps://127.0.0.1:42057/resource coap-client coaps://127.0.0.1:52955 06:52:40.765 WARN [NioNatUtil]: NAT 127.0.0.1:42057 stopped. 1592 forwarded messages, 1495 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:51434/resource coap-server coaps://127.0.0.1:51434/resource coap-client coaps://127.0.0.1:46853 06:52:47.733 WARN [NioNatUtil]: NAT 127.0.0.1:51434 stopped. 388 forwarded messages, 368 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:56735/resource coap-server coaps://127.0.0.1:56735/resource coap-client coaps://127.0.0.1:60892 06:52:54.105 WARN [NioNatUtil]: NAT 127.0.0.1:56735 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:48069/resource coap-server coaps://127.0.0.1:48069/resource coap-client coaps://127.0.0.1:54198 06:52:54.132 WARN [NioNatUtil]: NAT 127.0.0.1:48069 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:60719/resource coap-server coaps://127.0.0.1:60719/resource coap-client coaps://127.0.0.1:50726 06:52:55.051 WARN [NioNatUtil]: NAT 127.0.0.1:60719 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.688 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:36627/resource coap-client coaps://127.0.0.1:52475 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:52:55.348 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "86756E5F25E23A0B58344EC32F4FD8911D159778DE97E1A288E09043D0AA6A80" != "B402B71526A9BF441BCA2684C7D562F142F3BA1ECF3B1614447D8DAE318A0BB1" (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:60928/resource coap-client coaps://127.0.0.1:46197 URI: change coaps://127.0.0.1:60928/resource to coaps://127.0.0.1:38537/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:38537/resource to coaps://127.0.0.1:54098/resource 06:52:57.687 WARN [NioNatUtil]: NAT 127.0.0.1:36459 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:34708/resource coap-client coaps://127.0.0.1:46221 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:49826/resource coap-client coaps://127.0.0.1:41455 Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:58840/resource coap-client coaps://127.0.0.1:46080 URI: change coaps://127.0.0.1:58840/resource to coaps://127.0.0.1:36746/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:53:02.228 WARN [NioNatUtil]: NAT 127.0.0.1:39825 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:47457/resource coap-client coaps://127.0.0.1:46445 URI: change coaps://127.0.0.1:47457/resource to coaps://127.0.0.1:60791/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:53:06.559 WARN [NioNatUtil]: NAT 127.0.0.1:34265 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:60273/resource coap-client coaps://127.0.0.1:47564 URI: change coaps://127.0.0.1:60273/resource to coaps://127.0.0.1:48433/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:53:06.933 WARN [NioNatUtil]: NAT 127.0.0.1:51270 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:40199/resource coap-client coaps://127.0.0.1:55002 URI: change coaps://127.0.0.1:40199/resource to coaps://127.0.0.1:50534/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:53:07.270 WARN [NioNatUtil]: NAT 127.0.0.1:47537 stopped. 13 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.204 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:53:09.363 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:53:09.558 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:53:09.576 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:53:09.577 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502) 06:53:09.614 INFO [TestScope]: INTENSIVE TEST: false (o.e.c.e.util.TestScope.:35) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (0ms). 06:53:10.014 INFO [Configuration]: defaults added DTLS. (o.e.c.e.c.Configuration.addDefaultModule:424) 06:53:10.016 INFO [Configuration]: defaults added SYS. (o.e.c.e.c.Configuration.addDefaultModule:424) [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest 06:53:10.096 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:10.103 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:10.106 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:10.107 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:10.107 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:10.212 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:10.250 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:10.257 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:10.258 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:10.258 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:53:10.331 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:53:10.365 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 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: 5E570559D2C108E19FCFA10CC014C3592CE8188D2A381FF2017724D4E6A0ABB0 Session-ID-ctx: Master-Key: 1F21B81665B95F4BB320D3C79707370665EE226B6101B1B6DAA13D700D3677ED170C7495FE1355396353EF2B2289F2F5 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224790 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 (692ms, testOpenSslClientChainTrustAll). 06:53:10.962 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:10.963 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:10.978 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:10.979 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:10.981 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:10.981 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:53:10.981 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:53:10.995 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:53:11.006 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 2123 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: 7ECDF4375EF5CD8CA919EA91BF52AB40F4053DEC81963E67756077E2BB08CE80 Session-ID-ctx: Master-Key: E8B82D5B4B7A0830CFBBEB5A87833446547A6F04931C493FB7857CD7651E3258455DB8B4393CF89F1B0C0FBF4C1CCF3F PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224790 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 (537ms, testOpenSslClientChainTrustCa). 06:53:11.525 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:11.527 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:11.528 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:11.528 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:11.529 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:11.529 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:11.529 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:11.530 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:11.530 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:11.531 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:11.539 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:11.541 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:11.542 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:11.542 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:11.542 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:53:11.557 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: CCD37236AED49BB61F76767744D5833EAD00E8F52981D3BFD0D17D812F258B5A Session-ID-ctx: Master-Key: C08F00B6BFB74149593FC02FBA9D8AD93BDB45D9ACEFC1D6916A9B816CB2294E0971059F9C7FEE9B0F8EB8BB20024872 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224791 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (524ms, testOpenSslClientUnauthenticated). 06:53:12.073 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:12.073 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:12.123 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:12.124 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:12.125 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:12.125 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:53:12.125 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert clientEdDsa.pem -no-CAfile -curves X25519:prime256v1 -sigalgs ed25519:ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 06:53:12.137 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:53:12.150 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: CD5355E7A046156E7F25068382399EF4A98A6211EF84A845ADAB1F86E4B647AE Session-ID-ctx: Master-Key: BAD93AA431ACA7D9B2D4141ACE95AF9E2EA1D5E8A97DD06C22757F02A7762D5AB9F4A681280AD7B910ACC8A76E2DA5D3 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224792 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 (533ms, testOpenSslClientEd25519). 06:53:12.665 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:12.666 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:12.679 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:12.680 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:12.682 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:12.682 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:53:12.682 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:53:12.698 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:53:12.710 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: 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: 8EC1AE4A5E421A6519233EAB47DFC9A6926C93E04BF0600DBD5F69C58F0A5395 Session-ID-ctx: Master-Key: EEE8B328C84E325C92A8A68223A9568C215DDB538A0BFC2A82DFA5443F306E3E2E8EC7E75948DE7C162251A756062E03 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224792 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (539ms, testOpenSslClientTrustTrustRoot). 06:53:13.228 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:13.229 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:13.241 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:13.242 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:13.244 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:13.244 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:53:13.244 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X448:prime256v1 06:53:13.258 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:53:13.272 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 1735 bytes and written 2147 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: 084B1DF0E36C807FFD7B480399AB4D991D138524CDBC5114A1360675D0A3F474 Session-ID-ctx: Master-Key: E5273E9E5F85C360337E010C6C35A60E61B5E6D502B06C7A979DF02E98F28DE3BC09B965034743C176DD26A553F83688 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224793 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (544ms, testOpenSslClientX448). 06:53:13.793 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:13.794 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:13.805 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:13.807 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:13.808 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:13.808 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:13.808 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -curves X25519:prime256v1 -keymatexport EXPERIMENTAL_TEST 06:53:13.821 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:53:13.830 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 1106 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: F61549F82F70B5E0DCE1C59421B70EE4DFC4CB5730ED1599F6C9275FAB58ACEE Session-ID-ctx: Master-Key: 540D74D8B57E42863503AE68D6736A97ED0595AA61C846BBDBFFDF3A4279D6D6E4070B2FE56EE7601112DB0453DF0223 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224793 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: 2A5C0B45CFFAC0A780616D00236A2309E4B9FA71 --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (529ms, testOpenSslClientExportKeyMaterial). 06:53:14.344 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:14.345 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:14.390 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:14.391 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:14.393 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:14.393 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:14.393 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert clientRsa.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 06:53:14.409 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:53:14.474 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: AA8777EE581258F1EEB7A74AB227C4FCBA26903D1CE557B976B814A5ECA9450F Session-ID-ctx: Master-Key: 9D95E6DC645B440FD9EA69BD59543C6138ED5BA215E67F883F64DDC49146D53E1679194AA1BE55AA52FBB89E2EE75EFB PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224794 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (598ms, testOpenSslClientRsaCertificatChain). 06:53:14.997 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:14.998 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:15.007 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:15.009 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:15.010 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:15.010 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:15.010 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert clientEdDsa.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ed25519:ECDSA+SHA256 06:53:15.024 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:53:15.035 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256:Ed25519 Shared Requested Signature Algorithms: ECDSA+SHA256:Ed25519 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1712 bytes and written 1991 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTL< Hello Scandium! Sv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: D7D20A5619CFFC114D3456B3A9BA8CEBC7288753FEF6F6FF67002A64D5717792 Session-ID-ctx: Master-Key: 8C8DDAFE5B569FB1999CBAC69A47BA918B4D6A1C89F9DAE81042D868FC5CCA88854E45ED9D8F12ECE2DE7D5E7F7A4010 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224795 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (540ms, testOpenSslClientEdDsaCertificatChain). 06:53:15.556 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:15.558 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:15.569 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:15.570 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:15.572 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:15.572 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:15.572 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:53:15.586 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: ABBAE62ACD70BAEB7F83F8C222F3724D8D872278FC2F801E3487C29E2F25140A Session-ID-ctx: Master-Key: 0911F7FD07091C2CA426876DEF9AE0D6E83396A6154C02B8A77FBA226D8042318E570DDA9FA8E03< Hello Scandium! ECCB676E5891014A9 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224795 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (522ms, 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:53:16.115 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 1587 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: 420A787F310F966C2FB0E074D90B8528D046820EFD78F429267C3D7644026369 Session-ID-ctx: Master-Key: 4BA503A13745E168304E0E5874E3194D8E93B563006FC8580462177012957371AB9A5048EE4D4C0BB< Hello Scandium! 53AE182E28E03CA PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224796 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (523ms, testOpenSslClientUnauthenticatedFullhandshake). 06:53:16.628 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:16.629 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:16.637 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:16.638 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:16.639 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:16.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) 06:53:16.640 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:53:16.651 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:53:16.660 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 1106 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: F2FF2B377FA404EC6CE4A1ECFE4950A3BA1E2AAAFEE281F8D1F9D90873C0F59C Session-ID-ctx: Master-Key: 3291A8FC7F7C4CBA9F67C2F545D47ED11AA90E0D3AFCB1FAB44A1446886EB62A90FCB3407CE3774905B6CBA9ACDE66ED PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224796 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (531ms, testOpenSslClientCertTrustAll). 06:53:17.176 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:17.177 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:17.184 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:17.185 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:17.186 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:17.186 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:53:17.186 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:53:17.199 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:53:17.214 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 : DTL< Hello Scandium! Sv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: DD79FF0DB1385292793D11D094C18B4CC7CAED302B5F410FB54CB6D4FA42ECB4 Session-ID-ctx: Master-Key: B9805DEFC25F9C8A182F6226F894EDFD64D3732002B2166DBCEE3A41755EF88270D2AC534B8C3C57682BF2146D90B388 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224797 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (543ms, testOpenSslClientSecP384r1). 06:53:17.734 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:17.735 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:17.742 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:17.743 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:17.744 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:17.744 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:53:17.744 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves prime256v1 06:53:17.758 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:53:17.767 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 2152 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: 77847DE400BB9FAC5145A8BFE38BB3FED7EB77C3685522676058C7364050A0B7 Session-ID-ctx: Master-Key: AF97787FE1FF61656C5B5EFC26767BED97FFE1163E24EDEAD5E9DB8DA66AD3DF5A571646B2E09FBE4475183B9B1A91B9 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224797 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (534ms, testOpenSslClientPrime256v1). 06:53:18.285 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:18.287 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:18.301 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:18.304 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:18.305 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:18.306 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:18.305 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:53:18.320 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:53:18.328 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: FEC294465C3F32607CCDE80DFE207A00458A0988EDF18B4205E63F80B4A73E62 Session-ID-ctx: Master-Key: 50024ECC540CD703988845B076CB95C192FC2E458A536C0E887D8AD82F24E4C7F60E6747D5F70AA9A2FE48099E46CFDA PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224798 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (528ms, testOpenSslClientTrustTrustCa). 06:53:18.839 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:18.840 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:18.846 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:18.848 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:18.849 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:18.849 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:53:18.849 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:53:18.863 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:53:18.870 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1613 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: D4224EB99F005381723CA48A025F74A4324F6E9E2FFA28AB446D158B0963E4B6 Session-ID-ctx: Master-Key: 4B3F61D0AF660D962EFC7BC4A9FD07D42567ECA2A36780D2FD16E6152C2C390AA9F2B180877AD79EAE853E2C645FDD30 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224798 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (532ms, testOpenSslClientTrustTrustAll). 06:53:19.387 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:19.388 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:19.396 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:19.397 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:19.398 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:19.398 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:53:19.398 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:53:19.409 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:53:19.415 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 1106 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: C228C1F4875C4D80BEACFB64542287B6EEED41E0B12BDA2DB5521F153F33952A Session-ID-ctx: Master-Key: A73A5C757023E7B145B00C4E9F18D734A95ABB1398E39D83221DFF3BFEA68224EFF7255AEF573785B1CC395924D61DC5 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224799 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (523ms, testOpenSslClientCertTrustCa). 06:53:19.926 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:19.927 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:19.949 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:19.950 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:19.951 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:19.951 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:53:19.952 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:53:19.966 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: 718C891D5588BD18DCAEB2B2C6A044B41183EDD3CBB7C2E63C4A6159F094B8BD Session-ID-ctx: Master-Key: D47FD6B32796098774E7C4F89CB74CD1FA1D4D51CC50FEA88FC4BDB2CD8A2055434EA87A8820F08< Hello Scandium! 04DE22FDB369225F9 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224799 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (530ms, 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: 718C891D5588BD18DCAEB2B2C6A044B41183EDD3CBB7C2E63C4A6159F094B8BD Session-ID-ctx: Master-Key: D47FD6B32796098774E7C4F89CB74CD1FA1D4D51CC50FEA88FC4BDB2CD8A2055434EA87A8820F0804DE22FDB369225F9 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224799 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (514ms, testOpenSslClientUnauthenticatedResumes). 06:53:21.005 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:21.006 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:21.014 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:21.015 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:21.017 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:21.017 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:53:21.017 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 06:53:21.031 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:53:21.042 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 2110 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: 795027B85E14DBC5618EE1DCFA73904D9632F9D541DCEA250B869B99E3E4AA15 Session-ID-ctx: Master-Key: B12B9AB310015FEE41BF1E9FD572CC33E28DBAF1D3F40E503590090F14D9A6F261DD05A2D97F2085AD843DCE24D1C079 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224801 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (532ms, testOpenSslClientMixedCertificatChain). 06:53:21.554 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:21.555 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:21.565 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:21.566 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:21.568 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:21.568 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:53:21.568 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:53:21.580 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:53:21.589 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 1711 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: 268C58F3F8521068EAF67B4F08238C4BA6AA35982F598162F1F732B1DFC5F567 Session-ID-ctx: Master-Key: 9F57C14C441B13EBF264C722BBE5605BD3C7FCA192FEF70618158CA5EDA5E943747F6A384A481F773092FC03E8F55B95 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224801 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 (531ms, testOpenSslClientChainTrustRoot). 06:53:22.104 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:22.105 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:22.111 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:22.112 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:22.113 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.113 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:53:22.114 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:53:22.127 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:53:22.134 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 2123 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2< Hello Scandium! Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 7F068C7A8610A6162BF65F23414794F79D6A038B8734D85E1A6FE9E005D255D2 Session-ID-ctx: Master-Key: 584909E04DD02125973A8B6287B066C285C45997E37F48FC5ACC763F4AD1356C033B75ACF58A2DBA356A6339D8E1EE37 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224802 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (527ms, testOpenSslClientX25519). 06:53:22.646 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (5ms). [WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 12.57 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest 06:53:22.663 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:53:22.685 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:22.686 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:22.687 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:58155] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.687 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:58155, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:22.688 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:58155] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.700 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:22.716 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----- MIICgAIBAQIDAP79BALArgQglNyBCXuJQGbjVG/dW0A+Dz/iiTGzN2EJrgfyyCVX lrcEMJTglviufQJPI0KA8EjFJWr87EclkA5ro11i+mYuOfWZXEKv3TQdJThH+Dfv 95impKEGAgRmWsViogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (68ms, testOpenSslServerTrustTrustAll). 06:53:22.737 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:22.737 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:53:22.759 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:22.761 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:22.762 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:55918] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.762 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:55918, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:22.763 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:55918] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.766 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:22.773 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----- MIIChQIBAQIDAP79BALArgQgWSCdvvNrJksHA3Oop+QlQO+nPQ08FfrSGA7xdo6o DoAEMA20z1GWx5hIW8g/u8s/lb33QP5HbfAqZguSVlWhb7ODe5j+dbwVy1HGNJOK +yXzK6EGAgRmWsViogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (49ms, testOpenSslServerChainTrustCa). 06:53:22.791 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:22.792 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:53:22.811 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:22.812 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:22.813 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:36261] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.813 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:36261, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:22.813 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:36261] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.816 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:22.822 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----- MIICgAIBAQIDAP79BALArgQg7H8IkT5K4nkA7zV9NJlljQR9vZgCVm/MwhgJmyI/ u4EEMNDAdFJsvyyaHmPvreD7I/6vxIcNIR6euKqzVR6jKnS/f1Og6dRueKdJrjQT 70cwX6EGAgRmWsViogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (48ms, testOpenSslServerFullTrustTrustAll). 06:53:22.845 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:22.846 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:53:22.897 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:22.898 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:22.899 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:44082] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.899 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:44082, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:22.899 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:44082] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.907 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:22.914 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----- MIIDVQIBAQIDAP79BALALwQgayCCYa/m7KPBoJemk/lK2mtFXnyxMkXuPLIVfrz4 BOUEMBMBsgyqmaZRr7qWlLiADwM8iphSZzw56nYePzSjnIfMNFu9j54R7bsCuiY2 r1Ff9KEGAgRmWsViogQCAhwgo4IC0TCCAs0wggJyoAMCAQICCGcoHR/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 (113ms, testOpenSslServerRsaTrustRoot). 06:53:22.964 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:22.965 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:53:22.987 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:22.989 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:22.990 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:54900] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.990 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:54900, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:22.990 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:54900] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:22.993 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.002 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----- MIICgAIBAQIDAP79BALArgQgBKeUR/tpzcAdoHMhABUq9o/sxHYoE9JakULbcf/S o1cEMOW6AWyYZ990i1rWwWJFEiy/EdTYQt2hcCy8A/EavvwiFYlDlnPEmh7qjzaX RVR+jqEGAgRmWsViogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (45ms, testOpenSslServerRsaTrustTrustRoot). 06:53:23.017 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.018 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:23.018 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.019 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:23.019 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.019 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:53:23.058 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.059 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.061 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:39366] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.061 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:39366] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.061 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:39366, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.064 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.071 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----- MIIChQIBAQIDAP79BALArgQg1h5AtaPBbM2/gxTCmiZWJywhNGZbsuDsm9C4sx9v oSQEMGvZv6WcqxeM7acC+OhjiQSE3hLf8nQKx5jXKGo3uXUWRumLBeZOf0st8Lwe G2Y/IqEGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (45ms, testOpenSslServerChainTrustAll). 06:53:23.090 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.092 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:23.099 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.104 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:53:23.122 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.124 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.125 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:45404] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.125 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:45404, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.125 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:45404] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.128 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.133 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----- MIIChQIBAQIDAP79BALArgQgSI73y6CXny+fqT9ZAwiVRbDqzjIaRE9Tthm91K7A KzIEMMJwWNoFMENKPrdPtJ5kS3UkRpvTgZwaS4kTNN7s3ovezQp7JShjkSDlyjYq xrFYhaEGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (37ms, testOpenSslServerChainTrustRoot). 06:53:23.148 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.149 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:53:23.164 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.166 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.167 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:60204] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.167 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:60204, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.167 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:60204] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.170 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.174 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----- MIIChQIBAQIDAP79BALArgQgLlp+chsOUqggoIH0zNQp2Td6i9bZEs376FAs8lki T5cEMKV5Fu12YK6hneZTiHAH6SZElJ2keymfWLzmA2/kVoPRKnMgC9NtOB5Upq71 0xmJ5KEGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (35ms, testOpenSslServerCertTrustCa). 06:53:23.188 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.189 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:53:23.201 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.202 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.204 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:46520] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.204 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:46520, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.204 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:46520] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCDqIfw0MXh9eVffNsqTRgeMzDFAQ8x9ztzOqgwqR1uT qwQwPXD1qBK48W3XB7l21TR4eDaRHRL8ncplZG6Zl0S50RLPp6HBh5uvoA+CPmvL rIusoQYCBGZaxWOiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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: 219F0D0ED03925CBDA30B109CD13C0D1BDCC5502 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, testOpenSslServerExportKeyMaterial). 06:53:23.214 INFO [TestNameLoggerRule]: Test testOpenSslServerExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.215 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:53:23.252 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.254 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.255 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:44596] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.255 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:44596, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.255 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:44596] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.258 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.263 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----- MIICgAIBAQIDAP79BALArgQgYApDKv1HgkmFXG6WyWOUcKyNUaJ2nj1IRQ+qD58p pd4EMGh6++1W3ynXOaqFDRLE8AU25IUaiU5DpN02X/3soQwBiGT7W0vLimulAM28 Z2g83qEGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (57ms, testOpenSslServerPrime256v1). 06:53:23.278 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.279 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:53:23.300 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.302 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.303 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42056] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.303 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42056, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.303 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42056] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.306 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.311 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----- MIICgAIBAQIDAP79BALArgQgow3IKHiANb+w/8yxmPTcTDcqG5co6rna6D2pXwtO 6MwEMBsTm7P93wa6lx1+1Yafcv7RjBUGItPbaw24e+0fX5mnmwe+BZ0jD5l0vQlW vg7kG6EGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (37ms, testOpenSslServerX25519). 06:53:23.322 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.323 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:53:23.337 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.338 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.341 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:40515] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.341 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:40515, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.341 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:40515] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.343 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.347 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----- MIIChQIBAQIDAP79BALArgQgKsR7UlseZ2wfNaa+Sx5a/ubK/GIvprwt6VcPf4L8 ju4EMFVX8IGVfsNUkWsjdwOrZU7/8OGtdlZvV4F2fvUZKZ7gI/2eHQFE7X4JDBEc UZ5baKEGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (33ms, testOpenSslServerCertTrustAll). 06:53:23.360 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.361 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:53:23.380 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.381 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.383 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:49664] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.383 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:49664] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.383 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:49664, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.386 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.391 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----- MIICgAIBAQIDAP79BALArgQggCisOYgzq6aLlZNZ0AvtCzogi6zcMJH/9AnFl/d2 7D4EMG3hAoXJFpc2EDt5Euz/FEqvoxNbugZZr4APPFYJBZN4Z9xXPgRBPIJfEU5F hNmCM6EGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (40ms, testOpenSslServerX448). 06:53:23.442 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.443 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:53:23.462 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.463 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.480 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:52846] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.480 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:52846, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.481 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:52846] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.486 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.492 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----- MIICgAIBAQIDAP79BALArgQgnx6NAHlVCa/Z/88qiq1nE6doDnrEbcKT5Zmtil3m riYEMMgxPQ39zj7bTRgAFhmcEIGZK4cbA/XEOQ5WRbGOxaLPQYFCKWhDymvztj0T DGTP/KEGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (68ms, testOpenSslServerSecP384r1). 06:53:23.541 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.542 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:53:23.552 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.553 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.555 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:52857] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.555 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:52857, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.555 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:52857] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCCRYjfb9Z9N6lyhmAOxt67UA0vnaRRGqrOJLP/iHYvK FgQwnJuZcRMSWW/GK2aoRzs6aWGqUcBbCEdk2WliwK3DRWKQRHoglWeAyXFRmFXT gSMioQYCBGZaxWOiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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, testOpenSslServerPsk). 06:53:23.561 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.562 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:53:23.580 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.581 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.582 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:43779] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.582 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:43779, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.582 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:43779] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.585 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.590 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----- MIICgAIBAQIDAP79BALArgQgZVcngXuQ3sKgb/aJwzh+aArzG5QDULn3XkFXDHL/ npoEMHABdZkOEwfiC0zHXP1/NP9/+NgoYjOQZYGDnrHo2P336zmoioOKL0DKWJqp MObMxqEGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (36ms, testOpenSslServerTrustTrustCa). 06:53:23.603 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.604 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:53:23.622 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.623 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.624 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42029] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.624 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42029, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.624 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42029] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.627 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.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----- MIICgAIBAQIDAP79BALArgQgm+JGssSb11WIP2oi4AyVhOMTBTW4M0oEfwvM4KIu ywsEMAnTPnHDIXzs3T0tG5GyfRWV/n+HtvFPodLWd/R8E5U6SMIlbQ8MuyDgPAwO gme5HqEGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (47ms, testOpenSslServerTrustTrustRoot). 06:53:23.656 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:23.657 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:53:23.677 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.678 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.680 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:36367] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.680 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:36367, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:23.680 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:36367] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.683 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:23.690 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----- MIIChQIBAQIDAP79BALArgQgUglHmlKnkuTnhKE0NeB8YwfO1DXusnTSOj2xWIVj wHQEMAGtHQzjuLMwucbR4Nra7zI/JlWx7hdu/WTV7igKXH5GH4npgD4RCejXw+iZ DhEd6KEGAgRmWsVjogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (45ms, testOpenSslServerRsaChainTrustRoot). 06:53:23.707 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (36ms). [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 1.082 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest 06:53:23.755 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:23.756 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:23.757 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:23.759 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.759 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:23.759 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 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: 6CFAC59D8F5420447E2C8607CB8DDB04A453E7315BEE834D23E3AB2451229573 Session-ID-ctx: Master-Key: CFA1FA8E064EE24DF89B3677D9F0D859EAD594EB113887F7A82BD8FE929246D842AB4CEC215A394D226833F68C3E8B28 PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1717224803 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (513ms, openssl-client, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8). 06:53:24.277 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:24.278 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:24.280 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:24.281 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:24.283 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:24.283 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:53:24.283 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: F038B2CCAAECB5C4262699C961D5E14BFE4460AD520C0E796D0B2BD9FD2DD8D3 Session-ID-ctx: Master-Key: 76AAC01B5F0FC9CD896CBDDE7A678066C09C1EF95FB685157D08B5B163803684204EE0624D94B1569AC8CA52D49DBE0F PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1717224804 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (513ms, openssl-client, TLS_PSK_WITH_AES_128_CCM_8). 06:53:24.802 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:24.803 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:24.805 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:24.806 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:24.807 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:24.807 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:24.807 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 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: C9613DB1CBAA7812B1D089E235679163B4AE91A02EEF46EB91AC86E56A315DCD Session-ID-ctx: Master-Key: 3D6407E1BAA5BDD88AEA9FC23780A3BBFF57097153078B056A370368C22CB1A94F7DD984DA98560BB0D86FBC05F4BF2A PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1717224804 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (519ms, openssl-client, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:53:25.331 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:25.332 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:25.333 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:25.334 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:25.335 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:25.335 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:53:25.335 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 Can't use SSL_get_servername CONNECTED(00000003) --- no peer certificate available --- No client certificate CA names sent Server Temp Key: X25519, 253 bits --- SSL handshake has read 367 bytes and written 508 bytes Verification: OK --- New, TLSv1.0, Cipher is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-PSK-AES128-CBC-SHA256 Session-ID: AC2FE5EFF47D52492ECB7AE24688CFFE229B7E211A153F562688610B7FFCCC6B Session-ID-ctx: Master-Key: AF358B58D1E7A07DF019147F1FAC3DCB27666C77AA90ADE51DDFD9FFB4DE191AE595F939CEB13003097563F6E4F61AEF PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1717224805 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, openssl-client, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:53:25.855 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:25.856 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:25.863 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:25.864 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:25.866 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:25.866 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:25.866 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 06:53:25.877 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:53:25.885 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 1569 bytes and written 1104 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: AF75000B92601FCC4561F815C6BA91D25657CC556BDA26C85FFA75D8375B43CC Session-ID-ctx: Master-Key: 5925472ED81322091E54668ACA912E2F91F5BF6F2664C044CB376929D9C4FE51A8537102CB4EA0F7F6196968A10AED8C PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224805 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 (528ms, openssl-client, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:53:26.400 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:26.400 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:26.407 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:26.408 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:26.425 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:26.425 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:26.425 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 06:53:26.436 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:53:26.442 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: B9FA55EF19CEB98DF0782AAEF9846332EF79D7016DDCB5016CE24ED92391C97F Session-ID-ctx: Master-Key: 6F59B70008B5B40D3BFB58B1A45F6309BDF4E92EF851479A3F4D3B404918BEFF09854E38601157F1FE40D51AD2F550C8 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224806 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 (526ms, openssl-client, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:53:26.956 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:26.957 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:26.986 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:26.988 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:26.989 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:26.990 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:26.989 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 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:53:27.005 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:53:27.044 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 1102 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: 34BFF90B6C49CB3FE287EC375FDFF3FD346C94FF8CAFDF842EE9F5760FBCE6B6 Session-ID-ctx: Master-Key: CD6A6CF5F9593DC8F4CEDA24B90CA2B7A593FF852841DB004C2C187E5320AA27C9285EECFAFED420708F179936BBDDC5 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224807 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 (563ms, openssl-client, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:53:27.559 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:27.559 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:53:27.574 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:27.575 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:27.576 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:27.576 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:53:27.576 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 06:53:27.587 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:53:27.603 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 1102 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: 714DC6960659ED3060A870C8493BECFEA5201666098E5D51972DECC1C612E23E Session-ID-ctx: Master-Key: 2548786717932F0E5F2C6B9D991399A2E87072E0ACEB4905CB28A67C0FE8A42042EDB76249B5724E48D59DF9230D7226 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1717224807 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 (533ms, openssl-client, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:53:28.114 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 (4ms). [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.37 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest 06:53:28.127 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:53:28.137 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:28.139 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:28.140 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:35097] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.140 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:35097, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:28.140 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:35097] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCAq0tDg6Ji4/+4xHelb6OFe6d5pfRxJzKh0PPneP1Cp hAQwfgRWqkUTkQFV5+jGneDs6DQpBc7HqLFQFqBft3Xd2WEH8SreRpN5A8iagvTT F6z6oQYCBGZaxWiiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (15ms, openssl-server, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8). 06:53:28.148 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:28.149 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:53:28.163 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:28.164 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:28.166 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:36904] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.166 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:36904, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:28.166 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:36904] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCCkLKIArZtPr442Ocjvv65UezC0JDJW+ES394BFirSb 2AQwrpAuL/AU84V0qHPksC/E8Rv+w9LMu1Tob+GDyAJv47XIgkopU6jIW7VGM6Y0 qvuAoQYCBGZaxWiiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (18ms, openssl-server, TLS_PSK_WITH_AES_128_CCM_8). 06:53:28.173 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:28.174 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:53:28.188 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:28.190 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:28.191 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42839] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.191 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42839, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:28.191 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42839] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsA3BCAqBuVkLrVxPf0KaqRCU4bAMAdDSIvBPdxyxtEvTec8 1gQwuSihORL7nUU5m72OC9oC1SEsIzMuI9DfCeZdaUUlSJpEoSF/IQsuWdjYcFS0 LGIQoQYCBGZaxWiiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (69ms, openssl-server, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:53:28.249 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:28.250 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:53:28.262 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:28.263 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:28.265 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:45029] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.265 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:45029] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.265 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:45029, 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/v0EAsA3BCB+92DXkwAhoI5r0192doY+M31C7DukvsF7UYsNrjlJ fgQwzfySKv73vZFCJ8xItwx6qx7IMP/LfdMAli25irza4f98+OEV8wKKLRRbOYXT UWccoQYCBGZaxWiiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (24ms, openssl-server, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:53:28.280 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:28.281 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:53:28.346 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:28.348 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:28.349 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:51889] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.349 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:51889, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:28.349 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:51889] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.352 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:28.356 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----- MIIChQIBAQIDAP79BALAKwQg7HtI16phZo3//wAwtW9ItZ46ArrvnKRa/XeVeacM qowEMIINcmU4FTfgZH5EuHOBklF+/pkl3hQ9J6sddM7fkvyGCxnwzQblul7BYVdD qJq3/6EGAgRmWsVoogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (85ms, openssl-server, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:53:28.372 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:28.372 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:53:28.387 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:28.389 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:28.390 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:50713] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.390 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:50713, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:28.390 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:50713] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.392 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:28.398 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----- MIIChQIBAQIDAP79BALAKwQg7r2ujaxoNj7gctiyXKlKw7tmyO7uOqb3ZB18v8La uq8EMPmKiKeKohlavwQVJC0LdM7JNPOXRdMPs0MVKttLugoEWvn/Sav6340NSfE3 9Ey2M6EGAgRmWsVoogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (69ms, openssl-server, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:53:28.446 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:28.447 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:53:28.467 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:28.468 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:28.469 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:56679] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.470 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:56679, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:28.470 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:56679] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.476 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:28.477 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----- MIIChQIBAQIDAP79BALALwQgctQbGR3iXkZAZzOpL+J2CW3XH2QnU9C1/zZcQg1x vMcEMP9AvVVisOG6kOfMBYs06IJFa/wNLrz9xD3yFS7ye+498ymMJgissuBZuOwo 0tTEfaEGAgRmWsVoogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (42ms, openssl-server, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:53:28.495 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:53:28.496 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:53:28.561 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:53:28.562 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:53:28.563 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:39019] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.563 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:39019] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:53:28.563 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:39019, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:53:28.569 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:53:28.570 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----- MIIChQIBAQIDAP79BALALwQgIqMYB5UwOdISm+cFkxLROC0V74S7yWWIJN1+g3Bd C7sEMBkXPjj318Yp8bdnjQW6330xslWm0bUKRyKeCOLZbhg1fe8bX6Z7rJ6Zj6ZU rfvkXaEGAgRmWsVoogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (38ms, openssl-server, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:53:28.583 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.566 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.473 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.058 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.016 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.004 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.013 s - in org.eclipse.californium.oscore.ByteIdTest [INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest 06:53:43.365 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 06:53:43.370 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 06:53:43.371 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. 06:53:43.482 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 06:53:43.500 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 06:53:43.503 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 06:53:43.504 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 06:53:43.581 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 06:53:43.593 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 06:53:43.593 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 06:53:43.595 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 06:53:43.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 06:53:43.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 06:53:43.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 06:53:43.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 06:53:43.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 06:53:43.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 06:53:43.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 06:53:43.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 06:53:43.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 06:53:43.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 06:53:43.597 [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.517 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Running org.eclipse.californium.oscore.OptionJuggleTest 06:53:43.711 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.19.255 - eth0. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest 06:53:43.742 [main] INFO org.eclipse.californium.elements.config.Configuration - writing properties to /home/jenkins/agent/workspace/californium-main-nightly/cf-oscore/Californium3.properties 06:53:43.765 [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.056 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 06:53:43.773 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.775 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.789 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:43.795 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:43.795 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:53:43.795 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:53:43.799 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:43.800 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 06:53:43.800 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.801 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.803 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:43.804 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.805 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.858 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.859 [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:53:43.861 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.862 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.865 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.866 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.871 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:43.871 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 06:53:43.871 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:53:43.872 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.872 [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:53:43.875 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.876 [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:53:43.880 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.881 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.885 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:43.886 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.887 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.893 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 06:53:43.941 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.942 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.948 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:43.949 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:43.950 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.951 [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:53:43.954 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.955 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.958 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.959 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.960 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:43.961 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:43.963 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:43.964 [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.19 s - in org.eclipse.californium.oscore.OSCoreTest [INFO] Running org.eclipse.californium.oscore.OSSerializerTest 06:53:43.966 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 06:53:43.967 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 06:53:43.968 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 06:53:43.969 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 06:53:43.970 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 06:53:43.970 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 06:53:43.972 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 06:53:43.973 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 06:53:43.975 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.002 s - in org.eclipse.californium.oscore.EncryptorTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 06:53:43.982 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:43.984 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.048 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.californium.oscore.DecryptorTest [INFO] Running org.eclipse.californium.oscore.ContextRederivationTest Start ContextRederivationTest 06:53:44.061 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.067 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.068 [main] INFO org.eclipse.californium.ban - Started. 06:53:44.070 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.083 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:44.106 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:44.109 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:44.112 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.114 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.115 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:44.116 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 06:53:44.116 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.119 [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:53:44.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:53:44.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:53:44.119 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 06:53:44.143 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.144 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.144 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.144 [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:53:44.145 [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:53:44.147 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:44.147 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.147 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.147 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:44.147 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 06:53:44.148 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.148 [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:53:44.148 [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:53:44.149 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 06:53:44.149 [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:53:44.149 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 06:53:44.155 [: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:53:44.157 [: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:53:44.159 [: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:53:44.160 [: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:53:44.162 [: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":0x19000948F04E2A0D11092A33}, 47 10 2A 12 D3 AF A2 D0 37 24 D9 04 C7 3F CA 32 3E 9A FD 47 E6 E5 E2 5B 7B 5B 1C 91 17 2C 4B 73 06:53:44.164 [: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-17436], CON-POST MID=17436, Token=null, OptionSet={"Object-Security":0x19000948F04E2A0D11092A33}, 47 10 2A 12 D3 AF A2 D0 37 24 D9 04 C7 3F CA 32 3E 9A FD 47 E6 E5 E2 5B 7B 5B 1C 91 17 2C 4B 73 06:53:44.165 [: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-403B53C4710FAE31], CON-POST MID=17436, Token=403B53C4710FAE31, OptionSet={"Object-Security":0x19000948F04E2A0D11092A33}, 47 10 2A 12 D3 AF A2 D0 37 24 D9 04 C7 3F CA 32 3E 9A FD 47 E6 E5 E2 5B 7B 5B 1C 91 17 2C 4B 73 06:53:44.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-17436], KeyToken[127.0.0.1:8192-403B53C4710FAE31]] 06:53:44.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8192 06:53:44.172 [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=17436, Token=403B53C4710FAE31, OptionSet={"Object-Security":0x19000948F04E2A0D11092A33}, 47 10 2A 12 D3 AF A2 D0 37 24 D9 04 C7 3F CA 32 3E 9A FD 47 E6 E5 E2 5B 7B 5B 1C 91 17 2C 4B 73] 06:53:44.173 [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:53:44.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-17436] 06:53:44.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST MID=17436, Token=403B53C4710FAE31, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=17436, Token=403B53C4710FAE31, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 06:53:44.179 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8193 06:53:44.181 [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:53:44.182 [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:53:44.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]! 06:53:44.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04 MID=17436, Token=403B53C4710FAE31, OptionSet={"Object-Security":0x101150852CEE6EA67998A55577657C57E8DC9B}, E4 8F 31 EF 11 DF F0 4B 52! 06:53:44.187 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8193 06:53:44.188 [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=17436, Token=403B53C4710FAE31, OptionSet={"Object-Security":0x101150852CEE6EA67998A55577657C57E8DC9B}, E4 8F 31 EF 11 DF F0 4B 52] 06:53:44.188 [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:53:44.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.190 [: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:53:44.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=17436, Token=403B53C4710FAE31, OptionSet={"Object-Security":0x101150852CEE6EA67998A55577657C57E8DC9B}, : 06:53:44.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L2, 127.0.0.1:8192, complete]! 06:53:44.192 [: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-403B53C4710FAE31] 06:53:44.192 [: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-17436] 06:53:44.192 [: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=17436, Token=403B53C4710FAE31, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=17436, Token=403B53C4710FAE31, OptionSet={"Object-Security":0x19000948F04E2A0D11092A33}, acked 47 10 2A 12 D3 AF A2 D0 37 24 D9 04 C7 3F CA 32 3E 9A FD 47 E6 E5 E2 5B 7B 5B 1C 91 17 2C 4B 73! 06:53:44.194 [: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:53:44.194 [: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:53:44.194 [: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:53:44.195 [: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:53:44.196 [: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":0x19001A5818852CEE6EA67998A55577657C57E8DC9B2A6A65A59985A38B}, 9B 43 D3 D1 50 24 5E 58 A1 9C 61 4F 9D 0B 5D 06:53:44.196 [: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-17437], CON-POST MID=17437, Token=null, OptionSet={"Object-Security":0x19001A5818852CEE6EA67998A55577657C57E8DC9B2A6A65A59985A38B}, 9B 43 D3 D1 50 24 5E 58 A1 9C 61 4F 9D 0B 5D 06:53:44.197 [: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-5467FB62A6EB8932], CON-POST MID=17437, Token=5467FB62A6EB8932, OptionSet={"Object-Security":0x19001A5818852CEE6EA67998A55577657C57E8DC9B2A6A65A59985A38B}, 9B 43 D3 D1 50 24 5E 58 A1 9C 61 4F 9D 0B 5D 06:53:44.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-17437], KeyToken[127.0.0.1:8192-5467FB62A6EB8932]] 06:53:44.198 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8192 06:53:44.199 [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=17437, Token=5467FB62A6EB8932, OptionSet={"Object-Security":0x19001A5818852CEE6EA67998A55577657C57E8DC9B2A6A65A59985A38B}, 9B 43 D3 D1 50 24 5E 58 A1 9C 61 4F 9D 0B 5D] 06:53:44.199 [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:53:44.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-17437] 06:53:44.199 [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:53:44.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST MID=17437, Token=5467FB62A6EB8932, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=17437, Token=5467FB62A6EB8932, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:53:44.206 [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:53:44.207 [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:53:44.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]! 06:53:44.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04 MID=17437, Token=5467FB62A6EB8932, OptionSet={"Object-Security":0x}, 41 45 75 77 F4 D7 F9 AA 71 CB DD 18 15 B4 F6 33 12 FC 11 A2 F8 66! 06:53:44.208 [UDP-Sender-localhost/127.0.0.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:53:44.209 [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=17437, Token=5467FB62A6EB8932, OptionSet={"Object-Security":0x}, 41 45 75 77 F4 D7 F9 AA 71 CB DD 18 15 B4 F6 33 12 FC 11 A2 F8 66] 06:53:44.210 [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:53:44.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.210 [: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:53:44.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 06:53:44.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-5467FB62A6EB8932] 06:53:44.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-17437] 06:53:44.211 [: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=17437, Token=5467FB62A6EB8932, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=17437, Token=5467FB62A6EB8932, OptionSet={"Object-Security":0x19001A5818852CEE6EA67998A55577657C57E8DC9B2A6A65A59985A38B}, acked 9B 43 D3 D1 50 24 5E 58 A1 9C 61 4F 9D 0B 5D! ==[ CoAP Response ]============================================ MID : 17437 Token : 5467FB62A6EB8932 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 57 ms Payload: 12 Bytes =============================================================== 06:53:44.244 [: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:53:44.244 [: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:53:44.246 [: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}, 87 A3 FF 8C E4 51 7D 1D 6A 49 F7 88 C3 76 7D 06:53:44.246 [: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-17438], CON-POST MID=17438, Token=null, OptionSet={"Object-Security":0x0901}, 87 A3 FF 8C E4 51 7D 1D 6A 49 F7 88 C3 76 7D 06:53:44.247 [: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-7035434F57AB3225], CON-POST MID=17438, Token=7035434F57AB3225, OptionSet={"Object-Security":0x0901}, 87 A3 FF 8C E4 51 7D 1D 6A 49 F7 88 C3 76 7D 06:53:44.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-17438], KeyToken[127.0.0.1:8192-7035434F57AB3225]] 06:53:44.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 31 bytes to 127.0.0.1:8192 06:53:44.248 [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=17438, Token=7035434F57AB3225, OptionSet={"Object-Security":0x0901}, 87 A3 FF 8C E4 51 7D 1D 6A 49 F7 88 C3 76 7D] 06:53:44.248 [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:53:44.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-17438] 06:53:44.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST MID=17438, Token=7035434F57AB3225, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=17438, Token=7035434F57AB3225, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:53:44.250 [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:53:44.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]! 06:53:44.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04 MID=17438, Token=7035434F57AB3225, OptionSet={"Object-Security":0x}, 82 7E 78 12 E4 45 44 E7 0E 58 AD 41 D9 56 37 66 22 7A 33 D1 31 19! 06:53:44.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 36 bytes to 127.0.0.1:8193 06:53:44.253 [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=17438, Token=7035434F57AB3225, OptionSet={"Object-Security":0x}, 82 7E 78 12 E4 45 44 E7 0E 58 AD 41 D9 56 37 66 22 7A 33 D1 31 19] 06:53:44.253 [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:53:44.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192, complete]! 06:53:44.254 [: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-7035434F57AB3225] 06:53:44.254 [: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-17438] 06:53:44.255 [: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=17438, Token=7035434F57AB3225, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=17438, Token=7035434F57AB3225, OptionSet={"Object-Security":0x0901}, acked 87 A3 FF 8C E4 51 7D 1D 6A 49 F7 88 C3 76 7D! ==[ CoAP Response ]============================================ MID : 17438 Token : 7035434F57AB3225 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 9 ms Payload: 12 Bytes =============================================================== 06:53:44.256 [: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:53:44.256 [: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:53:44.258 [: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}, 0C 0B 30 71 7F B8 25 93 0B 0A 9F DA 85 FF 0B 06:53:44.258 [: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-17439], CON-POST MID=17439, Token=null, OptionSet={"Object-Security":0x0902}, 0C 0B 30 71 7F B8 25 93 0B 0A 9F DA 85 FF 0B 06:53:44.258 [: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-3C5ED922086ECC0F], CON-POST MID=17439, Token=3C5ED922086ECC0F, OptionSet={"Object-Security":0x0902}, 0C 0B 30 71 7F B8 25 93 0B 0A 9F DA 85 FF 0B 06:53:44.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-17439], KeyToken[127.0.0.1:8192-3C5ED922086ECC0F]] 06:53:44.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 31 bytes to 127.0.0.1:8192 06:53:44.260 [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=17439, Token=3C5ED922086ECC0F, OptionSet={"Object-Security":0x0902}, 0C 0B 30 71 7F B8 25 93 0B 0A 9F DA 85 FF 0B] 06:53:44.260 [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:53:44.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-17439] 06:53:44.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST MID=17439, Token=3C5ED922086ECC0F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=17439, Token=3C5ED922086ECC0F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:53:44.262 [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:53:44.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]! 06:53:44.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04 MID=17439, Token=3C5ED922086ECC0F, OptionSet={"Object-Security":0x}, D0 62 F4 2F 1A 30 A7 7A 11 75 24 2D 4F 13 E8 9B CB 81 C0 A8 20 66! 06:53:44.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 36 bytes to 127.0.0.1:8193 06:53:44.264 [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=17439, Token=3C5ED922086ECC0F, OptionSet={"Object-Security":0x}, D0 62 F4 2F 1A 30 A7 7A 11 75 24 2D 4F 13 E8 9B CB 81 C0 A8 20 66] 06:53:44.264 [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:53:44.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192, complete]! 06:53:44.265 [: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-3C5ED922086ECC0F] 06:53:44.265 [: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-17439] 06:53:44.266 [: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=17439, Token=3C5ED922086ECC0F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=17439, Token=3C5ED922086ECC0F, OptionSet={"Object-Security":0x0902}, acked 0C 0B 30 71 7F B8 25 93 0B 0A 9F DA 85 FF 0B! ==[ CoAP Response ]============================================ MID : 17439 Token : 3C5ED922086ECC0F Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 9 ms Payload: 12 Bytes =============================================================== 06:53:44.266 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:44.267 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 06:53:44.267 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 06:53:44.267 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 06:53:44.268 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 06:53:44.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 06:53:44.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 06:53:44.268 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 06:53:44.270 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.270 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.270 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.270 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:44.271 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:44.272 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:44.272 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.272 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.272 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:44.273 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 06:53:44.273 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.273 [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:53:44.273 [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:53:44.274 [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:53:44.274 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 06:53:44.275 [: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:53:44.275 [: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:53:44.276 [: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:53:44.277 [: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-18988], CON-POST MID=18988, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:53:44.277 [: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-E41630BD1EA16D2F], CON-POST MID=18988, Token=E41630BD1EA16D2F, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:53:44.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-18988], KeyToken[127.0.0.1:8194-E41630BD1EA16D2F]] 06:53:44.278 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:44.279 [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=18988, Token=E41630BD1EA16D2F, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 06:53:44.279 [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:53:44.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-18988] 06:53:44.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 06:53:44.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST MID=18988, Token=E41630BD1EA16D2F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=18988, Token=E41630BD1EA16D2F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:53:44.282 [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:53:44.282 [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:53:44.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]! 06:53:44.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04 MID=18988, Token=E41630BD1EA16D2F, OptionSet={"Object-Security":0x101150FAB3C22BD1BC16C6405AA9DC36AC6721}, DE 77 70 44 6E CC 50 EC C6! 06:53:44.284 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8193 06:53:44.285 [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=18988, Token=E41630BD1EA16D2F, OptionSet={"Object-Security":0x101150FAB3C22BD1BC16C6405AA9DC36AC6721}, DE 77 70 44 6E CC 50 EC C6] 06:53:44.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 43 bytes from 127.0.0.1:8194 06:53:44.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.341 [: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:53:44.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=18988, Token=E41630BD1EA16D2F, OptionSet={"Object-Security":0x101150FAB3C22BD1BC16C6405AA9DC36AC6721}, : 06:53:44.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]! 06:53:44.343 [: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-E41630BD1EA16D2F] 06:53:44.343 [: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-18988] 06:53:44.343 [: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=18988, Token=E41630BD1EA16D2F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=18988, Token=E41630BD1EA16D2F, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 18988 Token : E41630BD1EA16D2F Type : ACK Status : 4.01 - UNAUTHORIZED Options: {"Object-Security":0x101150FAB3C22BD1BC16C6405AA9DC36AC6721} RTT : 67 ms Payload: 0 Bytes =============================================================== 06:53:44.345 [: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:53:44.345 [: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:53:44.345 [: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:53:44.346 [: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":0x19001A5818FAB3C22BD1BC16C6405AA9DC36AC67219FF039A200FFA672}, FF F5 09 B9 06 59 05 80 51 18 9E 08 CB 70 3D 06:53:44.347 [: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-18989], CON-POST MID=18989, Token=null, OptionSet={"Object-Security":0x19001A5818FAB3C22BD1BC16C6405AA9DC36AC67219FF039A200FFA672}, FF F5 09 B9 06 59 05 80 51 18 9E 08 CB 70 3D 06:53:44.347 [: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-FC30228576990A8C], CON-POST MID=18989, Token=FC30228576990A8C, OptionSet={"Object-Security":0x19001A5818FAB3C22BD1BC16C6405AA9DC36AC67219FF039A200FFA672}, FF F5 09 B9 06 59 05 80 51 18 9E 08 CB 70 3D 06:53:44.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-18989], KeyToken[127.0.0.1:8194-FC30228576990A8C]] 06:53:44.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 59 bytes to 127.0.0.1:8194 06:53:44.349 [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=18989, Token=FC30228576990A8C, OptionSet={"Object-Security":0x19001A5818FAB3C22BD1BC16C6405AA9DC36AC67219FF039A200FFA672}, FF F5 09 B9 06 59 05 80 51 18 9E 08 CB 70 3D] 06:53:44.350 [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:53:44.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-18989] 06:53:44.350 [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:53:44.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST MID=18989, Token=FC30228576990A8C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=18989, Token=FC30228576990A8C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:53:44.353 [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:53:44.353 [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:53:44.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]! 06:53:44.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04 MID=18989, Token=FC30228576990A8C, OptionSet={"Object-Security":0x}, D7 7F 4E D3 BD 41 BE 07 11 C6 03 75 A4 50 E4 EC E6 B8 5A 94 D7 24! 06:53:44.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 36 bytes to 127.0.0.1:8193 06:53:44.355 [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=18989, Token=FC30228576990A8C, OptionSet={"Object-Security":0x}, D7 7F 4E D3 BD 41 BE 07 11 C6 03 75 A4 50 E4 EC E6 B8 5A 94 D7 24] 06:53:44.356 [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:53:44.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.356 [: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:53:44.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8194, complete]! 06:53:44.357 [: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-FC30228576990A8C] 06:53:44.357 [: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-18989] 06:53:44.357 [: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=18989, Token=FC30228576990A8C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=18989, Token=FC30228576990A8C, OptionSet={"Object-Security":0x19001A5818FAB3C22BD1BC16C6405AA9DC36AC67219FF039A200FFA672}, acked FF F5 09 B9 06 59 05 80 51 18 9E 08 CB 70 3D! ==[ CoAP Response ]============================================ MID : 18989 Token : FC30228576990A8C Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 11 ms Payload: 12 Bytes =============================================================== 06:53:44.358 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:44.358 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 06:53:44.359 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 06:53:44.359 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 06:53:44.359 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 06:53:44.359 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 06:53:44.359 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 06:53:44.359 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 06:53:44.359 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:44.359 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 06:53:44.360 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 06:53:44.360 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 06:53:44.360 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 06:53:44.360 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 06:53:44.360 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 06:53:44.360 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 06:53:44.364 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.364 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.365 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.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:53:44.366 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:44.366 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:44.366 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.367 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:44.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 06:53:44.367 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.368 [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:53:44.367 [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:53:44.368 [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:53:44.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8195 06:53:44.369 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.369 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.369 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:44.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 06:53:44.370 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:44.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.370 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:44.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 06:53:44.370 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.371 [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:53:44.371 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 06:53:44.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 06:53:44.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8196 06:53:44.371 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8196 for coap 06:53:44.371 [: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:53:44.372 [: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:53:44.373 [: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:53:44.373 [: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-5352], CON-POST MID= 5352, 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:53:44.374 [: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-F4748581031B19CF], CON-POST MID= 5352, Token=F4748581031B19CF, 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:53:44.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-5352], KeyToken[127.0.0.1:8195-F4748581031B19CF]] 06:53:44.374 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8195 06:53:44.375 [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= 5352, Token=F4748581031B19CF, 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:53:44.376 [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:53:44.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-5352] 06:53:44.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196] replace CON-POST MID= 5352, Token=F4748581031B19CF, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 5352, Token=F4748581031B19CF, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:53:44.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8196] send response NON-2.05 MID= 5352, Token=null, OptionSet={}, "server responds hi" 06:53:44.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196, complete]! 06:53:44.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8196, complete] completed NON-2.04 MID= 5352, Token=F4748581031B19CF, 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:53:44.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:8196 06:53:44.444 [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= 5352, Token=F4748581031B19CF, 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:53:44.444 [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:53:44.444 [: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-5352] 06:53:44.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.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:53:44.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8195, complete]! 06:53:44.445 [: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-F4748581031B19CF] 06:53:44.445 [: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-5352] 06:53:44.446 [: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= 5352, Token=F4748581031B19CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5352, Token=F4748581031B19CF, 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:53:44.446 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:44.447 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195 06:53:44.447 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8195 06:53:44.447 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] stopping ... 06:53:44.447 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /127.0.0.1 06:53:44.448 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] has stopped. 06:53:44.448 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8195 06:53:44.448 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:53:44.448 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:44.448 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195 06:53:44.448 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8196 06:53:44.448 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8196 06:53:44.448 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] stopping ... 06:53:44.448 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /0.0.0.0 06:53:44.449 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] has stopped. 06:53:44.449 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8196 Start OSCoreAlgorithmsTest 06:53:44.450 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.451 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.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:53:44.451 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:44.452 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:44.452 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.453 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.453 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:44.453 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 06:53:44.453 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.453 [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:53:44.454 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8197 06:53:44.454 [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:53:44.454 [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:53:44.455 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.455 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.455 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.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:53:44.455 [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:53:44.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:44.456 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.456 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:44.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 06:53:44.456 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.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:53:44.457 [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:53:44.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:53:44.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8198 06:53:44.457 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8198 for coap 06:53:44.457 [: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:53:44.458 [: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:53:44.459 [: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:53:44.460 [: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-22167], CON-POST MID=22167, 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:53:44.460 [: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-D80E67E29690C5EB], CON-POST MID=22167, Token=D80E67E29690C5EB, 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:53:44.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8197-22167], KeyToken[127.0.0.1:8197-D80E67E29690C5EB]] 06:53:44.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:8197 06:53:44.462 [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=22167, Token=D80E67E29690C5EB, 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:53:44.462 [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:53:44.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8198-22167] 06:53:44.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198] replace CON-POST MID=22167, Token=D80E67E29690C5EB, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=22167, Token=D80E67E29690C5EB, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:53:44.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8198] send response NON-2.05 MID=22167, Token=null, OptionSet={}, "server responds hi" 06:53:44.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198, complete]! 06:53:44.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8198, complete] completed NON-2.04 MID=22167, Token=D80E67E29690C5EB, 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:53:44.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 50 bytes to 127.0.0.1:8198 06:53:44.466 [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=22167, Token=D80E67E29690C5EB, 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:53:44.467 [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:53:44.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-22167] 06:53:44.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8197, complete]! 06:53:44.468 [: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-D80E67E29690C5EB] 06:53:44.468 [: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-22167] 06:53:44.468 [: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=22167, Token=D80E67E29690C5EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=22167, Token=D80E67E29690C5EB, 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:53:44.469 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:44.469 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197 06:53:44.469 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8197 06:53:44.469 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] stopping ... 06:53:44.469 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /127.0.0.1 06:53:44.470 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] has stopped. 06:53:44.470 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8197 06:53:44.470 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:53:44.470 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:44.470 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197 06:53:44.470 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8198 06:53:44.470 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8198 06:53:44.470 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] stopping ... 06:53:44.470 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /0.0.0.0 06:53:44.471 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] has stopped. 06:53:44.471 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8198 Start OSCoreAlgorithmsTest 06:53:44.472 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.541 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.541 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.541 [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:53:44.542 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:44.542 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:44.543 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.543 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.543 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:44.543 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 06:53:44.543 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.543 [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:53:44.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:53:44.544 [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:53:44.544 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8199 06:53:44.545 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.545 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.545 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.545 [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:53:44.545 [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:53:44.545 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:44.546 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.546 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.546 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:44.546 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 06:53:44.546 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.546 [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:53:44.546 [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:53:44.546 [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:53:44.547 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8200 06:53:44.547 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8200 for coap 06:53:44.547 [: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:53:44.547 [: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:53:44.549 [: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:53:44.550 [: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-18743], CON-POST MID=18743, 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:53:44.550 [: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-84BA3D79C3B7103B], CON-POST MID=18743, Token=84BA3D79C3B7103B, 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:53:44.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-18743], KeyToken[127.0.0.1:8199-84BA3D79C3B7103B]] 06:53:44.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8199 06:53:44.552 [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=18743, Token=84BA3D79C3B7103B, 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:53:44.552 [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:53:44.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-18743] 06:53:44.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200] replace CON-POST MID=18743, Token=84BA3D79C3B7103B, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=18743, Token=84BA3D79C3B7103B, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:53:44.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18, 127.0.0.1:8200] send response NON-2.05 MID=18743, Token=null, OptionSet={}, "server responds hi" 06:53:44.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200, complete]! 06:53:44.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, 127.0.0.1:8200, complete] completed NON-2.04 MID=18743, Token=84BA3D79C3B7103B, 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:53:44.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:8200 06:53:44.556 [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=18743, Token=84BA3D79C3B7103B, 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:53:44.556 [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:53:44.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:8199-18743] 06:53:44.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.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:53:44.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8199, complete]! 06:53:44.557 [: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-84BA3D79C3B7103B] 06:53:44.557 [: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-18743] 06:53:44.557 [: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=18743, Token=84BA3D79C3B7103B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=18743, Token=84BA3D79C3B7103B, 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:53:44.558 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:44.558 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199 06:53:44.559 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8199 06:53:44.559 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] stopping ... 06:53:44.559 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /127.0.0.1 06:53:44.559 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] has stopped. 06:53:44.559 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8199 06:53:44.559 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:53:44.559 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:44.559 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199 06:53:44.559 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8200 06:53:44.559 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8200 06:53:44.560 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] stopping ... 06:53:44.560 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /0.0.0.0 06:53:44.560 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] has stopped. 06:53:44.560 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8200 Start OSCoreAlgorithmsTest 06:53:44.562 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.562 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.562 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.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:53:44.563 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:44.563 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:44.563 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.564 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.564 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:44.564 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 06:53:44.564 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.564 [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:53:44.564 [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:53:44.565 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8201 06:53:44.565 [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:53:44.565 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.565 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.566 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.566 [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:53:44.566 [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:53:44.566 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:44.566 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.566 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.567 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:44.567 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 06:53:44.567 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.567 [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:53:44.567 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8202 06:53:44.567 [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:53:44.567 [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:53:44.567 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8202 for coap 06:53:44.568 [: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:53:44.568 [: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:53:44.570 [: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:53:44.570 [: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-19084], CON-POST MID=19084, 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:53:44.571 [: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-C83D56DA741F8C88], CON-POST MID=19084, Token=C83D56DA741F8C88, 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:53:44.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-19084], KeyToken[127.0.0.1:8201-C83D56DA741F8C88]] 06:53:44.572 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8201 06:53:44.572 [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=19084, Token=C83D56DA741F8C88, 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:53:44.572 [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:53:44.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-19084] 06:53:44.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202] replace CON-POST MID=19084, Token=C83D56DA741F8C88, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=19084, Token=C83D56DA741F8C88, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:53:44.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8202] send response NON-2.05 MID=19084, Token=null, OptionSet={}, "server responds hi" 06:53:44.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202, complete]! 06:53:44.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8202, complete] completed NON-2.04 MID=19084, Token=C83D56DA741F8C88, 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:53:44.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8202 06:53:44.577 [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=19084, Token=C83D56DA741F8C88, 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:53:44.577 [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:53:44.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-19084] 06:53:44.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8201, complete]! 06:53:44.578 [: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-C83D56DA741F8C88] 06:53:44.578 [: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-19084] 06:53:44.578 [: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=19084, Token=C83D56DA741F8C88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=19084, Token=C83D56DA741F8C88, 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:53:44.579 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:44.579 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201 06:53:44.579 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8201 06:53:44.579 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] stopping ... 06:53:44.579 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /127.0.0.1 06:53:44.579 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] has stopped. 06:53:44.580 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8201 06:53:44.580 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:53:44.580 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:44.580 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201 06:53:44.580 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8202 06:53:44.580 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8202 06:53:44.580 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] stopping ... 06:53:44.580 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /0.0.0.0 06:53:44.580 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] has stopped. 06:53:44.580 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8202 Start OSCoreAlgorithmsTest 06:53:44.581 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 06:53:44.641 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [INFO] Running org.eclipse.californium.oscore.OscoreOptionTest 06:53:44.644 [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:53:44.646 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.646 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.646 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.646 [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:53:44.647 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:44.648 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:44.648 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.648 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.648 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:44.648 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 06:53:44.648 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.649 [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:53:44.649 [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:53:44.649 [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:53:44.649 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 06:53:44.650 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.650 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.650 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.650 [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:53:44.651 [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:53:44.651 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:44.651 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.651 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.651 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:44.651 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 06:53:44.652 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.652 [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:53:44.652 [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:53:44.652 [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:53:44.652 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8204 06:53:44.652 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8204 for coap 06:53:44.653 [: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:53:44.654 [: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:53:44.654 [: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:53:44.654 [: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:53:44.655 [: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":0x19000948E2C9135A79D6D42B}, 2B 2B 5C 8E B5 86 F7 CC 90 BB A6 2B EA 8E 50 98 4F 0E 95 55 3E C2 6B 8E 62 7D 74 6D 99 D7 29 BB 06:53:44.656 [: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-1514], CON-POST MID= 1514, Token=null, OptionSet={"Object-Security":0x19000948E2C9135A79D6D42B}, 2B 2B 5C 8E B5 86 F7 CC 90 BB A6 2B EA 8E 50 98 4F 0E 95 55 3E C2 6B 8E 62 7D 74 6D 99 D7 29 BB 06:53:44.656 [: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-C0D49C280051494D], CON-POST MID= 1514, Token=C0D49C280051494D, OptionSet={"Object-Security":0x19000948E2C9135A79D6D42B}, 2B 2B 5C 8E B5 86 F7 CC 90 BB A6 2B EA 8E 50 98 4F 0E 95 55 3E C2 6B 8E 62 7D 74 6D 99 D7 29 BB 06:53: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:8203-1514], KeyToken[127.0.0.1:8203-C0D49C280051494D]] 06:53: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 58 bytes to 127.0.0.1:8203 06:53:44.658 [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= 1514, Token=C0D49C280051494D, OptionSet={"Object-Security":0x19000948E2C9135A79D6D42B}, 2B 2B 5C 8E B5 86 F7 CC 90 BB A6 2B EA 8E 50 98 4F 0E 95 55 3E C2 6B 8E 62 7D 74 6D 99 D7 29 BB] 06:53:44.658 [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:53:44.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-1514] 06:53:44.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, 127.0.0.1:8204] replace CON-POST MID= 1514, Token=C0D49C280051494D, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID= 1514, Token=C0D49C280051494D, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 06:53:44.660 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8204 06:53:44.660 [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:53:44.661 [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:53:44.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, 127.0.0.1:8204, complete]! 06:53:44.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R23, 127.0.0.1:8204, complete] completed ACK-2.04 MID= 1514, Token=C0D49C280051494D, OptionSet={"Object-Security":0x10115068620CD516E9071D879F665DAB5C4256}, DF C0 A7 7C A2 75 8E D3 EE! 06:53:44.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 43 bytes to 127.0.0.1:8204 06:53:44.663 [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= 1514, Token=C0D49C280051494D, OptionSet={"Object-Security":0x10115068620CD516E9071D879F665DAB5C4256}, DF C0 A7 7C A2 75 8E D3 EE] 06:53:44.663 [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:53:44.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.664 [: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:53:44.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID= 1514, Token=C0D49C280051494D, OptionSet={"Object-Security":0x10115068620CD516E9071D879F665DAB5C4256}, : 06:53:44.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22, 127.0.0.1:8203, complete]! 06:53:44.666 [: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-C0D49C280051494D] 06:53:44.666 [: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-1514] 06:53:44.666 [: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= 1514, Token=C0D49C280051494D, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID= 1514, Token=C0D49C280051494D, OptionSet={"Object-Security":0x19000948E2C9135A79D6D42B}, acked 2B 2B 5C 8E B5 86 F7 CC 90 BB A6 2B EA 8E 50 98 4F 0E 95 55 3E C2 6B 8E 62 7D 74 6D 99 D7 29 BB! 06:53:44.667 [: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:53:44.667 [: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:53:44.667 [: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:53:44.668 [: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:53:44.669 [: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":0x19001A581868620CD516E9071D879F665DAB5C4256541CE88563A29454}, D3 55 C3 C5 04 77 30 27 95 E5 50 3D EF 67 34 06:53:44.670 [: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-1515], CON-POST MID= 1515, Token=null, OptionSet={"Object-Security":0x19001A581868620CD516E9071D879F665DAB5C4256541CE88563A29454}, D3 55 C3 C5 04 77 30 27 95 E5 50 3D EF 67 34 06:53:44.670 [: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-7455509C7B0A44D7], CON-POST MID= 1515, Token=7455509C7B0A44D7, OptionSet={"Object-Security":0x19001A581868620CD516E9071D879F665DAB5C4256541CE88563A29454}, D3 55 C3 C5 04 77 30 27 95 E5 50 3D EF 67 34 06:53:44.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-1515], KeyToken[127.0.0.1:8203-7455509C7B0A44D7]] 06:53:44.671 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8203 06:53:44.672 [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= 1515, Token=7455509C7B0A44D7, OptionSet={"Object-Security":0x19001A581868620CD516E9071D879F665DAB5C4256541CE88563A29454}, D3 55 C3 C5 04 77 30 27 95 E5 50 3D EF 67 34] 06:53:44.672 [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:53:44.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-1515] 06:53:44.673 [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:53:44.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8204] replace CON-POST MID= 1515, Token=7455509C7B0A44D7, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID= 1515, Token=7455509C7B0A44D7, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:53:44.674 [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:53:44.674 [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:53:44.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8204, complete]! 06:53:44.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, 127.0.0.1:8204, complete] completed ACK-2.04 MID= 1515, Token=7455509C7B0A44D7, OptionSet={"Object-Security":0x}, E8 C7 3A 82 1F 36 D9 8E 62 A9 CD 10 BC B4 F7 36 8A C3 60 85 DD DF! 06:53:44.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 36 bytes to 127.0.0.1:8204 06:53:44.677 [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= 1515, Token=7455509C7B0A44D7, OptionSet={"Object-Security":0x}, E8 C7 3A 82 1F 36 D9 8E 62 A9 CD 10 BC B4 F7 36 8A C3 60 85 DD DF] 06:53:44.677 [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:53:44.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.677 [: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:53:44.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203, complete]! 06:53:44.678 [: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-7455509C7B0A44D7] 06:53:44.678 [: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-1515] 06:53:44.678 [: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= 1515, Token=7455509C7B0A44D7, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID= 1515, Token=7455509C7B0A44D7, OptionSet={"Object-Security":0x19001A581868620CD516E9071D879F665DAB5C4256541CE88563A29454}, acked D3 55 C3 C5 04 77 30 27 95 E5 50 3D EF 67 34! ==[ CoAP Response ]============================================ MID : 1515 Token : 7455509C7B0A44D7 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 24 ms Payload: 12 Bytes =============================================================== 06:53:44.680 [: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:53:44.680 [: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:53:44.681 [: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}, 8B A8 ED D8 54 D2 69 05 66 BD 66 66 91 15 BA 06:53:44.682 [: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-1516], CON-POST MID= 1516, Token=null, OptionSet={"Object-Security":0x0901}, 8B A8 ED D8 54 D2 69 05 66 BD 66 66 91 15 BA 06:53:44.683 [: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-58C0C8D9897AC4F4], CON-POST MID= 1516, Token=58C0C8D9897AC4F4, OptionSet={"Object-Security":0x0901}, 8B A8 ED D8 54 D2 69 05 66 BD 66 66 91 15 BA 06:53:44.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-1516], KeyToken[127.0.0.1:8203-58C0C8D9897AC4F4]] 06:53:44.684 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8203 06:53:44.684 [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= 1516, Token=58C0C8D9897AC4F4, OptionSet={"Object-Security":0x0901}, 8B A8 ED D8 54 D2 69 05 66 BD 66 66 91 15 BA] 06:53:44.684 [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:53:44.741 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-1516] 06:53:44.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8204] replace CON-POST MID= 1516, Token=58C0C8D9897AC4F4, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID= 1516, Token=58C0C8D9897AC4F4, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:53:44.742 [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:53:44.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8204, complete]! 06:53:44.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, 127.0.0.1:8204, complete] completed ACK-2.04 MID= 1516, Token=58C0C8D9897AC4F4, OptionSet={"Object-Security":0x}, FF 13 D8 B4 A6 9E 7C FA 77 D8 A2 1D 36 1B 14 87 4D 23 19 92 A6 4F! 06:53:44.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 36 bytes to 127.0.0.1:8204 06:53:44.745 [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= 1516, Token=58C0C8D9897AC4F4, OptionSet={"Object-Security":0x}, FF 13 D8 B4 A6 9E 7C FA 77 D8 A2 1D 36 1B 14 87 4D 23 19 92 A6 4F] 06:53:44.745 [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:53:44.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8203, complete]! 06:53:44.746 [: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-58C0C8D9897AC4F4] 06:53:44.746 [: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-1516] 06:53:44.746 [: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= 1516, Token=58C0C8D9897AC4F4, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID= 1516, Token=58C0C8D9897AC4F4, OptionSet={"Object-Security":0x0901}, acked 8B A8 ED D8 54 D2 69 05 66 BD 66 66 91 15 BA! ==[ CoAP Response ]============================================ MID : 1516 Token : 58C0C8D9897AC4F4 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 65 ms Payload: 12 Bytes =============================================================== 06:53:44.747 [: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:53:44.747 [: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:53:44.749 [: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}, 1F 96 7B B0 05 7F CD BC 31 C9 C5 23 AF 22 ED 06:53:44.749 [: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-1517], CON-POST MID= 1517, Token=null, OptionSet={"Object-Security":0x0902}, 1F 96 7B B0 05 7F CD BC 31 C9 C5 23 AF 22 ED 06:53:44.750 [: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-18DC36282CA133AB], CON-POST MID= 1517, Token=18DC36282CA133AB, OptionSet={"Object-Security":0x0902}, 1F 96 7B B0 05 7F CD BC 31 C9 C5 23 AF 22 ED 06:53:44.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-1517], KeyToken[127.0.0.1:8203-18DC36282CA133AB]] 06:53:44.750 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8203 06:53:44.751 [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= 1517, Token=18DC36282CA133AB, OptionSet={"Object-Security":0x0902}, 1F 96 7B B0 05 7F CD BC 31 C9 C5 23 AF 22 ED] 06:53:44.751 [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:53:44.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-1517] 06:53:44.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8204] replace CON-POST MID= 1517, Token=18DC36282CA133AB, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID= 1517, Token=18DC36282CA133AB, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:53:44.753 [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:53:44.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8204, complete]! 06:53:44.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, 127.0.0.1:8204, complete] completed ACK-2.04 MID= 1517, Token=18DC36282CA133AB, OptionSet={"Object-Security":0x}, 45 99 3F F3 C2 B3 B8 4A DA 3B FD D0 13 E9 2D 1C 0E 57 16 78 72 90! 06:53:44.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 36 bytes to 127.0.0.1:8204 06:53:44.755 [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= 1517, Token=18DC36282CA133AB, OptionSet={"Object-Security":0x}, 45 99 3F F3 C2 B3 B8 4A DA 3B FD D0 13 E9 2D 1C 0E 57 16 78 72 90] 06:53:44.755 [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:53:44.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8203, complete]! 06:53:44.756 [: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-18DC36282CA133AB] 06:53:44.756 [: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-1517] 06:53:44.756 [: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= 1517, Token=18DC36282CA133AB, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID= 1517, Token=18DC36282CA133AB, OptionSet={"Object-Security":0x0902}, acked 1F 96 7B B0 05 7F CD BC 31 C9 C5 23 AF 22 ED! ==[ CoAP Response ]============================================ MID : 1517 Token : 18DC36282CA133AB Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 8 ms Payload: 12 Bytes =============================================================== 06:53:44.757 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:44.757 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 06:53:44.757 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 06:53:44.757 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 06:53:44.757 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 06:53:44.758 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 06:53:44.758 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 06:53:44.758 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 06:53:44.759 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.759 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:44.760 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:44.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:53:44.760 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:44.761 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:44.761 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:44.762 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:44.762 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:44.762 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 06:53:44.762 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:44.762 [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:53:44.762 [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:53:44.763 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205 06:53:44.763 [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:53:44.764 [: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:53:44.764 [: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:53:44.765 [: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:53:44.766 [: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-6754], CON-POST MID= 6754, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:53:44.766 [: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-18856DBAC54D88C6], CON-POST MID= 6754, Token=18856DBAC54D88C6, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:53:44.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-6754], KeyToken[127.0.0.1:8205-18856DBAC54D88C6]] 06:53:44.767 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8205 06:53:44.767 [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= 6754, Token=18856DBAC54D88C6, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 06:53:44.768 [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:53:44.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-6754] 06:53:44.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 06:53:44.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8204] replace CON-POST MID= 6754, Token=18856DBAC54D88C6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID= 6754, Token=18856DBAC54D88C6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:53:44.771 [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:53:44.771 [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:53:44.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8204, complete]! 06:53:44.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R30, 127.0.0.1:8204, complete] completed ACK-2.04 MID= 6754, Token=18856DBAC54D88C6, OptionSet={"Object-Security":0x101150B94989373D0152EA7C5E00C63B03BACB}, C2 6A 73 12 54 85 39 93 C4! 06:53:44.773 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8204 06:53:44.774 [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= 6754, Token=18856DBAC54D88C6, OptionSet={"Object-Security":0x101150B94989373D0152EA7C5E00C63B03BACB}, C2 6A 73 12 54 85 39 93 C4] 06:53:44.774 [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:53:44.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.774 [: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:53:44.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID= 6754, Token=18856DBAC54D88C6, OptionSet={"Object-Security":0x101150B94989373D0152EA7C5E00C63B03BACB}, : 06:53:44.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8205, complete]! 06:53:44.775 [: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-18856DBAC54D88C6] 06:53:44.775 [: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-6754] 06:53:44.776 [: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= 6754, Token=18856DBAC54D88C6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID= 6754, Token=18856DBAC54D88C6, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 6754 Token : 18856DBAC54D88C6 Type : ACK Status : 4.01 - UNAUTHORIZED Options: {"Object-Security":0x101150B94989373D0152EA7C5E00C63B03BACB} RTT : 11 ms Payload: 0 Bytes =============================================================== 06:53:44.777 [: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:53:44.777 [: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:53:44.778 [: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:53:44.779 [: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":0x19001A5818B94989373D0152EA7C5E00C63B03BACBB5EEF15D23624530}, 5B 2F AC 68 D6 47 7A 40 CD A6 26 FC E9 14 8C 06:53:44.780 [: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-6755], CON-POST MID= 6755, Token=null, OptionSet={"Object-Security":0x19001A5818B94989373D0152EA7C5E00C63B03BACBB5EEF15D23624530}, 5B 2F AC 68 D6 47 7A 40 CD A6 26 FC E9 14 8C 06:53:44.780 [: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-5453A0E82FED78EA], CON-POST MID= 6755, Token=5453A0E82FED78EA, OptionSet={"Object-Security":0x19001A5818B94989373D0152EA7C5E00C63B03BACBB5EEF15D23624530}, 5B 2F AC 68 D6 47 7A 40 CD A6 26 FC E9 14 8C 06:53:44.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-6755], KeyToken[127.0.0.1:8205-5453A0E82FED78EA]] 06:53:44.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8205 06:53:44.782 [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= 6755, Token=5453A0E82FED78EA, OptionSet={"Object-Security":0x19001A5818B94989373D0152EA7C5E00C63B03BACBB5EEF15D23624530}, 5B 2F AC 68 D6 47 7A 40 CD A6 26 FC E9 14 8C] 06:53:44.782 [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:53:44.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-6755] 06:53:44.783 [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:53:44.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8204] replace CON-POST MID= 6755, Token=5453A0E82FED78EA, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID= 6755, Token=5453A0E82FED78EA, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:53:44.785 [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:53:44.785 [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:53:44.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8204, complete]! 06:53:44.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, 127.0.0.1:8204, complete] completed ACK-2.04 MID= 6755, Token=5453A0E82FED78EA, OptionSet={"Object-Security":0x}, BC 88 B0 7E 6F E1 2F 60 69 46 F2 7A 96 AE 3F 7E 8B 97 7A E1 25 08! 06:53:44.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 06:53:44.841 [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= 6755, Token=5453A0E82FED78EA, OptionSet={"Object-Security":0x}, BC 88 B0 7E 6F E1 2F 60 69 46 F2 7A 96 AE 3F 7E 8B 97 7A E1 25 08] 06:53:44.841 [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:53:44.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:44.842 [: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:53:44.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8205, complete]! 06:53:44.842 [: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-5453A0E82FED78EA] 06:53:44.842 [: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-6755] 06:53:44.842 [: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= 6755, Token=5453A0E82FED78EA, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID= 6755, Token=5453A0E82FED78EA, OptionSet={"Object-Security":0x19001A5818B94989373D0152EA7C5E00C63B03BACBB5EEF15D23624530}, acked 5B 2F AC 68 D6 47 7A 40 CD A6 26 FC E9 14 8C! ==[ CoAP Response ]============================================ MID : 6755 Token : 5453A0E82FED78EA Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 64 ms Payload: 12 Bytes =============================================================== 06:53:44.844 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:44.844 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 06:53:44.844 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205 06:53:44.844 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ... 06:53:44.844 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1 06:53:44.844 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped. 06:53:44.845 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205 06:53:44.845 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 06:53:44.845 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:44.845 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8204 06:53:44.845 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8204 06:53:44.845 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] stopping ... 06:53:44.845 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /0.0.0.0 06:53:44.845 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] has stopped. 06:53:44.845 [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.199 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 06:53:44.847 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.848 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.854 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.854 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.854 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:53:44.854 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:53:44.856 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.857 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 06:53:44.858 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.859 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.861 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.862 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.862 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.874 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.875 [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:53:44.877 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.878 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.881 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.881 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.885 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.885 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 06:53:44.885 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:53:44.885 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.886 [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:53:44.887 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.888 [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:53:44.889 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.890 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.943 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.944 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.945 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.951 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 06:53:44.951 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.952 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.957 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.958 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.959 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.959 [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:53:44.962 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.963 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.966 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.967 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.968 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:53:44.969 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:44.971 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:44.972 [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.121 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:53:44.979 [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.004 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.ByteIdTest 06:53:45.041 [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:53:45.044 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:45.044 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:45.044 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:45.045 [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:53:45.045 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:45.046 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:45.046 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:45.046 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:45.046 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:45.046 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 06:53:45.046 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:45.047 [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:53:45.047 [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:53:45.047 [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:53:45.047 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206 06:53:45.048 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:45.048 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:45.048 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:45.048 [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:53:45.049 [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:53:45.049 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:45.049 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:45.049 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:45.050 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:45.050 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 06:53:45.050 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:45.050 [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:53:45.050 [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:53:45.050 [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:53:45.050 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8207 06:53:45.051 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8207 for coap 06:53:45.051 [: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:53:45.051 [: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:53:45.052 [: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:53:45.053 [: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-3805], CON-POST MID= 3805, 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:53:45.053 [: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-1CE4D51B2D39328A], CON-POST MID= 3805, Token=1CE4D51B2D39328A, 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:53:45.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8206-3805], KeyToken[127.0.0.1:8206-1CE4D51B2D39328A]] 06:53:45.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:8206 06:53:45.054 [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= 3805, Token=1CE4D51B2D39328A, 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:53:45.055 [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:53:45.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-3805] 06:53:45.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:45.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8207] replace CON-POST MID= 3805, Token=1CE4D51B2D39328A, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 3805, Token=1CE4D51B2D39328A, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:53:45.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34, 127.0.0.1:8207] send response NON-2.05 MID= 3805, Token=null, OptionSet={}, "server responds hi" 06:53:45.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8207, complete]! 06:53:45.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, 127.0.0.1:8207, complete] completed NON-2.04 MID= 3805, Token=1CE4D51B2D39328A, 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:53:45.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:8207 06:53:45.058 [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= 3805, Token=1CE4D51B2D39328A, 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:53:45.058 [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:53:45.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:8206-3805] 06:53:45.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:45.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:53:45.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8206, complete]! 06:53:45.059 [: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-1CE4D51B2D39328A] 06:53:45.059 [: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-3805] 06:53:45.059 [: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= 3805, Token=1CE4D51B2D39328A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 3805, Token=1CE4D51B2D39328A, 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:53:45.059 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:45.060 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 06:53:45.060 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206 06:53:45.060 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ... 06:53:45.060 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1 06:53:45.061 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped. 06:53:45.061 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206 06:53:45.061 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:53:45.061 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:45.061 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 06:53:45.061 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8207 06:53:45.061 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8207 06:53:45.061 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] stopping ... 06:53:45.061 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /0.0.0.0 06:53:45.061 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] has stopped. 06:53:45.062 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8207 Start OSCoreAlgorithmsTest 06:53:45.064 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:45.064 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:45.064 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:45.064 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:45.064 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:45.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:45.065 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:45.066 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:45.066 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:45.066 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 06:53:45.066 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:45.066 [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:53:45.066 [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:53:45.066 [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:53:45.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 06:53:45.067 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:45.067 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:45.067 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:45.067 [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:53:45.068 [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:53:45.068 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:45.068 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:45.068 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:45.068 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:45.068 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 06:53:45.068 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:45.069 [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:53:45.069 [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:53:45.069 [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:53:45.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8209 06:53:45.069 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8209 for coap 06:53:45.070 [: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:53:45.070 [: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:53:45.072 [: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:53:45.072 [: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-24557], CON-POST MID=24557, 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:53:45.073 [: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-5C18EFAA8BE6BEDE], CON-POST MID=24557, Token=5C18EFAA8BE6BEDE, 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:53:45.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-24557], KeyToken[127.0.0.1:8208-5C18EFAA8BE6BEDE]] 06:53:45.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8208 06:53:45.074 [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=24557, Token=5C18EFAA8BE6BEDE, 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:53:45.074 [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:53:45.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-24557] 06:53:45.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:45.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8209] replace CON-POST MID=24557, Token=5C18EFAA8BE6BEDE, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=24557, Token=5C18EFAA8BE6BEDE, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:53:45.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36, 127.0.0.1:8209] send response NON-2.05 MID=24557, Token=null, OptionSet={}, "server responds hi" 06:53:45.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8209, complete]! 06:53:45.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, 127.0.0.1:8209, complete] completed NON-2.04 MID=24557, Token=5C18EFAA8BE6BEDE, 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:53:45.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 50 bytes to 127.0.0.1:8209 06:53:45.144 [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=24557, Token=5C18EFAA8BE6BEDE, 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:53:45.144 [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:53:45.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:8208-24557] 06:53:45.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:45.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:53:45.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8208, complete]! 06:53:45.145 [: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-5C18EFAA8BE6BEDE] 06:53:45.145 [: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-24557] 06:53:45.145 [: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=24557, Token=5C18EFAA8BE6BEDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=24557, Token=5C18EFAA8BE6BEDE, 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:53:45.146 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:45.146 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 06:53:45.147 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 06:53:45.147 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 06:53:45.147 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 06:53:45.147 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 06:53:45.147 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 06:53:45.147 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:53:45.147 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:45.147 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 06:53:45.147 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8209 06:53:45.147 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8209 06:53:45.148 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] stopping ... 06:53:45.148 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /0.0.0.0 06:53:45.148 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] has stopped. 06:53:45.148 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8209 Start OSCoreAlgorithmsTest 06:53:45.150 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:45.151 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:45.151 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:45.151 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:45.151 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:45.153 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:45.153 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:45.153 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:45.153 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:45.153 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 06:53:45.153 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:45.154 [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:53:45.154 [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:53:45.154 [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:53:45.154 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8210 06:53:45.155 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:45.155 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:45.155 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:45.155 [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:53:45.156 [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:53:45.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:45.156 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:45.156 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:45.156 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:45.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 06:53:45.157 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:45.157 [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:53:45.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211 06:53:45.157 [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:53:45.157 [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:53:45.158 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8211 for coap 06:53:45.158 [: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:53:45.158 [: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:53:45.159 [: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:53:45.160 [: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-38866], CON-POST MID=38866, 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:53:45.160 [: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-C480815256AF6146], CON-POST MID=38866, Token=C480815256AF6146, 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:53:45.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8210-38866], KeyToken[127.0.0.1:8210-C480815256AF6146]] 06:53:45.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 41 bytes to 127.0.0.1:8210 06:53:45.161 [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=38866, Token=C480815256AF6146, 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:53:45.161 [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:53:45.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-38866] 06:53:45.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:45.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8211] replace CON-POST MID=38866, Token=C480815256AF6146, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=38866, Token=C480815256AF6146, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:53:45.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38, 127.0.0.1:8211] send response NON-2.05 MID=38866, Token=null, OptionSet={}, "server responds hi" 06:53:45.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8211, complete]! 06:53:45.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, 127.0.0.1:8211, complete] completed NON-2.04 MID=38866, Token=C480815256AF6146, 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:53:45.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:8211 06:53:45.164 [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=38866, Token=C480815256AF6146, 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:53:45.164 [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:53:45.165 [: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-38866] 06:53:45.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:45.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:53:45.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8210, complete]! 06:53:45.165 [: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-C480815256AF6146] 06:53:45.165 [: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-38866] 06:53:45.165 [: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=38866, Token=C480815256AF6146, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=38866, Token=C480815256AF6146, 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:53:45.166 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:45.167 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 06:53:45.167 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8210 06:53:45.167 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] stopping ... 06:53:45.167 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /127.0.0.1 06:53:45.167 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] has stopped. 06:53:45.167 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8210 06:53:45.167 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:53:45.167 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:45.167 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 06:53:45.167 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211 06:53:45.167 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211 06:53:45.167 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ... 06:53:45.168 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0 06:53:45.168 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped. 06:53:45.168 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211 Start OSCoreAlgorithmsTest 06:53:45.169 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:45.169 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:45.170 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:45.170 [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:53:45.170 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:45.171 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:45.171 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:45.171 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:45.171 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:45.171 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 06:53:45.171 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:45.172 [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:53:45.172 [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:53:45.172 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 06:53:45.172 [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:53:45.172 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:45.172 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:45.172 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:45.173 [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:53:45.173 [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:53:45.173 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:45.173 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:45.173 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:45.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:45.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 06:53:45.173 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:45.174 [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:53:45.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 06:53:45.174 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8213 06:53:45.174 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 06:53:45.174 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8213 for coap 06:53:45.174 [: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:53:45.174 [: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:53:45.241 [: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:53:45.242 [: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-7484], CON-POST MID= 7484, 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:53:45.242 [: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-FC8EEB76F09A8AC5], CON-POST MID= 7484, Token=FC8EEB76F09A8AC5, 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:53:45.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-7484], KeyToken[127.0.0.1:8212-FC8EEB76F09A8AC5]] 06:53:45.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 49 bytes to 127.0.0.1:8212 06:53:45.244 [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= 7484, Token=FC8EEB76F09A8AC5, 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:53:45.244 [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:53:45.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-7484] 06:53:45.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:45.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8213] replace CON-POST MID= 7484, Token=FC8EEB76F09A8AC5, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 7484, Token=FC8EEB76F09A8AC5, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:53:45.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40, 127.0.0.1:8213] send response NON-2.05 MID= 7484, Token=null, OptionSet={}, "server responds hi" 06:53:45.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8213, complete]! 06:53:45.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, 127.0.0.1:8213, complete] completed NON-2.04 MID= 7484, Token=FC8EEB76F09A8AC5, 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:53:45.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 50 bytes to 127.0.0.1:8213 06:53:45.247 [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= 7484, Token=FC8EEB76F09A8AC5, 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:53:45.247 [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:53:45.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:8212-7484] 06:53:45.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:45.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:53:45.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8212, complete]! 06:53:45.248 [: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-FC8EEB76F09A8AC5] 06:53:45.248 [: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-7484] 06:53:45.248 [: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= 7484, Token=FC8EEB76F09A8AC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 7484, Token=FC8EEB76F09A8AC5, 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:53:45.249 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:45.249 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 06:53:45.249 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 06:53:45.249 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 06:53:45.249 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 06:53:45.250 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 06:53:45.250 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 06:53:45.250 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:53:45.250 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:45.250 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 06:53:45.250 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8213 06:53:45.250 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8213 06:53:45.250 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] stopping ... 06:53:45.250 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /0.0.0.0 06:53:45.250 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] has stopped. 06:53:45.250 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8213 Start OSCoreAlgorithmsTest 06:53:45.251 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 06:53:45.252 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 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 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 06:53:45.256 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:45.257 [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.004 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Running org.eclipse.californium.oscore.OSSerializerTest 06:53:45.269 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 06:53:45.269 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 06:53:45.270 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 06:53:45.272 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 06:53:45.273 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 06:53:45.274 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 06:53:45.275 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 06:53:45.276 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 06:53:45.277 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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:53:47.562 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:47.582 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 06:53:47.583 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 06:53:47.584 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 06:53:47.609 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:53:47.775 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 06:53:47.804 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 06:53:47.808 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 06:53:47.809 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 06:53:47.885 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 06:53:47.900 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 06:53:47.900 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 06:53:47.903 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 06:53:47.903 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 06:53:47.903 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 06:53:47.903 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 06:53:47.904 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 06:53:47.904 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 06:53:47.904 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 06:53:47.904 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 06:53:47.904 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 06:53:47.904 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 06:53:47.904 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 06:53:47.904 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. 06:53:47.924 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:47.930 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:47.932 [main] INFO org.eclipse.californium.ban - Started. 06:53:47.933 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:47.954 [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:53:47.974 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:47.978 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:47.982 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:47.985 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:47.987 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:47.987 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 06:53:47.987 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:47.991 [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:53:47.991 [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:53:47.991 [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:53:47.992 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 06:53:47.993 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:47.993 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:47.993 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:47.993 [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:53:47.994 [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:53:47.996 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:47.997 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:47.997 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:47.997 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:47.997 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 06:53:47.997 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:47.998 [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:53:47.998 [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:53:47.998 [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:53:47.998 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 06:53:48.013 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.19.255 - eth0. 06:53:48.025 [: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:53:48.027 [: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:53:48.028 [: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:53:48.033 [: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:53:48.033 [: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:53:48.044 [: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:53:48.046 [: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-7051], CON-POST MID= 7051, 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:53:48.048 [: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-54E1A12A9A5E70B9], CON-POST MID= 7051, Token=54E1A12A9A5E70B9, 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:53: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:8192-7051], KeyToken[127.0.0.1:8192-54E1A12A9A5E70B9]] 06:53: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 107 bytes to 127.0.0.1:8192 06:53:48.061 [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= 7051, Token=54E1A12A9A5E70B9, 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:53:48.061 [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:53:48.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7051] 06:53:48.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-POST MID= 7051, Token=54E1A12A9A5E70B9, 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= 7051, Token=54E1A12A9A5E70B9, 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:53:48.068 [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:53:48.068 [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:53:48.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:53:48.072 [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:53:48.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 06:53:48.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7051, Token=54E1A12A9A5E70B9, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:53:48.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193 06:53:48.079 [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= 7051, Token=54E1A12A9A5E70B9, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:53:48.079 [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:53:48.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.083 [: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:53:48.084 [: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:53:48.085 [: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= 7051, Token=54E1A12A9A5E70B9, 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:53:48.085 [: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:53:48.085 [: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:53:48.087 [: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:53:48.088 [: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-7052], CON-POST MID= 7052, 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:53:48.088 [: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-7051] 06:53:48.089 [: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-680BCF9563C1CEF9], CON-POST MID= 7052, Token=680BCF9563C1CEF9, 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:53:48.089 [: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-54E1A12A9A5E70B9] 06:53:48.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-7052], KeyToken[127.0.0.1:8192-680BCF9563C1CEF9]] 06:53:48.090 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:48.091 [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= 7052, Token=680BCF9563C1CEF9, 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:53:48.091 [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:53:48.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7052] 06:53:48.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST MID= 7052, Token=680BCF9563C1CEF9, 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= 7052, Token=680BCF9563C1CEF9, 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:53:48.093 [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:53:48.093 [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= 7052, Token=680BCF9563C1CEF9, 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:53:48.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:53:48.094 [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:53:48.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]! 06:53:48.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7052, Token=680BCF9563C1CEF9, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:53:48.096 [UDP-Sender-localhost/127.0.0.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:53:48.097 [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= 7052, Token=680BCF9563C1CEF9, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:53:48.098 [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:53:48.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 06:53:48.099 [: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:53:48.100 [: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= 7052, Token=680BCF9563C1CEF9, 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:53:48.100 [: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:53:48.100 [: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:53:48.102 [: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:53:48.102 [: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-7053], CON-POST MID= 7053, 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:53:48.102 [: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-7052] 06:53:48.103 [: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-38F1BBEE47C979C1], CON-POST MID= 7053, Token=38F1BBEE47C979C1, 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:53:48.103 [: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-680BCF9563C1CEF9] 06:53:48.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-7053], KeyToken[127.0.0.1:8192-38F1BBEE47C979C1]] 06:53:48.104 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:48.105 [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= 7053, Token=38F1BBEE47C979C1, 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:53:48.105 [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:53:48.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7053] 06:53:48.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.107 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST MID= 7053, Token=38F1BBEE47C979C1, 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= 7053, Token=38F1BBEE47C979C1, 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:53:48.108 [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:53:48.108 [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= 7053, Token=38F1BBEE47C979C1, 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:53:48.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:53:48.109 [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:53:48.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]! 06:53:48.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7053, Token=38F1BBEE47C979C1, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:53:48.111 [UDP-Sender-localhost/127.0.0.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:53:48.112 [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= 7053, Token=38F1BBEE47C979C1, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:53:48.112 [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:53:48.113 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.113 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.114 [: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:53:48.114 [: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:53:48.114 [: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= 7053, Token=38F1BBEE47C979C1, 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:53:48.115 [: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:53:48.115 [: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:53:48.117 [: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:53:48.118 [: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-7054], CON-POST MID= 7054, 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:53:48.119 [: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-7053] 06:53:48.119 [: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-14F43E2112AABB1B], CON-POST MID= 7054, Token=14F43E2112AABB1B, 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:53:48.119 [: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-38F1BBEE47C979C1] 06:53:48.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-7054], KeyToken[127.0.0.1:8192-14F43E2112AABB1B]] 06:53: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 103 bytes to 127.0.0.1:8192 06:53:48.121 [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= 7054, Token=14F43E2112AABB1B, 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:53:48.121 [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:53:48.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7054] 06:53: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:53:48.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-POST MID= 7054, Token=14F43E2112AABB1B, 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= 7054, Token=14F43E2112AABB1B, 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:53:48.141 [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:53:48.142 [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= 7054, Token=14F43E2112AABB1B, 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:53:48.142 [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:53:48.142 [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:53:48.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 06:53:48.147 [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:53:48.147 [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:53:48.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]! 06:53:48.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7054, Token=14F43E2112AABB1B, 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:53: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 96 bytes to 127.0.0.1:8193 06:53:48.150 [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= 7054, Token=14F43E2112AABB1B, 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:53: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:8193) received 96 bytes from 127.0.0.1:8192 06:53:48.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53: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=false, num=3) 06:53:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 06:53:48.153 [: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= 7054, Token=14F43E2112AABB1B, 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:53:48.154 [: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:53:48.154 [: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= 7054, Token=14F43E2112AABB1B, 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:53:48.154 [: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:53:48.155 [: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:53:48.156 [: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:53:48.157 [: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-7055], CON-POST MID= 7055, 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:53:48.157 [: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-7054] 06:53:48.158 [: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-8000034C7E2AFF3E], CON-POST MID= 7055, Token=8000034C7E2AFF3E, 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:53:48.158 [: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-14F43E2112AABB1B] 06:53:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-7055], KeyToken[127.0.0.1:8192-8000034C7E2AFF3E]] 06:53: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:8192 06:53:48.160 [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= 7055, Token=8000034C7E2AFF3E, 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:53:48.160 [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:53:48.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7055] 06:53: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:53:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST MID= 7055, Token=8000034C7E2AFF3E, 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= 7055, Token=8000034C7E2AFF3E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 06:53:48.162 [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:53:48.162 [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:53:48.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]! 06:53:48.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7055, Token=8000034C7E2AFF3E, 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:53:48.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 91 bytes to 127.0.0.1:8193 06:53:48.165 [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= 7055, Token=8000034C7E2AFF3E, 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:53: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:8193) received 91 bytes from 127.0.0.1:8192 06:53:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.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:53:48.167 [: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:53:48.167 [: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= 7055, Token=8000034C7E2AFF3E, 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:53:48.168 [: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:53:48.168 [: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:53:48.169 [: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:53:48.170 [: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-7056], CON-POST MID= 7056, 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:53:48.170 [: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-7055] 06:53:48.171 [: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-286FAEB4A1F59B57], CON-POST MID= 7056, Token=286FAEB4A1F59B57, 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:53:48.171 [: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-8000034C7E2AFF3E] 06:53:48.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-7056], KeyToken[127.0.0.1:8192-286FAEB4A1F59B57]] 06:53:48.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:48.173 [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= 7056, Token=286FAEB4A1F59B57, 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:53:48.173 [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:53:48.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7056] 06:53:48.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8193] replace CON-POST MID= 7056, Token=286FAEB4A1F59B57, 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= 7056, Token=286FAEB4A1F59B57, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 06:53:48.175 [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:53:48.175 [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:53:48.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8193, complete]! 06:53:48.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7056, Token=286FAEB4A1F59B57, 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:53:48.178 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 06:53:48.178 [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= 7056, Token=286FAEB4A1F59B57, 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:53:48.178 [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:53:48.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.180 [: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:53:48.181 [: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= 7056, Token=286FAEB4A1F59B57, 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:53:48.181 [: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:53:48.181 [: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:53:48.183 [: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:53:48.184 [: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-7057], CON-POST MID= 7057, 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:53:48.184 [: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-7056] 06:53:48.184 [: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-E06D320C15BDF540], CON-POST MID= 7057, Token=E06D320C15BDF540, 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:53:48.185 [: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-286FAEB4A1F59B57] 06:53:48.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-7057], KeyToken[127.0.0.1:8192-E06D320C15BDF540]] 06:53:48.185 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:48.187 [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= 7057, Token=E06D320C15BDF540, 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:53:48.187 [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:53:48.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7057] 06:53:48.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST MID= 7057, Token=E06D320C15BDF540, 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= 7057, Token=E06D320C15BDF540, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 06:53:48.189 [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:53:48.189 [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:53:48.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]! 06:53:48.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7057, Token=E06D320C15BDF540, 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:53:48.191 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 06:53:48.192 [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= 7057, Token=E06D320C15BDF540, 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:53:48.192 [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:53:48.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.193 [: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:53:48.194 [: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= 7057, Token=E06D320C15BDF540, 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:53:48.194 [: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:53:48.195 [: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:53:48.196 [: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:53:48.197 [: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-7058], CON-POST MID= 7058, 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:53:48.197 [: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-7057] 06:53:48.197 [: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-70EF6542537365B2], CON-POST MID= 7058, Token=70EF6542537365B2, 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:53:48.198 [: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-E06D320C15BDF540] 06:53:48.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-7058], KeyToken[127.0.0.1:8192-70EF6542537365B2]] 06:53:48.199 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 06:53:48.241 [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= 7058, Token=70EF6542537365B2, 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:53:48.241 [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:53:48.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7058] 06:53:48.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9, 127.0.0.1:8193] replace CON-POST MID= 7058, Token=70EF6542537365B2, 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= 7058, Token=70EF6542537365B2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 06:53:48.244 [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:53:48.244 [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:53:48.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9, 127.0.0.1:8193, complete]! 06:53:48.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R9, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7058, Token=70EF6542537365B2, 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:53:48.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 91 bytes to 127.0.0.1:8193 06:53:48.248 [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= 7058, Token=70EF6542537365B2, 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:53:48.248 [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:53:48.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.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:53:48.250 [: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:53:48.251 [: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= 7058, Token=70EF6542537365B2, 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:53:48.251 [: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:53:48.251 [: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:53:48.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -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:53:48.253 [: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-7059], CON-POST MID= 7059, 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:53:48.253 [: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-7058] 06:53:48.253 [: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-98D86F0B1BAA8979], CON-POST MID= 7059, Token=98D86F0B1BAA8979, 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:53:48.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-70EF6542537365B2] 06:53:48.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-7059], KeyToken[127.0.0.1:8192-98D86F0B1BAA8979]] 06:53:48.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 06:53:48.255 [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= 7059, Token=98D86F0B1BAA8979, 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:53:48.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 06:53:48.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7059] 06:53:48.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST MID= 7059, Token=98D86F0B1BAA8979, 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= 7059, Token=98D86F0B1BAA8979, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 06:53:48.257 [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:53:48.257 [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:53:48.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]! 06:53:48.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7059, Token=98D86F0B1BAA8979, 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:53: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 91 bytes to 127.0.0.1:8193 06:53:48.260 [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= 7059, Token=98D86F0B1BAA8979, 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:53:48.260 [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:53:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.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:53:48.262 [: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:53:48.262 [: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= 7059, Token=98D86F0B1BAA8979, 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:53:48.263 [: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:53:48.263 [: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:53:48.265 [: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:53:48.266 [: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-7060], CON-POST MID= 7060, 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:53:48.266 [: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-7059] 06:53:48.266 [: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-A0D8D16324D6D93B], CON-POST MID= 7060, Token=A0D8D16324D6D93B, 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:53:48.267 [: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-98D86F0B1BAA8979] 06:53:48.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-7060], KeyToken[127.0.0.1:8192-A0D8D16324D6D93B]] 06:53:48.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 06:53:48.268 [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= 7060, Token=A0D8D16324D6D93B, 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:53:48.268 [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:53:48.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7060] 06:53:48.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, 127.0.0.1:8193] replace CON-POST MID= 7060, Token=A0D8D16324D6D93B, 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= 7060, Token=A0D8D16324D6D93B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 06:53:48.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=6, currentSzx=2, bufferSize=512, complete=false] 06:53:48.270 [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:53:48.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, 127.0.0.1:8193, complete]! 06:53:48.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R11, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7060, Token=A0D8D16324D6D93B, 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:53:48.272 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 06:53:48.273 [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= 7060, Token=A0D8D16324D6D93B, 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:53:48.273 [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:53:48.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.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:53:48.275 [: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:53:48.276 [: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= 7060, Token=A0D8D16324D6D93B, 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:53:48.276 [: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:53:48.276 [: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:53:48.278 [: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:53:48.279 [: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-7061], CON-POST MID= 7061, 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:53:48.280 [: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-7060] 06:53:48.280 [: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-44E6C3DEAC59F477], CON-POST MID= 7061, Token=44E6C3DEAC59F477, 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:53:48.280 [: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-A0D8D16324D6D93B] 06:53:48.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-7061], KeyToken[127.0.0.1:8192-44E6C3DEAC59F477]] 06:53:48.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 06:53:48.282 [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= 7061, Token=44E6C3DEAC59F477, 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:53:48.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 06:53:48.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-7061] 06:53:48.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST MID= 7061, Token=44E6C3DEAC59F477, 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= 7061, Token=44E6C3DEAC59F477, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 06:53:48.284 [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:53:48.284 [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:53:48.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]! 06:53:48.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04 MID= 7061, Token=44E6C3DEAC59F477, 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:53:48.286 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 06:53:48.287 [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= 7061, Token=44E6C3DEAC59F477, 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:53:48.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 06:53:48.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.341 [: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:53:48.341 [: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:53:48.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID= 7054, Token=14F43E2112AABB1B, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 06:53:48.341 [: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= 7061, Token=44E6C3DEAC59F477, 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= 7051, Token=54E1A12A9A5E70B9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 06:53:48.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 06:53:48.342 [: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-44E6C3DEAC59F477] 06:53:48.342 [: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-7061] 06:53:48.342 [: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= 7051, Token=54E1A12A9A5E70B9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 06:53:48.344 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:48.344 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:48.345 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 06:53:48.345 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 06:53:48.345 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 06:53:48.346 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 06:53:48.346 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 06:53:48.346 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 06:53:48.346 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:48.346 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 06:53:48.347 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 06:53:48.347 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 06:53:48.347 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 06:53:48.347 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 06:53:48.347 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 06:53:48.348 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:53:48.353 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:53:48.357 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:48.357 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:48.358 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:48.358 [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:53:48.358 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:48.359 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:48.359 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:48.360 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:48.360 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:48.360 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 06:53:48.360 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:48.360 [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:53:48.360 [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:53:48.361 [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:53:48.361 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 06:53:48.361 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:48.361 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:48.361 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:48.361 [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:53:48.362 [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:53:48.362 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:48.362 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:48.362 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:48.362 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:48.362 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 06:53:48.362 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:48.363 [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:53:48.363 [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:53:48.363 [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:53:48.363 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 06:53:48.365 [: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:53:48.366 [: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:53:48.367 [: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:53:48.368 [: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-58560], CON-POST MID=58560, 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:53:48.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-C84E5EFBC4615B7B], CON-POST MID=58560, Token=C84E5EFBC4615B7B, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:53:48.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-58560], KeyToken[127.0.0.1:8194-C84E5EFBC4615B7B]] 06:53:48.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 34 bytes to 127.0.0.1:8194 06:53:48.370 [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=58560, Token=C84E5EFBC4615B7B, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:53:48.371 [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:53:48.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-58560] 06:53:48.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8195] replace CON-POST MID=58560, Token=C84E5EFBC4615B7B, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=58560, Token=C84E5EFBC4615B7B, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:53:48.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 06:53:48.373 [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:53:48.373 [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:53:48.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8195, complete]! 06:53:48.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8195, complete] completed ACK-2.04 MID=58560, Token=C84E5EFBC4615B7B, 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:53:48.375 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 94 bytes to 127.0.0.1:8195 06:53:48.376 [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=58560, Token=C84E5EFBC4615B7B, 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:53:48.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 94 bytes from 127.0.0.1:8194 06:53:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.378 [: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=58560, Token=C84E5EFBC4615B7B, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 06:53:48.378 [: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:53:48.379 [: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=58560, Token=C84E5EFBC4615B7B, 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:53:48.379 [: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:53:48.379 [: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:53:48.381 [: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:53:48.382 [: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-58561], CON-POST MID=58561, 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:53:48.382 [: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-58560] 06:53:48.382 [: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-3416F0A7427078AB], CON-POST MID=58561, Token=3416F0A7427078AB, 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:53:48.382 [: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-C84E5EFBC4615B7B] 06:53:48.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-58561], KeyToken[127.0.0.1:8194-3416F0A7427078AB]] 06:53:48.383 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 06:53:48.384 [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=58561, Token=3416F0A7427078AB, 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:53:48.384 [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:53:48.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-58561] 06:53:48.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15, 127.0.0.1:8195] replace CON-POST MID=58561, Token=3416F0A7427078AB, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=58561, Token=3416F0A7427078AB, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 06:53:48.386 [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:53:48.386 [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:53:48.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15, 127.0.0.1:8195, complete]! 06:53:48.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R15, 127.0.0.1:8195, complete] completed ACK-2.04 MID=58561, Token=3416F0A7427078AB, 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:53:48.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 06:53:48.389 [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=58561, Token=3416F0A7427078AB, 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:53:48.389 [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:53:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.391 [: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:53:48.391 [: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=58561, Token=3416F0A7427078AB, 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:53:48.391 [: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:53:48.392 [: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:53:48.393 [: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:53:48.393 [: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-58562], CON-POST MID=58562, 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:53:48.394 [: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-58561] 06:53:48.394 [: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-58818616217F6C9B], CON-POST MID=58562, Token=58818616217F6C9B, 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:53:48.394 [: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-3416F0A7427078AB] 06:53:48.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-58562], KeyToken[127.0.0.1:8194-58818616217F6C9B]] 06:53:48.395 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 06:53:48.396 [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=58562, Token=58818616217F6C9B, 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:53:48.396 [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:53:48.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-58562] 06:53:48.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8195] replace CON-POST MID=58562, Token=58818616217F6C9B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=58562, Token=58818616217F6C9B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 06:53:48.399 [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:53:48.399 [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:53:48.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8195, complete]! 06:53:48.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8195, complete] completed ACK-2.04 MID=58562, Token=58818616217F6C9B, 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:53: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 91 bytes to 127.0.0.1:8195 06:53:48.443 [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=58562, Token=58818616217F6C9B, 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:53:48.443 [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:53:48.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.445 [: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:53:48.446 [: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=58562, Token=58818616217F6C9B, 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:53:48.446 [: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:53:48.446 [: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:53:48.448 [: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:53:48.448 [: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-58563], CON-POST MID=58563, 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:53:48.448 [: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-58562] 06:53:48.448 [: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-B47873E51BBAA17D], CON-POST MID=58563, Token=B47873E51BBAA17D, 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:53:48.449 [: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-58818616217F6C9B] 06:53: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:8194-58563], KeyToken[127.0.0.1:8194-B47873E51BBAA17D]] 06:53: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 36 bytes to 127.0.0.1:8194 06:53:48.451 [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=58563, Token=B47873E51BBAA17D, 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:53:48.451 [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:53:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-58563] 06:53:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17, 127.0.0.1:8195] replace CON-POST MID=58563, Token=B47873E51BBAA17D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=58563, Token=B47873E51BBAA17D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 06:53:48.453 [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:53:48.453 [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:53:48.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17, 127.0.0.1:8195, complete]! 06:53:48.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R17, 127.0.0.1:8195, complete] completed ACK-2.04 MID=58563, Token=B47873E51BBAA17D, 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:53:48.456 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 06:53:48.457 [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=58563, Token=B47873E51BBAA17D, 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:53:48.457 [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:53:48.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.459 [: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:53:48.459 [: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:53:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=58560, Token=C84E5EFBC4615B7B, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 06:53:48.459 [: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=58563, Token=B47873E51BBAA17D, 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=58560, Token=C84E5EFBC4615B7B, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:53:48.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194, complete]! 06:53:48.460 [: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-B47873E51BBAA17D] 06:53:48.460 [: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-58563] 06:53:48.460 [: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=58560, Token=C84E5EFBC4615B7B, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 06:53:48.460 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:48.460 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:48.461 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 06:53:48.461 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 06:53:48.461 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 06:53:48.461 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 06:53:48.462 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 06:53:48.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 06:53:48.462 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:48.462 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 06:53:48.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 06:53:48.462 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 06:53:48.462 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 06:53:48.462 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 06:53:48.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 06:53:48.463 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:53:48.464 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:53:48.469 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:48.469 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:48.470 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:48.470 [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:53:48.470 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:48.471 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:48.472 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:48.472 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:48.472 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:48.472 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 06:53:48.472 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:48.473 [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:53:48.473 [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:53:48.473 [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:53:48.473 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196 06:53:48.474 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:48.474 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:48.474 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:48.474 [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:53:48.474 [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:53:48.475 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:48.475 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:48.475 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:48.475 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:48.475 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 06:53:48.476 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:48.476 [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:53:48.476 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8197 06:53:48.476 [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:53:48.476 [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:53:48.480 [: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:53:48.481 [: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:53:48.481 [: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:53:48.482 [: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:53:48.483 [: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:53:48.485 [: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:53:48.486 [: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-48332], CON-POST MID=48332, 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:53:48.487 [: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-B40B27A082F88352], CON-POST MID=48332, Token=B40B27A082F88352, 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:53:48.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-48332], KeyToken[127.0.0.1:8196-B40B27A082F88352]] 06:53:48.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8196 06:53:48.541 [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=48332, Token=B40B27A082F88352, 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:53:48.541 [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:53:48.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-48332] 06:53:48.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19, 127.0.0.1:8197] replace CON-POST MID=48332, Token=B40B27A082F88352, 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=48332, Token=B40B27A082F88352, 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:53:48.544 [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:53:48.544 [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:53:48.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:53:48.544 [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:53:48.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19, 127.0.0.1:8197, complete]! 06:53:48.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R19, 127.0.0.1:8197, complete] completed ACK-2.04 MID=48332, Token=B40B27A082F88352, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:53: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 26 bytes to 127.0.0.1:8197 06:53:48.547 [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=48332, Token=B40B27A082F88352, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:53: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:8197) received 26 bytes from 127.0.0.1:8196 06:53:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.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:53:48.549 [: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:53:48.549 [: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:53:48.550 [: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=48332, Token=B40B27A082F88352, 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:53:48.550 [: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:53:48.550 [: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:53:48.552 [: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:53:48.553 [: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-48333], CON-POST MID=48333, 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:53:48.553 [: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-48332] 06:53:48.553 [: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-1C2F537AD6D91687], CON-POST MID=48333, Token=1C2F537AD6D91687, 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:53:48.554 [: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-B40B27A082F88352] 06:53: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:8196-48333], KeyToken[127.0.0.1:8196-1C2F537AD6D91687]] 06:53:48.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 06:53:48.555 [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=48333, Token=1C2F537AD6D91687, 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:53:48.555 [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:53:48.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-48333] 06:53:48.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8197] replace CON-POST MID=48333, Token=1C2F537AD6D91687, 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=48333, Token=1C2F537AD6D91687, 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:53:48.557 [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:53:48.557 [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=48333, Token=1C2F537AD6D91687, 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:53:48.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:53:48.557 [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:53:48.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8197, complete]! 06:53:48.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8197, complete] completed ACK-2.04 MID=48333, Token=1C2F537AD6D91687, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:53:48.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 26 bytes to 127.0.0.1:8197 06:53:48.560 [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=48333, Token=1C2F537AD6D91687, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:53: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:8197) received 26 bytes from 127.0.0.1:8196 06:53:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:48.561 [: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:53:48.561 [: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:53:48.562 [: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=48333, Token=1C2F537AD6D91687, 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:53:48.562 [: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:53:48.562 [: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:53:48.564 [: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:53:48.565 [: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-48334], CON-POST MID=48334, 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:53:48.565 [: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-48333] 06:53:48.565 [: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-5C40CAFD39E84CF8], CON-POST MID=48334, Token=5C40CAFD39E84CF8, 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:53:48.566 [: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-1C2F537AD6D91687] 06:53:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-48334], KeyToken[127.0.0.1:8196-5C40CAFD39E84CF8]] 06:53:48.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 06:53:48.567 [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=48334, Token=5C40CAFD39E84CF8, 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:53:48.567 [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:53:48.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-48334] 06:53:48.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21, 127.0.0.1:8197] replace CON-POST MID=48334, Token=5C40CAFD39E84CF8, 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=48334, Token=5C40CAFD39E84CF8, 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:53:48.570 [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:53:48.570 [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=48334, Token=5C40CAFD39E84CF8, 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:53:48.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:53:48.570 [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:53:48.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21, 127.0.0.1:8197, complete]! 06:53:48.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R21, 127.0.0.1:8197, complete] completed ACK-2.04 MID=48334, Token=5C40CAFD39E84CF8, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:53:48.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 06:53:48.573 [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=48334, Token=5C40CAFD39E84CF8, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:53:48.573 [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:53:48.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.574 [: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:53:48.574 [: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:53:48.575 [: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=48334, Token=5C40CAFD39E84CF8, 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:53:48.576 [: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:53:48.576 [: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:53:48.577 [: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:53:48.578 [: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-48335], CON-POST MID=48335, 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:53:48.578 [: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-48334] 06:53:48.579 [: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-48AEE4496DE44733], CON-POST MID=48335, Token=48AEE4496DE44733, 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:53:48.579 [: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-5C40CAFD39E84CF8] 06:53:48.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-48335], KeyToken[127.0.0.1:8196-48AEE4496DE44733]] 06:53:48.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 06:53:48.581 [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=48335, Token=48AEE4496DE44733, 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:53:48.581 [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:53:48.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-48335] 06:53:48.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8197] replace CON-POST MID=48335, Token=48AEE4496DE44733, 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=48335, Token=48AEE4496DE44733, 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:53:48.583 [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:53:48.583 [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=48335, Token=48AEE4496DE44733, 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:53:48.583 [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:53:48.583 [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:53:48.583 [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:53:48.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8197, complete]! 06:53:48.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, 127.0.0.1:8197, complete] completed ACK-2.04 MID=48335, Token=48AEE4496DE44733, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 06:53:48.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 06:53:48.586 [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=48335, Token=48AEE4496DE44733, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 06:53:48.586 [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:53:48.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.587 [: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:53:48.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196, complete]! 06:53:48.587 [: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-48AEE4496DE44733] 06:53:48.587 [: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-48335] 06:53:48.588 [: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=48332, Token=B40B27A082F88352, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID=48335, Token=48AEE4496DE44733, 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:53:48.588 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:48.588 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:48.589 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196 06:53:48.589 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196 06:53:48.589 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ... 06:53:48.589 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1 06:53:48.589 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped. 06:53:48.589 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196 06:53:48.589 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:48.589 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8197 06:53:48.589 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8197 06:53:48.589 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] stopping ... 06:53:48.640 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /0.0.0.0 06:53:48.641 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] has stopped. 06:53:48.641 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8197 06:53:48.641 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:53:48.642 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:53:48.645 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:48.645 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:48.645 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:48.645 [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:53:48.646 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:48.647 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:48.647 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:48.647 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:48.647 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:48.647 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 06:53:48.647 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:48.648 [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:53:48.648 [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:53:48.648 [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:53:48.648 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198 06:53:48.648 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:48.649 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:48.649 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:48.649 [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:53:48.649 [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:53:48.650 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:48.650 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:48.650 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:48.650 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:48.650 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 06:53:48.650 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:48.651 [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:53:48.651 [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:53:48.651 [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:53:48.651 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8199 06:53:48.660 [: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:53:48.660 [: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:53:48.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8198, complete]! 06:53:48.662 [: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:53:48.663 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:48.663 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:48.663 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198 06:53:48.663 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198 06:53:48.663 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ... 06:53:48.664 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1 06:53:48.664 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped. 06:53:48.664 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198 06:53:48.664 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:48.664 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8199 06:53:48.664 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8199 06:53:48.664 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] stopping ... 06:53:48.664 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /0.0.0.0 06:53:48.664 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] has stopped. 06:53:48.664 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8199 06:53:48.668 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:53:48.668 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:48.669 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.07 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest Start OSCoreServerClientTest 06:53:48.672 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:48.673 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:48.673 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:48.673 [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:53:48.674 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:48.675 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:48.675 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:48.675 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:48.675 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:48.675 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 06:53:48.676 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:48.676 [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:53:48.676 [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:53:48.676 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200 06:53:48.676 [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:53:48.678 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:48.678 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:48.678 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:48.678 [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:53:48.678 [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:53:48.679 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:48.679 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:48.679 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:48.679 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:48.679 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 06:53:48.679 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:48.679 [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:53:48.680 [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:53:48.680 [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:53:48.741 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8201 06:53:48.741 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8201 for coap 06:53:48.742 [: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:53:48.742 [: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:53:48.744 [: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:53:48.745 [: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-61513], CON-POST MID=61513, 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:53:48.745 [: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-48C27CC9BBB35713], CON-POST MID=61513, Token=48C27CC9BBB35713, 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:53: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:8200-61513], KeyToken[127.0.0.1:8200-48C27CC9BBB35713]] 06:53:48.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:8200 06:53:48.746 [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=61513, Token=48C27CC9BBB35713, 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:53:48.747 [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:53:48.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61513] 06:53: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:53:48.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25, 127.0.0.1:8201] replace CON-POST MID=61513, Token=48C27CC9BBB35713, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61513, Token=48C27CC9BBB35713, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R25, 127.0.0.1:8201] send response NON-2.05 MID=61513, Token=null, OptionSet={}, "server responds hi" 06:53:48.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25, 127.0.0.1:8201, complete]! 06:53:48.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R25, 127.0.0.1:8201, complete] completed NON-2.04 MID=61513, Token=48C27CC9BBB35713, 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:53:48.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:53:48.751 [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=61513, Token=48C27CC9BBB35713, 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:53:48.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:8200 06:53:48.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:8200-61513] 06:53:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.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:53:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L24, 127.0.0.1:8200, complete]! 06:53:48.753 [: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-48C27CC9BBB35713] 06:53:48.753 [: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-61513] 06:53:48.753 [: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=61513, Token=48C27CC9BBB35713, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61513, Token=48C27CC9BBB35713, 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:53:48.754 [: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:53:48.754 [: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:53:48.755 [: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:53:48.756 [: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-61514], CON-POST MID=61514, 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:53:48.756 [: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-48CDAB434FFED6F7], CON-POST MID=61514, Token=48CDAB434FFED6F7, 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:53: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:8200-61514], KeyToken[127.0.0.1:8200-48CDAB434FFED6F7]] 06:53: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:8200 06:53:48.757 [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=61514, Token=48CDAB434FFED6F7, 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:53:48.758 [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:53:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61514] 06:53: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:53:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27, 127.0.0.1:8201] replace CON-POST MID=61514, Token=48CDAB434FFED6F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61514, Token=48CDAB434FFED6F7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R27, 127.0.0.1:8201] send response NON-2.05 MID=61514, Token=null, OptionSet={}, "server responds hi" 06:53:48.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27, 127.0.0.1:8201, complete]! 06:53:48.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R27, 127.0.0.1:8201, complete] completed NON-2.04 MID=61514, Token=48CDAB434FFED6F7, 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:53:48.760 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:48.761 [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=61514, Token=48CDAB434FFED6F7, 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:53:48.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 06:53:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-61514] 06:53:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L26, 127.0.0.1:8200, complete]! 06:53:48.763 [: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-48CDAB434FFED6F7] 06:53:48.763 [: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-61514] 06:53:48.763 [: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=61514, Token=48CDAB434FFED6F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61514, Token=48CDAB434FFED6F7, 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:53:48.764 [: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:53:48.764 [: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:53:48.765 [: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:53:48.765 [: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-61515], CON-POST MID=61515, 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:53:48.766 [: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-CC1EA6163A7807CB], CON-POST MID=61515, Token=CC1EA6163A7807CB, 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:53:48.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-61515], KeyToken[127.0.0.1:8200-CC1EA6163A7807CB]] 06:53:48.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:53:48.767 [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=61515, Token=CC1EA6163A7807CB, 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:53:48.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:53:48.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61515] 06:53:48.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29, 127.0.0.1:8201] replace CON-POST MID=61515, Token=CC1EA6163A7807CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61515, Token=CC1EA6163A7807CB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R29, 127.0.0.1:8201] send response NON-2.05 MID=61515, Token=null, OptionSet={}, "server responds hi" 06:53:48.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29, 127.0.0.1:8201, complete]! 06:53:48.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R29, 127.0.0.1:8201, complete] completed NON-2.04 MID=61515, Token=CC1EA6163A7807CB, 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:53:48.770 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:48.771 [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=61515, Token=CC1EA6163A7807CB, 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:53:48.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 06:53:48.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-61515] 06:53:48.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L28, 127.0.0.1:8200, complete]! 06:53:48.772 [: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-CC1EA6163A7807CB] 06:53:48.772 [: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-61515] 06:53:48.772 [: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=61515, Token=CC1EA6163A7807CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61515, Token=CC1EA6163A7807CB, 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:53:48.773 [: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:53:48.773 [: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:53:48.774 [: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:53:48.774 [: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-61516], CON-POST MID=61516, 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:53:48.775 [: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-243DE980A454F078], CON-POST MID=61516, Token=243DE980A454F078, 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:53:48.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61516], KeyToken[127.0.0.1:8200-243DE980A454F078]] 06:53:48.775 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 06:53:48.776 [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=61516, Token=243DE980A454F078, 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:53:48.776 [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:53:48.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61516] 06:53:48.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8201] replace CON-POST MID=61516, Token=243DE980A454F078, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61516, Token=243DE980A454F078, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R31, 127.0.0.1:8201] send response NON-2.05 MID=61516, Token=null, OptionSet={}, "server responds hi" 06:53:48.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8201, complete]! 06:53:48.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R31, 127.0.0.1:8201, complete] completed NON-2.04 MID=61516, Token=243DE980A454F078, 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:53:48.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:48.779 [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=61516, Token=243DE980A454F078, 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:53:48.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 06:53:48.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-61516] 06:53:48.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, 127.0.0.1:8200, complete]! 06:53:48.780 [: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-243DE980A454F078] 06:53:48.780 [: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-61516] 06:53:48.780 [: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=61516, Token=243DE980A454F078, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61516, Token=243DE980A454F078, 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:53:48.781 [: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:53:48.781 [: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:53:48.782 [: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:53:48.783 [: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-61517], CON-POST MID=61517, 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:53:48.783 [: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-64035885877A25DC], CON-POST MID=61517, Token=64035885877A25DC, 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:53:48.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61517], KeyToken[127.0.0.1:8200-64035885877A25DC]] 06:53:48.783 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 06:53:48.842 [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=61517, Token=64035885877A25DC, 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:53:48.842 [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:53:48.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61517] 06:53: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:53:48.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33, 127.0.0.1:8201] replace CON-POST MID=61517, Token=64035885877A25DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61517, Token=64035885877A25DC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R33, 127.0.0.1:8201] send response NON-2.05 MID=61517, Token=null, OptionSet={}, "server responds hi" 06:53:48.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33, 127.0.0.1:8201, complete]! 06:53:48.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R33, 127.0.0.1:8201, complete] completed NON-2.04 MID=61517, Token=64035885877A25DC, 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:53: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:8201 06:53:48.846 [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=61517, Token=64035885877A25DC, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61517] 06:53:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L32, 127.0.0.1:8200, complete]! 06:53:48.848 [: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-64035885877A25DC] 06:53:48.848 [: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-61517] 06:53:48.848 [: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=61517, Token=64035885877A25DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61517, Token=64035885877A25DC, 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:53:48.849 [: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:53:48.849 [: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:53:48.850 [: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:53:48.850 [: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-61518], CON-POST MID=61518, 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:53:48.850 [: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-A0A741CFBBF6EE63], CON-POST MID=61518, Token=A0A741CFBBF6EE63, 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:53: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:8200-61518], KeyToken[127.0.0.1:8200-A0A741CFBBF6EE63]] 06:53: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:8200 06:53:48.852 [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=61518, Token=A0A741CFBBF6EE63, 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:53:48.852 [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:53:48.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61518] 06:53: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:53:48.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R35, 127.0.0.1:8201] replace CON-POST MID=61518, Token=A0A741CFBBF6EE63, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61518, Token=A0A741CFBBF6EE63, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R35, 127.0.0.1:8201] send response NON-2.05 MID=61518, Token=null, OptionSet={}, "server responds hi" 06:53:48.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R35, 127.0.0.1:8201, complete]! 06:53:48.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R35, 127.0.0.1:8201, complete] completed NON-2.04 MID=61518, Token=A0A741CFBBF6EE63, 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:53:48.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:53:48.856 [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=61518, Token=A0A741CFBBF6EE63, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61518] 06:53:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:48.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34, 127.0.0.1:8200, complete]! 06:53:48.858 [: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-A0A741CFBBF6EE63] 06:53:48.858 [: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-61518] 06:53:48.858 [: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=61518, Token=A0A741CFBBF6EE63, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61518, Token=A0A741CFBBF6EE63, 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:53:48.859 [: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:53:48.860 [: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:53:48.861 [: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:53:48.862 [: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-61519], CON-POST MID=61519, 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:53:48.862 [: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-F8EDDC80E52542E2], CON-POST MID=61519, Token=F8EDDC80E52542E2, 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:53: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:8200-61519], KeyToken[127.0.0.1:8200-F8EDDC80E52542E2]] 06:53: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:8200 06:53:48.864 [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=61519, Token=F8EDDC80E52542E2, 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:53:48.864 [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:53:48.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61519] 06:53:48.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R37, 127.0.0.1:8201] replace CON-POST MID=61519, Token=F8EDDC80E52542E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61519, Token=F8EDDC80E52542E2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R37, 127.0.0.1:8201] send response NON-2.05 MID=61519, Token=null, OptionSet={}, "server responds hi" 06:53:48.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R37, 127.0.0.1:8201, complete]! 06:53:48.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R37, 127.0.0.1:8201, complete] completed NON-2.04 MID=61519, Token=F8EDDC80E52542E2, 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:53:48.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:53:48.868 [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=61519, Token=F8EDDC80E52542E2, 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:53:48.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 06:53:48.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-61519] 06:53:48.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.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:53:48.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L36, 127.0.0.1:8200, complete]! 06:53:48.870 [: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-F8EDDC80E52542E2] 06:53:48.870 [: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-61519] 06:53:48.870 [: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=61519, Token=F8EDDC80E52542E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61519, Token=F8EDDC80E52542E2, 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:53:48.871 [: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:53:48.871 [: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:53:48.872 [: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:53:48.873 [: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-61520], CON-POST MID=61520, 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:53:48.873 [: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-F4577AE107433CD0], CON-POST MID=61520, Token=F4577AE107433CD0, 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:53:48.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61520], KeyToken[127.0.0.1:8200-F4577AE107433CD0]] 06:53:48.874 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 06:53:48.875 [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=61520, Token=F4577AE107433CD0, 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:53:48.875 [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:53:48.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61520] 06:53:48.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R39, 127.0.0.1:8201] replace CON-POST MID=61520, Token=F4577AE107433CD0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61520, Token=F4577AE107433CD0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R39, 127.0.0.1:8201] send response NON-2.05 MID=61520, Token=null, OptionSet={}, "server responds hi" 06:53:48.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R39, 127.0.0.1:8201, complete]! 06:53:48.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R39, 127.0.0.1:8201, complete] completed NON-2.04 MID=61520, Token=F4577AE107433CD0, 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:53:48.878 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:48.879 [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=61520, Token=F4577AE107433CD0, 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:53:48.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 06:53:48.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-61520] 06:53:48.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L38, 127.0.0.1:8200, complete]! 06:53:48.881 [: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-F4577AE107433CD0] 06:53:48.881 [: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-61520] 06:53:48.881 [: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=61520, Token=F4577AE107433CD0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61520, Token=F4577AE107433CD0, 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:53:48.882 [: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:53:48.882 [: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:53:48.883 [: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:53:48.884 [: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-61521], CON-POST MID=61521, 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:53:48.884 [: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-24F1474E2117BCF8], CON-POST MID=61521, Token=24F1474E2117BCF8, 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:53:48.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61521], KeyToken[127.0.0.1:8200-24F1474E2117BCF8]] 06:53:48.885 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 06:53:48.886 [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=61521, Token=24F1474E2117BCF8, 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:53:48.886 [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:53:48.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61521] 06:53:48.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R41, 127.0.0.1:8201] replace CON-POST MID=61521, Token=24F1474E2117BCF8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61521, Token=24F1474E2117BCF8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R41, 127.0.0.1:8201] send response NON-2.05 MID=61521, Token=null, OptionSet={}, "server responds hi" 06:53:48.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R41, 127.0.0.1:8201, complete]! 06:53:48.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R41, 127.0.0.1:8201, complete] completed NON-2.04 MID=61521, Token=24F1474E2117BCF8, 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:53:48.889 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:48.889 [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=61521, Token=24F1474E2117BCF8, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61521] 06:53:48.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:48.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L40, 127.0.0.1:8200, complete]! 06:53:48.942 [: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-24F1474E2117BCF8] 06:53:48.942 [: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-61521] 06:53:48.942 [: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=61521, Token=24F1474E2117BCF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61521, Token=24F1474E2117BCF8, 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:53:48.943 [: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:53:48.943 [: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:53:48.944 [: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:53:48.944 [: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-61522], CON-POST MID=61522, 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:53:48.945 [: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-1009A96F4E0531FD], CON-POST MID=61522, Token=1009A96F4E0531FD, 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:53:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61522], KeyToken[127.0.0.1:8200-1009A96F4E0531FD]] 06:53:48.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:8200 06:53:48.946 [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=61522, Token=1009A96F4E0531FD, 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:53:48.946 [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:53:48.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61522] 06:53: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:53:48.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R43, 127.0.0.1:8201] replace CON-POST MID=61522, Token=1009A96F4E0531FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61522, Token=1009A96F4E0531FD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R43, 127.0.0.1:8201] send response NON-2.05 MID=61522, Token=null, OptionSet={}, "server responds hi" 06:53:48.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R43, 127.0.0.1:8201, complete]! 06:53:48.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R43, 127.0.0.1:8201, complete] completed NON-2.04 MID=61522, Token=1009A96F4E0531FD, 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:53:48.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:53:48.949 [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=61522, Token=1009A96F4E0531FD, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61522] 06:53:48.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:48.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L42, 127.0.0.1:8200, complete]! 06:53:48.951 [: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-1009A96F4E0531FD] 06:53:48.951 [: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-61522] 06:53:48.951 [: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=61522, Token=1009A96F4E0531FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61522, Token=1009A96F4E0531FD, 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:53:48.952 [: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:53:48.952 [: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:53:48.953 [: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:53:48.954 [: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-61523], CON-POST MID=61523, 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:53:48.954 [: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-EC7A158638862574], CON-POST MID=61523, Token=EC7A158638862574, 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:53: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:8200-61523], KeyToken[127.0.0.1:8200-EC7A158638862574]] 06:53:48.955 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 06:53:48.955 [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=61523, Token=EC7A158638862574, 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:53:48.955 [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:53:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61523] 06:53: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:53:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R45, 127.0.0.1:8201] replace CON-POST MID=61523, Token=EC7A158638862574, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61523, Token=EC7A158638862574, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R45, 127.0.0.1:8201] send response NON-2.05 MID=61523, Token=null, OptionSet={}, "server responds hi" 06:53:48.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R45, 127.0.0.1:8201, complete]! 06:53:48.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R45, 127.0.0.1:8201, complete] completed NON-2.04 MID=61523, Token=EC7A158638862574, 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:53:48.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:53:48.959 [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=61523, Token=EC7A158638862574, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61523] 06:53:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L44, 127.0.0.1:8200, complete]! 06:53:48.960 [: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-EC7A158638862574] 06:53:48.960 [: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-61523] 06:53:48.960 [: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=61523, Token=EC7A158638862574, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61523, Token=EC7A158638862574, 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:53:48.961 [: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:53:48.961 [: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:53:48.962 [: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:53:48.963 [: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-61524], CON-POST MID=61524, 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:53:48.963 [: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-48D2B0F9E84B9A51], CON-POST MID=61524, Token=48D2B0F9E84B9A51, 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:53: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:8200-61524], KeyToken[127.0.0.1:8200-48D2B0F9E84B9A51]] 06:53:48.964 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 06:53:48.965 [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=61524, Token=48D2B0F9E84B9A51, 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:53:48.965 [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:53:48.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61524] 06:53:48.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R47, 127.0.0.1:8201] replace CON-POST MID=61524, Token=48D2B0F9E84B9A51, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61524, Token=48D2B0F9E84B9A51, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R47, 127.0.0.1:8201] send response NON-2.05 MID=61524, Token=null, OptionSet={}, "server responds hi" 06:53:48.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R47, 127.0.0.1:8201, complete]! 06:53:48.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R47, 127.0.0.1:8201, complete] completed NON-2.04 MID=61524, Token=48D2B0F9E84B9A51, 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:53:48.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:53:48.968 [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=61524, Token=48D2B0F9E84B9A51, 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:53:48.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:8200 06:53:48.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:8200-61524] 06:53:48.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.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:53:48.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L46, 127.0.0.1:8200, complete]! 06:53:48.969 [: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-48D2B0F9E84B9A51] 06:53:48.969 [: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-61524] 06:53:48.969 [: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=61524, Token=48D2B0F9E84B9A51, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61524, Token=48D2B0F9E84B9A51, 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:53:48.970 [: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:53:48.970 [: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:53:48.972 [: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:53:48.972 [: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-61525], CON-POST MID=61525, 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:53:48.973 [: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-7C842398074473DF], CON-POST MID=61525, Token=7C842398074473DF, 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:53:48.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61525], KeyToken[127.0.0.1:8200-7C842398074473DF]] 06:53:48.973 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 06:53:48.974 [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=61525, Token=7C842398074473DF, 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:53:48.974 [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:53:48.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61525] 06:53:48.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R49, 127.0.0.1:8201] replace CON-POST MID=61525, Token=7C842398074473DF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61525, Token=7C842398074473DF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R49, 127.0.0.1:8201] send response NON-2.05 MID=61525, Token=null, OptionSet={}, "server responds hi" 06:53:48.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R49, 127.0.0.1:8201, complete]! 06:53:48.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R49, 127.0.0.1:8201, complete] completed NON-2.04 MID=61525, Token=7C842398074473DF, 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:53:48.977 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:48.978 [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=61525, Token=7C842398074473DF, 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:53:48.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:8200 06:53:48.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-61525] 06:53:48.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:48.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L48, 127.0.0.1:8200, complete]! 06:53:48.979 [: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-7C842398074473DF] 06:53:48.979 [: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-61525] 06:53:48.979 [: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=61525, Token=7C842398074473DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61525, Token=7C842398074473DF, 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:53:48.980 [: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:53:48.981 [: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:53:48.982 [: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:53:48.982 [: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-61526], CON-POST MID=61526, 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:53:48.982 [: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-FCBD8B4F49C34606], CON-POST MID=61526, Token=FCBD8B4F49C34606, 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:53:48.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61526], KeyToken[127.0.0.1:8200-FCBD8B4F49C34606]] 06:53:48.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 06:53:48.984 [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=61526, Token=FCBD8B4F49C34606, 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:53:48.984 [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:53:48.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61526] 06:53:48.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:48.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R51, 127.0.0.1:8201] replace CON-POST MID=61526, Token=FCBD8B4F49C34606, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61526, Token=FCBD8B4F49C34606, OptionSet={"Object-Security":0x}, "client says hi" 06:53:48.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R51, 127.0.0.1:8201] send response NON-2.05 MID=61526, Token=null, OptionSet={}, "server responds hi" 06:53:49.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R51, 127.0.0.1:8201, complete]! 06:53:49.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R51, 127.0.0.1:8201, complete] completed NON-2.04 MID=61526, Token=FCBD8B4F49C34606, 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:53:49.042 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.042 [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=61526, Token=FCBD8B4F49C34606, 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:53:49.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:8200 06:53: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:8200-61526] 06:53:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L50, 127.0.0.1:8200, complete]! 06:53:49.044 [: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-FCBD8B4F49C34606] 06:53:49.044 [: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-61526] 06:53:49.044 [: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=61526, Token=FCBD8B4F49C34606, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61526, Token=FCBD8B4F49C34606, 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:53:49.045 [: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:53:49.045 [: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:53:49.046 [: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:53:49.047 [: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-61527], CON-POST MID=61527, 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:53:49.047 [: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-B4F621A82EFBC89C], CON-POST MID=61527, Token=B4F621A82EFBC89C, 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:53: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:8200-61527], KeyToken[127.0.0.1:8200-B4F621A82EFBC89C]] 06:53: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 41 bytes to 127.0.0.1:8200 06:53:49.048 [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=61527, Token=B4F621A82EFBC89C, 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:53:49.048 [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:53:49.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61527] 06:53:49.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R53, 127.0.0.1:8201] replace CON-POST MID=61527, Token=B4F621A82EFBC89C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61527, Token=B4F621A82EFBC89C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R53, 127.0.0.1:8201] send response NON-2.05 MID=61527, Token=null, OptionSet={}, "server responds hi" 06:53:49.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R53, 127.0.0.1:8201, complete]! 06:53:49.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R53, 127.0.0.1:8201, complete] completed NON-2.04 MID=61527, Token=B4F621A82EFBC89C, 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:53:49.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:53:49.052 [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=61527, Token=B4F621A82EFBC89C, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61527] 06:53:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L52, 127.0.0.1:8200, complete]! 06:53:49.054 [: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-B4F621A82EFBC89C] 06:53:49.054 [: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-61527] 06:53:49.054 [: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=61527, Token=B4F621A82EFBC89C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61527, Token=B4F621A82EFBC89C, 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:53:49.055 [: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:53:49.055 [: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:53:49.056 [: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:53:49.056 [: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-61528], CON-POST MID=61528, 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:53:49.057 [: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-34951E7D92EAC66F], CON-POST MID=61528, Token=34951E7D92EAC66F, 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:53: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:8200-61528], KeyToken[127.0.0.1:8200-34951E7D92EAC66F]] 06:53: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 41 bytes to 127.0.0.1:8200 06:53:49.058 [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=61528, Token=34951E7D92EAC66F, 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:53:49.058 [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:53:49.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61528] 06:53: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:53:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R55, 127.0.0.1:8201] replace CON-POST MID=61528, Token=34951E7D92EAC66F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61528, Token=34951E7D92EAC66F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R55, 127.0.0.1:8201] send response NON-2.05 MID=61528, Token=null, OptionSet={}, "server responds hi" 06:53:49.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R55, 127.0.0.1:8201, complete]! 06:53:49.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R55, 127.0.0.1:8201, complete] completed NON-2.04 MID=61528, Token=34951E7D92EAC66F, 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:53: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:8201 06:53:49.061 [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=61528, Token=34951E7D92EAC66F, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61528] 06:53:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L54, 127.0.0.1:8200, complete]! 06:53:49.062 [: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-34951E7D92EAC66F] 06:53:49.062 [: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-61528] 06:53:49.062 [: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=61528, Token=34951E7D92EAC66F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61528, Token=34951E7D92EAC66F, 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:53:49.063 [: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:53:49.063 [: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:53:49.064 [: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:53:49.064 [: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-61529], CON-POST MID=61529, 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:53:49.065 [: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-70675615A6220893], CON-POST MID=61529, Token=70675615A6220893, 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:53: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:8200-61529], KeyToken[127.0.0.1:8200-70675615A6220893]] 06:53: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 42 bytes to 127.0.0.1:8200 06:53:49.066 [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=61529, Token=70675615A6220893, 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:53:49.066 [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:53:49.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61529] 06:53: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:53:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R57, 127.0.0.1:8201] replace CON-POST MID=61529, Token=70675615A6220893, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61529, Token=70675615A6220893, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R57, 127.0.0.1:8201] send response NON-2.05 MID=61529, Token=null, OptionSet={}, "server responds hi" 06:53:49.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R57, 127.0.0.1:8201, complete]! 06:53:49.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R57, 127.0.0.1:8201, complete] completed NON-2.04 MID=61529, Token=70675615A6220893, 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:53: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:8201 06:53:49.069 [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=61529, Token=70675615A6220893, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61529] 06:53:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L56, 127.0.0.1:8200, complete]! 06:53:49.071 [: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-70675615A6220893] 06:53:49.071 [: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-61529] 06:53:49.071 [: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=61529, Token=70675615A6220893, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61529, Token=70675615A6220893, 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:53:49.071 [: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:53:49.072 [: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:53:49.073 [: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:53:49.073 [: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-61530], CON-POST MID=61530, 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:53:49.073 [: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-44F1647427E6A947], CON-POST MID=61530, Token=44F1647427E6A947, 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:53:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61530], KeyToken[127.0.0.1:8200-44F1647427E6A947]] 06:53:49.074 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 06:53:49.075 [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=61530, Token=44F1647427E6A947, 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:53:49.075 [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:53:49.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61530] 06:53:49.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R59, 127.0.0.1:8201] replace CON-POST MID=61530, Token=44F1647427E6A947, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61530, Token=44F1647427E6A947, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R59, 127.0.0.1:8201] send response NON-2.05 MID=61530, Token=null, OptionSet={}, "server responds hi" 06:53:49.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R59, 127.0.0.1:8201, complete]! 06:53:49.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R59, 127.0.0.1:8201, complete] completed NON-2.04 MID=61530, Token=44F1647427E6A947, 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:53:49.077 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.078 [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=61530, Token=44F1647427E6A947, 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:53:49.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 06:53:49.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-61530] 06:53:49.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L58, 127.0.0.1:8200, complete]! 06:53:49.079 [: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-44F1647427E6A947] 06:53:49.079 [: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-61530] 06:53:49.079 [: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=61530, Token=44F1647427E6A947, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61530, Token=44F1647427E6A947, 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:53:49.079 [: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:53:49.080 [: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:53:49.080 [: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:53:49.081 [: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-61531], CON-POST MID=61531, 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:53:49.081 [: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-6831951064085D52], CON-POST MID=61531, Token=6831951064085D52, 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:53:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61531], KeyToken[127.0.0.1:8200-6831951064085D52]] 06:53:49.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 06:53:49.082 [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=61531, Token=6831951064085D52, 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:53:49.082 [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:53:49.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61531] 06:53:49.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R61, 127.0.0.1:8201] replace CON-POST MID=61531, Token=6831951064085D52, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61531, Token=6831951064085D52, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R61, 127.0.0.1:8201] send response NON-2.05 MID=61531, Token=null, OptionSet={}, "server responds hi" 06:53:49.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R61, 127.0.0.1:8201, complete]! 06:53:49.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R61, 127.0.0.1:8201, complete] completed NON-2.04 MID=61531, Token=6831951064085D52, 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:53:49.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.085 [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=61531, Token=6831951064085D52, 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:53:49.085 [UDP-Receiver-0.0.0.0/0.0.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:53:49.085 [: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-61531] 06:53:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L60, 127.0.0.1:8200, complete]! 06:53:49.086 [: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-6831951064085D52] 06:53:49.086 [: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-61531] 06:53:49.086 [: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=61531, Token=6831951064085D52, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61531, Token=6831951064085D52, 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:53:49.087 [: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:53:49.087 [: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:53:49.141 [: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:53:49.142 [: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-61532], CON-POST MID=61532, 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:53:49.142 [: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-68BC03CB5ADE00B3], CON-POST MID=61532, Token=68BC03CB5ADE00B3, 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:53:49.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61532], KeyToken[127.0.0.1:8200-68BC03CB5ADE00B3]] 06:53: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 42 bytes to 127.0.0.1:8200 06:53:49.143 [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=61532, Token=68BC03CB5ADE00B3, 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:53:49.143 [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:53:49.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61532] 06:53:49.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R63, 127.0.0.1:8201] replace CON-POST MID=61532, Token=68BC03CB5ADE00B3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61532, Token=68BC03CB5ADE00B3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R63, 127.0.0.1:8201] send response NON-2.05 MID=61532, Token=null, OptionSet={}, "server responds hi" 06:53:49.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R63, 127.0.0.1:8201, complete]! 06:53:49.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R63, 127.0.0.1:8201, complete] completed NON-2.04 MID=61532, Token=68BC03CB5ADE00B3, 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:53: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:8201 06:53:49.147 [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=61532, Token=68BC03CB5ADE00B3, 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:53:49.147 [UDP-Receiver-0.0.0.0/0.0.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:53: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:8200-61532] 06:53:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L62, 127.0.0.1:8200, complete]! 06:53:49.148 [: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-68BC03CB5ADE00B3] 06:53:49.148 [: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-61532] 06:53:49.149 [: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=61532, Token=68BC03CB5ADE00B3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61532, Token=68BC03CB5ADE00B3, 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:53:49.149 [: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:53:49.149 [: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:53:49.151 [: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:53:49.151 [: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-61533], CON-POST MID=61533, 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:53:49.151 [: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-181FCA3B48ADFFDB], CON-POST MID=61533, Token=181FCA3B48ADFFDB, 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:53: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:8200-61533], KeyToken[127.0.0.1:8200-181FCA3B48ADFFDB]] 06:53: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 42 bytes to 127.0.0.1:8200 06:53:49.153 [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=61533, Token=181FCA3B48ADFFDB, 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:53:49.153 [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:53:49.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61533] 06:53: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:53:49.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R65, 127.0.0.1:8201] replace CON-POST MID=61533, Token=181FCA3B48ADFFDB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61533, Token=181FCA3B48ADFFDB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R65, 127.0.0.1:8201] send response NON-2.05 MID=61533, Token=null, OptionSet={}, "server responds hi" 06:53:49.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R65, 127.0.0.1:8201, complete]! 06:53:49.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R65, 127.0.0.1:8201, complete] completed NON-2.04 MID=61533, Token=181FCA3B48ADFFDB, 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:53: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:8201 06:53:49.157 [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=61533, Token=181FCA3B48ADFFDB, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61533] 06:53:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L64, 127.0.0.1:8200, complete]! 06:53:49.158 [: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-181FCA3B48ADFFDB] 06:53:49.158 [: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-61533] 06:53:49.158 [: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=61533, Token=181FCA3B48ADFFDB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61533, Token=181FCA3B48ADFFDB, 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:53:49.159 [: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:53:49.159 [: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:53:49.160 [: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:53:49.160 [: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-61534], CON-POST MID=61534, 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:53:49.161 [: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-68E343722D7D4659], CON-POST MID=61534, Token=68E343722D7D4659, 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:53:49.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61534], KeyToken[127.0.0.1:8200-68E343722D7D4659]] 06:53:49.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 42 bytes to 127.0.0.1:8200 06:53:49.162 [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=61534, Token=68E343722D7D4659, 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:53:49.162 [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:53:49.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61534] 06:53:49.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R67, 127.0.0.1:8201] replace CON-POST MID=61534, Token=68E343722D7D4659, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61534, Token=68E343722D7D4659, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R67, 127.0.0.1:8201] send response NON-2.05 MID=61534, Token=null, OptionSet={}, "server responds hi" 06:53:49.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R67, 127.0.0.1:8201, complete]! 06:53:49.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R67, 127.0.0.1:8201, complete] completed NON-2.04 MID=61534, Token=68E343722D7D4659, 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:53:49.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.166 [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=61534, Token=68E343722D7D4659, 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:53:49.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:8200 06:53:49.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:8200-61534] 06:53:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L66, 127.0.0.1:8200, complete]! 06:53:49.167 [: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-68E343722D7D4659] 06:53:49.167 [: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-61534] 06:53:49.167 [: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=61534, Token=68E343722D7D4659, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61534, Token=68E343722D7D4659, 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:53:49.168 [: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:53:49.168 [: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:53:49.169 [: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:53:49.170 [: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-61535], CON-POST MID=61535, 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:53:49.170 [: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-305202574E78A8AD], CON-POST MID=61535, Token=305202574E78A8AD, 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:53:49.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61535], KeyToken[127.0.0.1:8200-305202574E78A8AD]] 06:53:49.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 06:53:49.171 [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=61535, Token=305202574E78A8AD, 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:53:49.172 [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:53:49.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61535] 06:53:49.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R69, 127.0.0.1:8201] replace CON-POST MID=61535, Token=305202574E78A8AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61535, Token=305202574E78A8AD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R69, 127.0.0.1:8201] send response NON-2.05 MID=61535, Token=null, OptionSet={}, "server responds hi" 06:53:49.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R69, 127.0.0.1:8201, complete]! 06:53:49.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R69, 127.0.0.1:8201, complete] completed NON-2.04 MID=61535, Token=305202574E78A8AD, 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:53:49.174 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.175 [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=61535, Token=305202574E78A8AD, 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:53:49.175 [UDP-Receiver-0.0.0.0/0.0.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:53:49.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-61535] 06:53:49.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L68, 127.0.0.1:8200, complete]! 06:53:49.176 [: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-305202574E78A8AD] 06:53:49.176 [: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-61535] 06:53:49.176 [: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=61535, Token=305202574E78A8AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61535, Token=305202574E78A8AD, 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:53:49.177 [: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:53:49.177 [: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:53:49.178 [: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:53:49.178 [: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-61536], CON-POST MID=61536, 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:53:49.178 [: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-B02252A54F4379FE], CON-POST MID=61536, Token=B02252A54F4379FE, 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:53:49.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61536], KeyToken[127.0.0.1:8200-B02252A54F4379FE]] 06:53:49.179 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 06:53:49.180 [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=61536, Token=B02252A54F4379FE, 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:53:49.180 [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:53:49.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61536] 06:53:49.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R71, 127.0.0.1:8201] replace CON-POST MID=61536, Token=B02252A54F4379FE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61536, Token=B02252A54F4379FE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R71, 127.0.0.1:8201] send response NON-2.05 MID=61536, Token=null, OptionSet={}, "server responds hi" 06:53:49.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R71, 127.0.0.1:8201, complete]! 06:53:49.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R71, 127.0.0.1:8201, complete] completed NON-2.04 MID=61536, Token=B02252A54F4379FE, 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:53:49.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.183 [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=61536, Token=B02252A54F4379FE, 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:53:49.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 06:53:49.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-61536] 06:53:49.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L70, 127.0.0.1:8200, complete]! 06:53:49.185 [: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-B02252A54F4379FE] 06:53:49.185 [: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-61536] 06:53:49.185 [: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=61536, Token=B02252A54F4379FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61536, Token=B02252A54F4379FE, 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:53:49.186 [: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:53:49.186 [: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:53:49.187 [: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:53:49.187 [: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-61537], CON-POST MID=61537, 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:53:49.187 [: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-30F3424D1E2983C8], CON-POST MID=61537, Token=30F3424D1E2983C8, 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:53:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61537], KeyToken[127.0.0.1:8200-30F3424D1E2983C8]] 06:53:49.188 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200 06:53:49.189 [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=61537, Token=30F3424D1E2983C8, 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:53:49.189 [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:53:49.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61537] 06:53:49.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R73, 127.0.0.1:8201] replace CON-POST MID=61537, Token=30F3424D1E2983C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61537, Token=30F3424D1E2983C8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R73, 127.0.0.1:8201] send response NON-2.05 MID=61537, Token=null, OptionSet={}, "server responds hi" 06:53:49.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R73, 127.0.0.1:8201, complete]! 06:53:49.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R73, 127.0.0.1:8201, complete] completed NON-2.04 MID=61537, Token=30F3424D1E2983C8, 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:53: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:8201 06:53:49.243 [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=61537, Token=30F3424D1E2983C8, 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:53:49.243 [UDP-Receiver-0.0.0.0/0.0.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:53:49.243 [: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-61537] 06:53:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L72, 127.0.0.1:8200, complete]! 06:53:49.244 [: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-30F3424D1E2983C8] 06:53:49.244 [: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-61537] 06:53:49.244 [: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=61537, Token=30F3424D1E2983C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61537, Token=30F3424D1E2983C8, 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:53:49.245 [: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:53:49.245 [: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:53:49.246 [: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:53:49.246 [: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-61538], CON-POST MID=61538, 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:53:49.246 [: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-FC052482AD77C157], CON-POST MID=61538, Token=FC052482AD77C157, 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:53: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:8200-61538], KeyToken[127.0.0.1:8200-FC052482AD77C157]] 06:53: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 43 bytes to 127.0.0.1:8200 06:53:49.248 [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=61538, Token=FC052482AD77C157, 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:53:49.248 [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:53:49.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61538] 06:53:49.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R75, 127.0.0.1:8201] replace CON-POST MID=61538, Token=FC052482AD77C157, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61538, Token=FC052482AD77C157, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R75, 127.0.0.1:8201] send response NON-2.05 MID=61538, Token=null, OptionSet={}, "server responds hi" 06:53:49.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R75, 127.0.0.1:8201, complete]! 06:53:49.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R75, 127.0.0.1:8201, complete] completed NON-2.04 MID=61538, Token=FC052482AD77C157, 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:53:49.250 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.250 [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=61538, Token=FC052482AD77C157, 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:53:49.250 [UDP-Receiver-0.0.0.0/0.0.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:53: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:8200-61538] 06:53:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L74, 127.0.0.1:8200, complete]! 06:53:49.251 [: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-FC052482AD77C157] 06:53:49.251 [: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-61538] 06:53:49.251 [: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=61538, Token=FC052482AD77C157, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61538, Token=FC052482AD77C157, 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:53:49.252 [: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:53:49.252 [: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:53:49.253 [: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:53:49.253 [: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-61539], CON-POST MID=61539, 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:53:49.253 [: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-1031C53AFD70EA81], CON-POST MID=61539, Token=1031C53AFD70EA81, 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:53: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:8200-61539], KeyToken[127.0.0.1:8200-1031C53AFD70EA81]] 06:53: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 43 bytes to 127.0.0.1:8200 06:53:49.255 [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=61539, Token=1031C53AFD70EA81, 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:53:49.255 [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:53:49.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61539] 06:53:49.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R77, 127.0.0.1:8201] replace CON-POST MID=61539, Token=1031C53AFD70EA81, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61539, Token=1031C53AFD70EA81, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R77, 127.0.0.1:8201] send response NON-2.05 MID=61539, Token=null, OptionSet={}, "server responds hi" 06:53:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R77, 127.0.0.1:8201, complete]! 06:53:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R77, 127.0.0.1:8201, complete] completed NON-2.04 MID=61539, Token=1031C53AFD70EA81, 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:53: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:8201 06:53:49.257 [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=61539, Token=1031C53AFD70EA81, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61539] 06:53:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L76, 127.0.0.1:8200, complete]! 06:53:49.258 [: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-1031C53AFD70EA81] 06:53:49.259 [: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-61539] 06:53:49.259 [: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=61539, Token=1031C53AFD70EA81, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61539, Token=1031C53AFD70EA81, 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:53:49.259 [: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:53:49.259 [: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:53:49.260 [: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:53:49.260 [: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-61540], CON-POST MID=61540, 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:53:49.261 [: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-785CE5BB8BB3279B], CON-POST MID=61540, Token=785CE5BB8BB3279B, 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:53: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:8200-61540], KeyToken[127.0.0.1:8200-785CE5BB8BB3279B]] 06:53: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 43 bytes to 127.0.0.1:8200 06:53:49.262 [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=61540, Token=785CE5BB8BB3279B, 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:53:49.262 [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:53:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61540] 06:53: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:53:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R79, 127.0.0.1:8201] replace CON-POST MID=61540, Token=785CE5BB8BB3279B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61540, Token=785CE5BB8BB3279B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R79, 127.0.0.1:8201] send response NON-2.05 MID=61540, Token=null, OptionSet={}, "server responds hi" 06:53:49.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R79, 127.0.0.1:8201, complete]! 06:53:49.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R79, 127.0.0.1:8201, complete] completed NON-2.04 MID=61540, Token=785CE5BB8BB3279B, 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:53:49.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.264 [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=61540, Token=785CE5BB8BB3279B, 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:53:49.264 [UDP-Receiver-0.0.0.0/0.0.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:53:49.264 [: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-61540] 06:53:49.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L78, 127.0.0.1:8200, complete]! 06:53:49.265 [: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-785CE5BB8BB3279B] 06:53:49.265 [: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-61540] 06:53:49.265 [: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=61540, Token=785CE5BB8BB3279B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61540, Token=785CE5BB8BB3279B, 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:53:49.266 [: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:53:49.266 [: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:53:49.266 [: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:53:49.267 [: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-61541], CON-POST MID=61541, 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:53:49.267 [: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-94FD69981FCA83FA], CON-POST MID=61541, Token=94FD69981FCA83FA, 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:53:49.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-61541], KeyToken[127.0.0.1:8200-94FD69981FCA83FA]] 06:53:49.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200 06:53:49.268 [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=61541, Token=94FD69981FCA83FA, 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:53:49.268 [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:53:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61541] 06:53: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:53:49.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R81, 127.0.0.1:8201] replace CON-POST MID=61541, Token=94FD69981FCA83FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61541, Token=94FD69981FCA83FA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R81, 127.0.0.1:8201] send response NON-2.05 MID=61541, Token=null, OptionSet={}, "server responds hi" 06:53:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R81, 127.0.0.1:8201, complete]! 06:53:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R81, 127.0.0.1:8201, complete] completed NON-2.04 MID=61541, Token=94FD69981FCA83FA, 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:53: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:8201 06:53:49.271 [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=61541, Token=94FD69981FCA83FA, 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:53: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:8201) received 42 bytes from 127.0.0.1:8200 06:53: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:8200-61541] 06:53:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L80, 127.0.0.1:8200, complete]! 06:53:49.272 [: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-94FD69981FCA83FA] 06:53:49.272 [: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-61541] 06:53:49.272 [: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=61541, Token=94FD69981FCA83FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61541, Token=94FD69981FCA83FA, 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:53:49.272 [: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:53:49.272 [: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:53:49.273 [: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:53:49.274 [: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-61542], CON-POST MID=61542, 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:53:49.274 [: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-1435451522892BCD], CON-POST MID=61542, Token=1435451522892BCD, 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:53: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:8200-61542], KeyToken[127.0.0.1:8200-1435451522892BCD]] 06:53: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 43 bytes to 127.0.0.1:8200 06:53:49.275 [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=61542, Token=1435451522892BCD, 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:53:49.275 [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:53:49.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-61542] 06:53: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:53:49.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R83, 127.0.0.1:8201] replace CON-POST MID=61542, Token=1435451522892BCD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=61542, Token=1435451522892BCD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R83, 127.0.0.1:8201] send response NON-2.05 MID=61542, Token=null, OptionSet={}, "server responds hi" 06:53:49.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R83, 127.0.0.1:8201, complete]! 06:53:49.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R83, 127.0.0.1:8201, complete] completed NON-2.04 MID=61542, Token=1435451522892BCD, 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:53:49.277 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.277 [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=61542, Token=1435451522892BCD, 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:53:49.277 [UDP-Receiver-0.0.0.0/0.0.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:53:49.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-61542] 06:53:49.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L82, 127.0.0.1:8200, complete]! 06:53:49.278 [: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-1435451522892BCD] 06:53:49.278 [: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-61542] 06:53:49.278 [: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=61542, Token=1435451522892BCD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61542, Token=1435451522892BCD, 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:53:49.279 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:49.279 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200 06:53:49.279 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200 06:53:49.279 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ... 06:53:49.279 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1 06:53:49.279 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped. 06:53:49.279 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200 06:53:49.279 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:49.281 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:49.281 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:49.281 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:49.281 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:49.282 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:49.283 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:49.283 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:49.283 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:49.283 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:49.283 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 06:53:49.283 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:49.283 [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:53:49.283 [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:53:49.284 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8202 06:53:49.284 [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:53:49.285 [: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:53:49.285 [: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:53:49.286 [: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:53:49.286 [: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-6489], CON-POST MID= 6489, 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:53:49.286 [: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-DCDFC7F803E3C787], CON-POST MID= 6489, Token=DCDFC7F803E3C787, 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:53:49.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-6489], KeyToken[127.0.0.1:8202-DCDFC7F803E3C787]] 06:53: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 41 bytes to 127.0.0.1:8202 06:53:49.342 [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= 6489, Token=DCDFC7F803E3C787, 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:53:49.342 [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:53:49.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-6489] 06:53: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:53:49.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R85, 127.0.0.1:8201] replace CON-POST MID= 6489, Token=DCDFC7F803E3C787, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6489, Token=DCDFC7F803E3C787, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R85, 127.0.0.1:8201] send response NON-2.05 MID= 6489, Token=null, OptionSet={}, "server responds hi" 06:53:49.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R85, 127.0.0.1:8201, complete]! 06:53:49.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R85, 127.0.0.1:8201, complete] completed NON-2.04 MID= 6489, Token=DCDFC7F803E3C787, 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:53: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:8201 06:53:49.345 [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= 6489, Token=DCDFC7F803E3C787, 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:53: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:8201) received 42 bytes from 127.0.0.1:8202 06:53: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:8202-6489] 06:53:49.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L84, 127.0.0.1:8202, complete]! 06:53:49.346 [: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-DCDFC7F803E3C787] 06:53:49.346 [: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-6489] 06:53:49.346 [: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= 6489, Token=DCDFC7F803E3C787, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6489, Token=DCDFC7F803E3C787, 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:53:49.347 [: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:53:49.347 [: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:53:49.348 [: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:53:49.349 [: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-6490], CON-POST MID= 6490, 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:53:49.349 [: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-444EB7B05A94E3DF], CON-POST MID= 6490, Token=444EB7B05A94E3DF, 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:53:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-6490], KeyToken[127.0.0.1:8202-444EB7B05A94E3DF]] 06:53: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:8202 06:53:49.351 [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= 6490, Token=444EB7B05A94E3DF, 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:53:49.351 [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:53:49.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-6490] 06:53: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:53:49.351 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 06:53:49.351 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:53:49.352 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:53:49.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R87, 127.0.0.1:8201, complete]! 06:53:49.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R87, 127.0.0.1:8201, complete] completed ACK-4.01 MID= 6490, Token=444EB7B05A94E3DF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:53:49.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8201 06:53:49.354 [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= 6490, Token=444EB7B05A94E3DF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:53: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:8201) received 30 bytes from 127.0.0.1:8202 06:53:49.355 [: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:53:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID= 6490, Token=444EB7B05A94E3DF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:53:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L86, 127.0.0.1:8202, complete]! 06:53:49.356 [: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-444EB7B05A94E3DF] 06:53:49.356 [: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-6490] 06:53:49.356 [: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= 6490, Token=444EB7B05A94E3DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6490, Token=444EB7B05A94E3DF, 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:53:49.356 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:49.357 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8202 06:53:49.357 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8202 06:53:49.357 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] stopping ... 06:53:49.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /127.0.0.1 06:53:49.357 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] has stopped. 06:53:49.357 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8202 06:53:49.357 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:49.359 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:49.359 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:49.359 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:49.359 [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:53:49.360 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:49.361 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:49.361 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:49.361 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:49.361 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:49.361 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 06:53:49.361 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:49.362 [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:53:49.362 [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:53:49.362 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 06:53:49.362 [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:53:49.363 [: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:53:49.363 [: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:53:49.364 [: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:53:49.365 [: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-23801], CON-POST MID=23801, 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:53:49.365 [: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-448BC1B54B4A26AB], CON-POST MID=23801, Token=448BC1B54B4A26AB, 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:53: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:8203-23801], KeyToken[127.0.0.1:8203-448BC1B54B4A26AB]] 06:53: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 40 bytes to 127.0.0.1:8203 06:53:49.367 [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=23801, Token=448BC1B54B4A26AB, 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:53:49.367 [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:53:49.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23801] 06:53: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:53:49.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R89, 127.0.0.1:8201] replace CON-POST MID=23801, Token=448BC1B54B4A26AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=23801, Token=448BC1B54B4A26AB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R89, 127.0.0.1:8201] send response NON-2.05 MID=23801, Token=null, OptionSet={}, "server responds hi" 06:53:49.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R89, 127.0.0.1:8201, complete]! 06:53:49.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R89, 127.0.0.1:8201, complete] completed NON-2.04 MID=23801, Token=448BC1B54B4A26AB, 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:53: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:8201 06:53:49.371 [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=23801, Token=448BC1B54B4A26AB, 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:53: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:8201) received 42 bytes from 127.0.0.1:8203 06:53: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:8203-23801] 06:53:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L88, 127.0.0.1:8203, complete]! 06:53:49.372 [: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-448BC1B54B4A26AB] 06:53:49.372 [: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-23801] 06:53:49.372 [: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=23801, Token=448BC1B54B4A26AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=23801, Token=448BC1B54B4A26AB, 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:53:49.373 [: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:53:49.373 [: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:53:49.374 [: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:53:49.375 [: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-23802], CON-POST MID=23802, 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:53:49.375 [: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-00A7736A5339FC45], CON-POST MID=23802, Token=00A7736A5339FC45, 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:53:49.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-23802], KeyToken[127.0.0.1:8203-00A7736A5339FC45]] 06:53:49.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8203 06:53:49.376 [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=23802, Token=00A7736A5339FC45, 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:53:49.376 [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:53:49.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23802] 06:53:49.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R91, 127.0.0.1:8201] replace CON-POST MID=23802, Token=00A7736A5339FC45, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=23802, Token=00A7736A5339FC45, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R91, 127.0.0.1:8201] send response NON-2.05 MID=23802, Token=null, OptionSet={}, "server responds hi" 06:53:49.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R91, 127.0.0.1:8201, complete]! 06:53:49.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R91, 127.0.0.1:8201, complete] completed NON-2.04 MID=23802, Token=00A7736A5339FC45, 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:53:49.378 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.379 [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=23802, Token=00A7736A5339FC45, 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:53:49.379 [UDP-Receiver-0.0.0.0/0.0.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:53:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8203-23802] 06:53:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L90, 127.0.0.1:8203, complete]! 06:53:49.380 [: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-00A7736A5339FC45] 06:53:49.380 [: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-23802] 06:53:49.380 [: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=23802, Token=00A7736A5339FC45, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=23802, Token=00A7736A5339FC45, 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:53:49.380 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:49.381 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 06:53:49.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 06:53:49.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 06:53:49.381 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 06:53:49.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 06:53:49.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 06:53:49.381 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:49.383 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:49.383 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:49.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:49.384 [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:53:49.384 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:49.385 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:49.385 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:49.385 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:49.385 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:49.385 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 06:53:49.385 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:49.386 [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:53:49.386 [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:53:49.386 [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:53:49.386 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8204 06:53:49.387 [: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:53:49.387 [: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:53:49.388 [: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:53:49.388 [: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-33111], CON-POST MID=33111, 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:53:49.389 [: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-44B4A51EA2C76C9E], CON-POST MID=33111, Token=44B4A51EA2C76C9E, 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:53:49.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33111], KeyToken[127.0.0.1:8204-44B4A51EA2C76C9E]] 06:53:49.389 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.390 [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=33111, Token=44B4A51EA2C76C9E, 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:53:49.390 [UDP-Receiver-localhost/127.0.0.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:53:49.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33111] 06:53:49.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R93, 127.0.0.1:8201] replace CON-POST MID=33111, Token=44B4A51EA2C76C9E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33111, Token=44B4A51EA2C76C9E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R93, 127.0.0.1:8201] send response NON-2.05 MID=33111, Token=null, OptionSet={}, "server responds hi" 06:53:49.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R93, 127.0.0.1:8201, complete]! 06:53:49.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R93, 127.0.0.1:8201, complete] completed NON-2.04 MID=33111, Token=44B4A51EA2C76C9E, 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:53:49.392 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.393 [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=33111, Token=44B4A51EA2C76C9E, 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:53:49.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33111] 06:53:49.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L92, 127.0.0.1:8204, complete]! 06:53:49.394 [: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-44B4A51EA2C76C9E] 06:53:49.394 [: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-33111] 06:53:49.394 [: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=33111, Token=44B4A51EA2C76C9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33111, Token=44B4A51EA2C76C9E, 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:53:49.395 [: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:53:49.395 [: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:53:49.396 [: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:53:49.397 [: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-33112], CON-POST MID=33112, 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:53:49.397 [: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-084E227492BC06AD], CON-POST MID=33112, Token=084E227492BC06AD, 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:53:49.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33112], KeyToken[127.0.0.1:8204-084E227492BC06AD]] 06:53:49.398 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:49.441 [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=33112, Token=084E227492BC06AD, 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:53:49.442 [UDP-Receiver-localhost/127.0.0.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:53:49.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33112] 06:53:49.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R95, 127.0.0.1:8201] replace CON-POST MID=33112, Token=084E227492BC06AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33112, Token=084E227492BC06AD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R95, 127.0.0.1:8201] send response NON-2.05 MID=33112, Token=null, OptionSet={}, "server responds hi" 06:53:49.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R95, 127.0.0.1:8201, complete]! 06:53:49.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R95, 127.0.0.1:8201, complete] completed NON-2.04 MID=33112, Token=084E227492BC06AD, 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:53:49.444 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.445 [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=33112, Token=084E227492BC06AD, 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:53:49.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:53:49.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-33112] 06:53:49.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L94, 127.0.0.1:8204, complete]! 06:53:49.446 [: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-084E227492BC06AD] 06:53:49.446 [: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-33112] 06:53:49.446 [: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=33112, Token=084E227492BC06AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33112, Token=084E227492BC06AD, 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:53:49.447 [: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:53:49.447 [: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:53:49.448 [: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:53:49.448 [: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-33113], CON-POST MID=33113, 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:53:49.449 [: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-7049910362579DF7], CON-POST MID=33113, Token=7049910362579DF7, 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:53: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:8204-33113], KeyToken[127.0.0.1:8204-7049910362579DF7]] 06:53: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 40 bytes to 127.0.0.1:8204 06:53:49.450 [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=33113, Token=7049910362579DF7, 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:53:49.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:53:49.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33113] 06:53:49.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R97, 127.0.0.1:8201] replace CON-POST MID=33113, Token=7049910362579DF7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33113, Token=7049910362579DF7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R97, 127.0.0.1:8201] send response NON-2.05 MID=33113, Token=null, OptionSet={}, "server responds hi" 06:53:49.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R97, 127.0.0.1:8201, complete]! 06:53:49.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R97, 127.0.0.1:8201, complete] completed NON-2.04 MID=33113, Token=7049910362579DF7, 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:53:49.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.453 [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=33113, Token=7049910362579DF7, 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:53: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:8201) received 42 bytes from 127.0.0.1:8204 06:53: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:8204-33113] 06:53:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L96, 127.0.0.1:8204, complete]! 06:53:49.454 [: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-7049910362579DF7] 06:53:49.454 [: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-33113] 06:53:49.454 [: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=33113, Token=7049910362579DF7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33113, Token=7049910362579DF7, 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:53:49.454 [: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:53:49.454 [: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:53:49.455 [: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:53:49.456 [: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-33114], CON-POST MID=33114, 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:53:49.456 [: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-50AC77E36D421F91], CON-POST MID=33114, Token=50AC77E36D421F91, 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:53:49.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-33114], KeyToken[127.0.0.1:8204-50AC77E36D421F91]] 06:53:49.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.457 [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=33114, Token=50AC77E36D421F91, 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:53:49.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33114] 06:53:49.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R99, 127.0.0.1:8201] replace CON-POST MID=33114, Token=50AC77E36D421F91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33114, Token=50AC77E36D421F91, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R99, 127.0.0.1:8201] send response NON-2.05 MID=33114, Token=null, OptionSet={}, "server responds hi" 06:53:49.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R99, 127.0.0.1:8201, complete]! 06:53:49.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R99, 127.0.0.1:8201, complete] completed NON-2.04 MID=33114, Token=50AC77E36D421F91, 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:53: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 42 bytes to 127.0.0.1:8201 06:53:49.460 [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=33114, Token=50AC77E36D421F91, 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:53: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:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33114] 06:53:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L98, 127.0.0.1:8204, complete]! 06:53:49.461 [: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-50AC77E36D421F91] 06:53:49.461 [: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-33114] 06:53:49.461 [: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=33114, Token=50AC77E36D421F91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33114, Token=50AC77E36D421F91, 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:53:49.462 [: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:53:49.462 [: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:53:49.463 [: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:53:49.463 [: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-33115], CON-POST MID=33115, 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:53:49.463 [: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-203B307BC106FCE0], CON-POST MID=33115, Token=203B307BC106FCE0, 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:53:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33115], KeyToken[127.0.0.1:8204-203B307BC106FCE0]] 06:53:49.464 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.464 [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=33115, Token=203B307BC106FCE0, 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:53:49.464 [UDP-Receiver-localhost/127.0.0.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:53:49.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33115] 06:53:49.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R101, 127.0.0.1:8201] replace CON-POST MID=33115, Token=203B307BC106FCE0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33115, Token=203B307BC106FCE0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R101, 127.0.0.1:8201] send response NON-2.05 MID=33115, Token=null, OptionSet={}, "server responds hi" 06:53:49.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R101, 127.0.0.1:8201, complete]! 06:53:49.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R101, 127.0.0.1:8201, complete] completed NON-2.04 MID=33115, Token=203B307BC106FCE0, 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:53:49.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.467 [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=33115, Token=203B307BC106FCE0, 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:53:49.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.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-33115] 06:53:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L100, 127.0.0.1:8204, complete]! 06:53:49.468 [: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-203B307BC106FCE0] 06:53:49.468 [: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-33115] 06:53:49.468 [: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=33115, Token=203B307BC106FCE0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33115, Token=203B307BC106FCE0, 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:53:49.469 [: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:53:49.469 [: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:53:49.470 [: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:53:49.470 [: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-33116], CON-POST MID=33116, 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:53:49.471 [: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-7C5701F9FC90F5FB], CON-POST MID=33116, Token=7C5701F9FC90F5FB, 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:53:49.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33116], KeyToken[127.0.0.1:8204-7C5701F9FC90F5FB]] 06:53:49.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.472 [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=33116, Token=7C5701F9FC90F5FB, 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:53:49.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:53:49.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33116] 06:53:49.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R103, 127.0.0.1:8201] replace CON-POST MID=33116, Token=7C5701F9FC90F5FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33116, Token=7C5701F9FC90F5FB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R103, 127.0.0.1:8201] send response NON-2.05 MID=33116, Token=null, OptionSet={}, "server responds hi" 06:53:49.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R103, 127.0.0.1:8201, complete]! 06:53:49.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R103, 127.0.0.1:8201, complete] completed NON-2.04 MID=33116, Token=7C5701F9FC90F5FB, 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:53:49.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.475 [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=33116, Token=7C5701F9FC90F5FB, 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:53:49.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33116] 06:53:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L102, 127.0.0.1:8204, complete]! 06:53:49.476 [: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-7C5701F9FC90F5FB] 06:53:49.476 [: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-33116] 06:53:49.476 [: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=33116, Token=7C5701F9FC90F5FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33116, Token=7C5701F9FC90F5FB, 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:53:49.477 [: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:53:49.477 [: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:53:49.478 [: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:53:49.478 [: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-33117], CON-POST MID=33117, 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:53:49.478 [: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-701A6E2B3D8B5EC0], CON-POST MID=33117, Token=701A6E2B3D8B5EC0, 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:53:49.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33117], KeyToken[127.0.0.1:8204-701A6E2B3D8B5EC0]] 06:53:49.479 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.479 [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=33117, Token=701A6E2B3D8B5EC0, 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:53:49.479 [UDP-Receiver-localhost/127.0.0.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:53:49.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33117] 06:53:49.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R105, 127.0.0.1:8201] replace CON-POST MID=33117, Token=701A6E2B3D8B5EC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33117, Token=701A6E2B3D8B5EC0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R105, 127.0.0.1:8201] send response NON-2.05 MID=33117, Token=null, OptionSet={}, "server responds hi" 06:53:49.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R105, 127.0.0.1:8201, complete]! 06:53:49.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R105, 127.0.0.1:8201, complete] completed NON-2.04 MID=33117, Token=701A6E2B3D8B5EC0, 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:53:49.482 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.483 [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=33117, Token=701A6E2B3D8B5EC0, 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:53:49.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33117] 06:53:49.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L104, 127.0.0.1:8204, complete]! 06:53:49.484 [: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-701A6E2B3D8B5EC0] 06:53:49.484 [: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-33117] 06:53:49.484 [: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=33117, Token=701A6E2B3D8B5EC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33117, Token=701A6E2B3D8B5EC0, 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:53:49.484 [: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:53:49.484 [: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:53:49.485 [: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:53:49.485 [: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-33118], CON-POST MID=33118, 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:53:49.486 [: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-984E7A3AFFC81F2E], CON-POST MID=33118, Token=984E7A3AFFC81F2E, 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:53:49.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33118], KeyToken[127.0.0.1:8204-984E7A3AFFC81F2E]] 06:53:49.486 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.487 [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=33118, Token=984E7A3AFFC81F2E, 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:53:49.487 [UDP-Receiver-localhost/127.0.0.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:53:49.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33118] 06:53:49.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R107, 127.0.0.1:8201] replace CON-POST MID=33118, Token=984E7A3AFFC81F2E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33118, Token=984E7A3AFFC81F2E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R107, 127.0.0.1:8201] send response NON-2.05 MID=33118, Token=null, OptionSet={}, "server responds hi" 06:53:49.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R107, 127.0.0.1:8201, complete]! 06:53:49.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R107, 127.0.0.1:8201, complete] completed NON-2.04 MID=33118, Token=984E7A3AFFC81F2E, 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:53:49.489 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.490 [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=33118, Token=984E7A3AFFC81F2E, 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:53:49.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33118] 06:53:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L106, 127.0.0.1:8204, complete]! 06:53:49.491 [: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-984E7A3AFFC81F2E] 06:53:49.491 [: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-33118] 06:53:49.491 [: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=33118, Token=984E7A3AFFC81F2E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33118, Token=984E7A3AFFC81F2E, 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:53:49.541 [: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:53:49.541 [: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:53:49.542 [: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:53:49.543 [: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-33119], CON-POST MID=33119, 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:53:49.543 [: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-2CE90A873001FA94], CON-POST MID=33119, Token=2CE90A873001FA94, 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:53:49.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33119], KeyToken[127.0.0.1:8204-2CE90A873001FA94]] 06:53:49.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:53:49.544 [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=33119, Token=2CE90A873001FA94, 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:53:49.544 [UDP-Receiver-localhost/127.0.0.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:53:49.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33119] 06:53:49.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R109, 127.0.0.1:8201] replace CON-POST MID=33119, Token=2CE90A873001FA94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33119, Token=2CE90A873001FA94, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R109, 127.0.0.1:8201] send response NON-2.05 MID=33119, Token=null, OptionSet={}, "server responds hi" 06:53:49.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R109, 127.0.0.1:8201, complete]! 06:53:49.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R109, 127.0.0.1:8201, complete] completed NON-2.04 MID=33119, Token=2CE90A873001FA94, 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:53:49.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 42 bytes to 127.0.0.1:8201 06:53:49.547 [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=33119, Token=2CE90A873001FA94, 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:53:49.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.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-33119] 06:53:49.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L108, 127.0.0.1:8204, complete]! 06:53:49.548 [: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-2CE90A873001FA94] 06:53:49.549 [: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-33119] 06:53:49.549 [: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=33119, Token=2CE90A873001FA94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33119, Token=2CE90A873001FA94, 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:53:49.549 [: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:53:49.549 [: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:53:49.550 [: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:53:49.551 [: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-33120], CON-POST MID=33120, 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:53:49.551 [: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-D83C0EA19E073674], CON-POST MID=33120, Token=D83C0EA19E073674, 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:53:49.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-33120], KeyToken[127.0.0.1:8204-D83C0EA19E073674]] 06:53:49.552 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.552 [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=33120, Token=D83C0EA19E073674, 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:53:49.552 [UDP-Receiver-localhost/127.0.0.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:53:49.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33120] 06:53:49.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R111, 127.0.0.1:8201] replace CON-POST MID=33120, Token=D83C0EA19E073674, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33120, Token=D83C0EA19E073674, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R111, 127.0.0.1:8201] send response NON-2.05 MID=33120, Token=null, OptionSet={}, "server responds hi" 06:53:49.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R111, 127.0.0.1:8201, complete]! 06:53:49.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R111, 127.0.0.1:8201, complete] completed NON-2.04 MID=33120, Token=D83C0EA19E073674, 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:53:49.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:53:49.555 [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=33120, Token=D83C0EA19E073674, 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:53:49.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33120] 06:53:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L110, 127.0.0.1:8204, complete]! 06:53:49.556 [: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-D83C0EA19E073674] 06:53:49.556 [: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-33120] 06:53:49.556 [: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=33120, Token=D83C0EA19E073674, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33120, Token=D83C0EA19E073674, 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:53:49.556 [: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:53:49.556 [: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:53:49.557 [: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:53:49.557 [: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-33121], CON-POST MID=33121, 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:53:49.558 [: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-1CC32BAF3A1806FB], CON-POST MID=33121, Token=1CC32BAF3A1806FB, 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:53:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33121], KeyToken[127.0.0.1:8204-1CC32BAF3A1806FB]] 06:53:49.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.558 [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=33121, Token=1CC32BAF3A1806FB, 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:53:49.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33121] 06:53:49.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R113, 127.0.0.1:8201] replace CON-POST MID=33121, Token=1CC32BAF3A1806FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33121, Token=1CC32BAF3A1806FB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R113, 127.0.0.1:8201] send response NON-2.05 MID=33121, Token=null, OptionSet={}, "server responds hi" 06:53:49.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R113, 127.0.0.1:8201, complete]! 06:53:49.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R113, 127.0.0.1:8201, complete] completed NON-2.04 MID=33121, Token=1CC32BAF3A1806FB, 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:53:49.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:53:49.561 [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=33121, Token=1CC32BAF3A1806FB, 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:53:49.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:53:49.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-33121] 06:53:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L112, 127.0.0.1:8204, complete]! 06:53:49.562 [: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-1CC32BAF3A1806FB] 06:53:49.562 [: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-33121] 06:53:49.562 [: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=33121, Token=1CC32BAF3A1806FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33121, Token=1CC32BAF3A1806FB, 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:53:49.563 [: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:53:49.563 [: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:53:49.563 [: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:53:49.563 [: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-33122], CON-POST MID=33122, 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:53:49.564 [: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-1891EC384B31ADEB], CON-POST MID=33122, Token=1891EC384B31ADEB, 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:53:49.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33122], KeyToken[127.0.0.1:8204-1891EC384B31ADEB]] 06:53:49.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.565 [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=33122, Token=1891EC384B31ADEB, 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:53:49.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33122] 06:53:49.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R115, 127.0.0.1:8201] replace CON-POST MID=33122, Token=1891EC384B31ADEB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33122, Token=1891EC384B31ADEB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R115, 127.0.0.1:8201] send response NON-2.05 MID=33122, Token=null, OptionSet={}, "server responds hi" 06:53:49.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R115, 127.0.0.1:8201, complete]! 06:53:49.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R115, 127.0.0.1:8201, complete] completed NON-2.04 MID=33122, Token=1891EC384B31ADEB, 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:53:49.567 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.568 [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=33122, Token=1891EC384B31ADEB, 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:53:49.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33122] 06:53:49.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L114, 127.0.0.1:8204, complete]! 06:53:49.568 [: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-1891EC384B31ADEB] 06:53:49.568 [: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-33122] 06:53:49.568 [: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=33122, Token=1891EC384B31ADEB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33122, Token=1891EC384B31ADEB, 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:53:49.569 [: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:53:49.569 [: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:53:49.570 [: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:53:49.570 [: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-33123], CON-POST MID=33123, 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:53:49.570 [: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-64E681E0A81B76B7], CON-POST MID=33123, Token=64E681E0A81B76B7, 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:53:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33123], KeyToken[127.0.0.1:8204-64E681E0A81B76B7]] 06:53:49.571 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.571 [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=33123, Token=64E681E0A81B76B7, 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:53:49.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33123] 06:53:49.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R117, 127.0.0.1:8201] replace CON-POST MID=33123, Token=64E681E0A81B76B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33123, Token=64E681E0A81B76B7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R117, 127.0.0.1:8201] send response NON-2.05 MID=33123, Token=null, OptionSet={}, "server responds hi" 06:53:49.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R117, 127.0.0.1:8201, complete]! 06:53:49.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R117, 127.0.0.1:8201, complete] completed NON-2.04 MID=33123, Token=64E681E0A81B76B7, 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:53:49.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.574 [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=33123, Token=64E681E0A81B76B7, 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:53:49.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33123] 06:53:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L116, 127.0.0.1:8204, complete]! 06:53:49.575 [: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-64E681E0A81B76B7] 06:53:49.575 [: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-33123] 06:53:49.575 [: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=33123, Token=64E681E0A81B76B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33123, Token=64E681E0A81B76B7, 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:53:49.576 [: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:53:49.576 [: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:53:49.577 [: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:53:49.577 [: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-33124], CON-POST MID=33124, 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:53:49.577 [: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-44954833A3A42B6D], CON-POST MID=33124, Token=44954833A3A42B6D, 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:53:49.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33124], KeyToken[127.0.0.1:8204-44954833A3A42B6D]] 06:53:49.578 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.579 [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=33124, Token=44954833A3A42B6D, 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:53:49.579 [UDP-Receiver-localhost/127.0.0.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:53:49.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33124] 06:53:49.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R119, 127.0.0.1:8201] replace CON-POST MID=33124, Token=44954833A3A42B6D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33124, Token=44954833A3A42B6D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R119, 127.0.0.1:8201] send response NON-2.05 MID=33124, Token=null, OptionSet={}, "server responds hi" 06:53:49.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R119, 127.0.0.1:8201, complete]! 06:53:49.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R119, 127.0.0.1:8201, complete] completed NON-2.04 MID=33124, Token=44954833A3A42B6D, 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:53:49.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.581 [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=33124, Token=44954833A3A42B6D, 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:53:49.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33124] 06:53:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L118, 127.0.0.1:8204, complete]! 06:53:49.582 [: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-44954833A3A42B6D] 06:53:49.582 [: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-33124] 06:53:49.582 [: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=33124, Token=44954833A3A42B6D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33124, Token=44954833A3A42B6D, 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:53:49.583 [: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:53:49.583 [: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:53:49.584 [: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:53:49.584 [: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-33125], CON-POST MID=33125, 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:53:49.585 [: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-DC828BD6EC8F35AF], CON-POST MID=33125, Token=DC828BD6EC8F35AF, 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:53:49.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33125], KeyToken[127.0.0.1:8204-DC828BD6EC8F35AF]] 06:53:49.585 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.585 [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=33125, Token=DC828BD6EC8F35AF, 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:53:49.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33125] 06:53:49.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R121, 127.0.0.1:8201] replace CON-POST MID=33125, Token=DC828BD6EC8F35AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33125, Token=DC828BD6EC8F35AF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R121, 127.0.0.1:8201] send response NON-2.05 MID=33125, Token=null, OptionSet={}, "server responds hi" 06:53:49.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R121, 127.0.0.1:8201, complete]! 06:53:49.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R121, 127.0.0.1:8201, complete] completed NON-2.04 MID=33125, Token=DC828BD6EC8F35AF, 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:53:49.587 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.588 [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=33125, Token=DC828BD6EC8F35AF, 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:53:49.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33125] 06:53:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L120, 127.0.0.1:8204, complete]! 06:53:49.588 [: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-DC828BD6EC8F35AF] 06:53:49.588 [: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-33125] 06:53:49.589 [: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=33125, Token=DC828BD6EC8F35AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33125, Token=DC828BD6EC8F35AF, 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:53:49.589 [: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:53:49.589 [: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:53:49.590 [: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:53:49.590 [: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-33126], CON-POST MID=33126, 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:53:49.591 [: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-74CC6C7C44AB8495], CON-POST MID=33126, Token=74CC6C7C44AB8495, 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:53:49.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33126], KeyToken[127.0.0.1:8204-74CC6C7C44AB8495]] 06:53:49.591 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.592 [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=33126, Token=74CC6C7C44AB8495, 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:53:49.592 [UDP-Receiver-localhost/127.0.0.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:53:49.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33126] 06:53:49.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R123, 127.0.0.1:8201] replace CON-POST MID=33126, Token=74CC6C7C44AB8495, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33126, Token=74CC6C7C44AB8495, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R123, 127.0.0.1:8201] send response NON-2.05 MID=33126, Token=null, OptionSet={}, "server responds hi" 06:53:49.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R123, 127.0.0.1:8201, complete]! 06:53:49.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R123, 127.0.0.1:8201, complete] completed NON-2.04 MID=33126, Token=74CC6C7C44AB8495, 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:53:49.593 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.594 [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=33126, Token=74CC6C7C44AB8495, 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:53:49.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33126] 06:53:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L122, 127.0.0.1:8204, complete]! 06:53:49.595 [: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-74CC6C7C44AB8495] 06:53:49.595 [: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-33126] 06:53:49.595 [: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=33126, Token=74CC6C7C44AB8495, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33126, Token=74CC6C7C44AB8495, 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:53:49.641 [: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:53:49.641 [: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:53:49.642 [: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:53:49.642 [: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-33127], CON-POST MID=33127, 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:53:49.643 [: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-8496B4904D0C1334], CON-POST MID=33127, Token=8496B4904D0C1334, 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:53:49.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-33127], KeyToken[127.0.0.1:8204-8496B4904D0C1334]] 06:53:49.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:53:49.644 [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=33127, Token=8496B4904D0C1334, 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:53:49.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:53:49.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33127] 06:53:49.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R125, 127.0.0.1:8201] replace CON-POST MID=33127, Token=8496B4904D0C1334, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33127, Token=8496B4904D0C1334, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R125, 127.0.0.1:8201] send response NON-2.05 MID=33127, Token=null, OptionSet={}, "server responds hi" 06:53:49.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R125, 127.0.0.1:8201, complete]! 06:53:49.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R125, 127.0.0.1:8201, complete] completed NON-2.04 MID=33127, Token=8496B4904D0C1334, 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:53:49.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:53:49.647 [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=33127, Token=8496B4904D0C1334, 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:53:49.647 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.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-33127] 06:53:49.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L124, 127.0.0.1:8204, complete]! 06:53:49.648 [: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-8496B4904D0C1334] 06:53:49.648 [: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-33127] 06:53:49.648 [: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=33127, Token=8496B4904D0C1334, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33127, Token=8496B4904D0C1334, 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:53:49.649 [: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:53:49.649 [: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:53:49.650 [: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:53:49.651 [: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-33128], CON-POST MID=33128, 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:53:49.651 [: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-EC03686C47CECF74], CON-POST MID=33128, Token=EC03686C47CECF74, 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:53:49.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33128], KeyToken[127.0.0.1:8204-EC03686C47CECF74]] 06:53:49.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:53:49.652 [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=33128, Token=EC03686C47CECF74, 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:53:49.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:53:49.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33128] 06:53:49.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R127, 127.0.0.1:8201] replace CON-POST MID=33128, Token=EC03686C47CECF74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33128, Token=EC03686C47CECF74, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R127, 127.0.0.1:8201] send response NON-2.05 MID=33128, Token=null, OptionSet={}, "server responds hi" 06:53:49.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R127, 127.0.0.1:8201, complete]! 06:53:49.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R127, 127.0.0.1:8201, complete] completed NON-2.04 MID=33128, Token=EC03686C47CECF74, 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:53:49.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:8201 06:53:49.655 [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=33128, Token=EC03686C47CECF74, 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:53:49.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:53:49.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-33128] 06:53:49.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L126, 127.0.0.1:8204, complete]! 06:53:49.656 [: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-EC03686C47CECF74] 06:53:49.656 [: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-33128] 06:53:49.656 [: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=33128, Token=EC03686C47CECF74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33128, Token=EC03686C47CECF74, 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:53:49.657 [: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:53:49.657 [: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:53:49.657 [: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:53:49.658 [: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-33129], CON-POST MID=33129, 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:53:49.658 [: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-44ACEDC5AAA001E0], CON-POST MID=33129, Token=44ACEDC5AAA001E0, 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:53:49.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33129], KeyToken[127.0.0.1:8204-44ACEDC5AAA001E0]] 06:53:49.658 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.659 [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=33129, Token=44ACEDC5AAA001E0, 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:53:49.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:53:49.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33129] 06:53:49.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R129, 127.0.0.1:8201] replace CON-POST MID=33129, Token=44ACEDC5AAA001E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33129, Token=44ACEDC5AAA001E0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R129, 127.0.0.1:8201] send response NON-2.05 MID=33129, Token=null, OptionSet={}, "server responds hi" 06:53:49.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R129, 127.0.0.1:8201, complete]! 06:53:49.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R129, 127.0.0.1:8201, complete] completed NON-2.04 MID=33129, Token=44ACEDC5AAA001E0, 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:53:49.661 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.662 [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=33129, Token=44ACEDC5AAA001E0, 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:53:49.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:53:49.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-33129] 06:53:49.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L128, 127.0.0.1:8204, complete]! 06:53:49.663 [: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-44ACEDC5AAA001E0] 06:53:49.663 [: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-33129] 06:53:49.663 [: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=33129, Token=44ACEDC5AAA001E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33129, Token=44ACEDC5AAA001E0, 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:53:49.663 [: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:53:49.663 [: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:53:49.664 [: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:53:49.665 [: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-33130], CON-POST MID=33130, 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:53:49.665 [: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-68F7BBB394DB480A], CON-POST MID=33130, Token=68F7BBB394DB480A, 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:53:49.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-33130], KeyToken[127.0.0.1:8204-68F7BBB394DB480A]] 06:53:49.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:53:49.666 [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=33130, Token=68F7BBB394DB480A, 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:53:49.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33130] 06:53:49.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R131, 127.0.0.1:8201] replace CON-POST MID=33130, Token=68F7BBB394DB480A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33130, Token=68F7BBB394DB480A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R131, 127.0.0.1:8201] send response NON-2.05 MID=33130, Token=null, OptionSet={}, "server responds hi" 06:53:49.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R131, 127.0.0.1:8201, complete]! 06:53:49.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R131, 127.0.0.1:8201, complete] completed NON-2.04 MID=33130, Token=68F7BBB394DB480A, 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:53:49.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:53:49.668 [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=33130, Token=68F7BBB394DB480A, 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:53:49.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:53:49.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-33130] 06:53:49.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L130, 127.0.0.1:8204, complete]! 06:53:49.669 [: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-68F7BBB394DB480A] 06:53:49.669 [: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-33130] 06:53:49.669 [: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=33130, Token=68F7BBB394DB480A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33130, Token=68F7BBB394DB480A, 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:53:49.670 [: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:53:49.670 [: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:53:49.671 [: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:53:49.671 [: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-33131], CON-POST MID=33131, 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:53:49.671 [: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-44A4E309DB925824], CON-POST MID=33131, Token=44A4E309DB925824, 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:53:49.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-33131], KeyToken[127.0.0.1:8204-44A4E309DB925824]] 06:53:49.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:53:49.672 [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=33131, Token=44A4E309DB925824, 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:53:49.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33131] 06:53:49.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R133, 127.0.0.1:8201] replace CON-POST MID=33131, Token=44A4E309DB925824, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33131, Token=44A4E309DB925824, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R133, 127.0.0.1:8201] send response NON-2.05 MID=33131, Token=null, OptionSet={}, "server responds hi" 06:53:49.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R133, 127.0.0.1:8201, complete]! 06:53:49.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R133, 127.0.0.1:8201, complete] completed NON-2.04 MID=33131, Token=44A4E309DB925824, 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:53:49.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.675 [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=33131, Token=44A4E309DB925824, 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:53:49.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:53:49.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-33131] 06:53:49.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L132, 127.0.0.1:8204, complete]! 06:53:49.676 [: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-44A4E309DB925824] 06:53:49.676 [: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-33131] 06:53:49.676 [: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=33131, Token=44A4E309DB925824, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33131, Token=44A4E309DB925824, 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:53:49.677 [: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:53:49.677 [: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:53:49.678 [: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:53:49.678 [: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-33132], CON-POST MID=33132, 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:53:49.678 [: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-641DE789F79238FF], CON-POST MID=33132, Token=641DE789F79238FF, 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:53:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33132], KeyToken[127.0.0.1:8204-641DE789F79238FF]] 06:53:49.679 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.679 [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=33132, Token=641DE789F79238FF, 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:53:49.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33132] 06:53:49.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R135, 127.0.0.1:8201] replace CON-POST MID=33132, Token=641DE789F79238FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33132, Token=641DE789F79238FF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R135, 127.0.0.1:8201] send response NON-2.05 MID=33132, Token=null, OptionSet={}, "server responds hi" 06:53:49.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R135, 127.0.0.1:8201, complete]! 06:53:49.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R135, 127.0.0.1:8201, complete] completed NON-2.04 MID=33132, Token=641DE789F79238FF, 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:53:49.681 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.682 [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=33132, Token=641DE789F79238FF, 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:53:49.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33132] 06:53:49.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L134, 127.0.0.1:8204, complete]! 06:53:49.683 [: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-641DE789F79238FF] 06:53:49.683 [: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-33132] 06:53:49.683 [: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=33132, Token=641DE789F79238FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33132, Token=641DE789F79238FF, 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:53:49.684 [: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:53:49.684 [: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:53:49.685 [: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:53:49.685 [: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-33133], CON-POST MID=33133, 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:53:49.686 [: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-14B3D3C67B16AD0F], CON-POST MID=33133, Token=14B3D3C67B16AD0F, 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:53:49.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33133], KeyToken[127.0.0.1:8204-14B3D3C67B16AD0F]] 06:53:49.686 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.687 [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=33133, Token=14B3D3C67B16AD0F, 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:53:49.687 [UDP-Receiver-localhost/127.0.0.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:53:49.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33133] 06:53:49.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R137, 127.0.0.1:8201] replace CON-POST MID=33133, Token=14B3D3C67B16AD0F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33133, Token=14B3D3C67B16AD0F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R137, 127.0.0.1:8201] send response NON-2.05 MID=33133, Token=null, OptionSet={}, "server responds hi" 06:53:49.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R137, 127.0.0.1:8201, complete]! 06:53:49.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R137, 127.0.0.1:8201, complete] completed NON-2.04 MID=33133, Token=14B3D3C67B16AD0F, 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:53:49.690 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.690 [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=33133, Token=14B3D3C67B16AD0F, 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:53:49.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33133] 06:53:49.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L136, 127.0.0.1:8204, complete]! 06:53:49.691 [: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-14B3D3C67B16AD0F] 06:53:49.691 [: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-33133] 06:53:49.692 [: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=33133, Token=14B3D3C67B16AD0F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33133, Token=14B3D3C67B16AD0F, 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:53:49.692 [: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:53:49.692 [: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:53:49.693 [: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:53:49.694 [: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-33134], CON-POST MID=33134, 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:53:49.694 [: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-FCFD29BFDDDE9C76], CON-POST MID=33134, Token=FCFD29BFDDDE9C76, 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:53:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33134], KeyToken[127.0.0.1:8204-FCFD29BFDDDE9C76]] 06:53:49.694 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.695 [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=33134, Token=FCFD29BFDDDE9C76, 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:53:49.695 [UDP-Receiver-localhost/127.0.0.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:53:49.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33134] 06:53:49.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R139, 127.0.0.1:8201] replace CON-POST MID=33134, Token=FCFD29BFDDDE9C76, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33134, Token=FCFD29BFDDDE9C76, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R139, 127.0.0.1:8201] send response NON-2.05 MID=33134, Token=null, OptionSet={}, "server responds hi" 06:53:49.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R139, 127.0.0.1:8201, complete]! 06:53:49.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R139, 127.0.0.1:8201, complete] completed NON-2.04 MID=33134, Token=FCFD29BFDDDE9C76, 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:53:49.697 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.698 [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=33134, Token=FCFD29BFDDDE9C76, 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:53:49.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33134] 06:53:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L138, 127.0.0.1:8204, complete]! 06:53:49.741 [: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-FCFD29BFDDDE9C76] 06:53:49.741 [: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-33134] 06:53:49.741 [: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=33134, Token=FCFD29BFDDDE9C76, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33134, Token=FCFD29BFDDDE9C76, 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:53:49.742 [: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:53:49.742 [: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:53:49.743 [: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:53:49.744 [: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-33135], CON-POST MID=33135, 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:53:49.744 [: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-BC2844F7E131A6A8], CON-POST MID=33135, Token=BC2844F7E131A6A8, 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:53:49.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-33135], KeyToken[127.0.0.1:8204-BC2844F7E131A6A8]] 06:53:49.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:53:49.745 [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=33135, Token=BC2844F7E131A6A8, 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:53:49.745 [UDP-Receiver-localhost/127.0.0.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:53:49.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33135] 06:53:49.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R141, 127.0.0.1:8201] replace CON-POST MID=33135, Token=BC2844F7E131A6A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33135, Token=BC2844F7E131A6A8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R141, 127.0.0.1:8201] send response NON-2.05 MID=33135, Token=null, OptionSet={}, "server responds hi" 06:53:49.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R141, 127.0.0.1:8201, complete]! 06:53:49.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R141, 127.0.0.1:8201, complete] completed NON-2.04 MID=33135, Token=BC2844F7E131A6A8, 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:53:49.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:53:49.748 [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=33135, Token=BC2844F7E131A6A8, 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:53:49.748 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.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-33135] 06:53:49.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L140, 127.0.0.1:8204, complete]! 06:53:49.749 [: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-BC2844F7E131A6A8] 06:53:49.749 [: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-33135] 06:53:49.749 [: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=33135, Token=BC2844F7E131A6A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33135, Token=BC2844F7E131A6A8, 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:53:49.750 [: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:53:49.750 [: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:53:49.750 [: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:53:49.751 [: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-33136], CON-POST MID=33136, 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:53:49.751 [: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-5818A5830B177F8B], CON-POST MID=33136, Token=5818A5830B177F8B, 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:53:49.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-33136], KeyToken[127.0.0.1:8204-5818A5830B177F8B]] 06:53:49.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:8204 06:53:49.752 [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=33136, Token=5818A5830B177F8B, 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:53:49.752 [UDP-Receiver-localhost/127.0.0.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:53:49.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33136] 06:53:49.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R143, 127.0.0.1:8201] replace CON-POST MID=33136, Token=5818A5830B177F8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33136, Token=5818A5830B177F8B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R143, 127.0.0.1:8201] send response NON-2.05 MID=33136, Token=null, OptionSet={}, "server responds hi" 06:53:49.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R143, 127.0.0.1:8201, complete]! 06:53:49.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R143, 127.0.0.1:8201, complete] completed NON-2.04 MID=33136, Token=5818A5830B177F8B, 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:53:49.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:8201 06:53:49.755 [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=33136, Token=5818A5830B177F8B, 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:53:49.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33136] 06:53:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L142, 127.0.0.1:8204, complete]! 06:53:49.756 [: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-5818A5830B177F8B] 06:53:49.756 [: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-33136] 06:53:49.756 [: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=33136, Token=5818A5830B177F8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33136, Token=5818A5830B177F8B, 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:53:49.757 [: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:53:49.757 [: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:53:49.758 [: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:53:49.758 [: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-33137], CON-POST MID=33137, 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:53:49.758 [: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-C8793C9E9E3CBA30], CON-POST MID=33137, Token=C8793C9E9E3CBA30, 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:53:49.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33137], KeyToken[127.0.0.1:8204-C8793C9E9E3CBA30]] 06:53:49.759 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.759 [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=33137, Token=C8793C9E9E3CBA30, 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:53:49.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33137] 06:53:49.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R145, 127.0.0.1:8201] replace CON-POST MID=33137, Token=C8793C9E9E3CBA30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33137, Token=C8793C9E9E3CBA30, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R145, 127.0.0.1:8201] send response NON-2.05 MID=33137, Token=null, OptionSet={}, "server responds hi" 06:53:49.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R145, 127.0.0.1:8201, complete]! 06:53:49.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R145, 127.0.0.1:8201, complete] completed NON-2.04 MID=33137, Token=C8793C9E9E3CBA30, 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:53:49.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:53:49.762 [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=33137, Token=C8793C9E9E3CBA30, 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:53:49.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33137] 06:53:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L144, 127.0.0.1:8204, complete]! 06:53:49.763 [: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-C8793C9E9E3CBA30] 06:53:49.763 [: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-33137] 06:53:49.763 [: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=33137, Token=C8793C9E9E3CBA30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33137, Token=C8793C9E9E3CBA30, 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:53:49.764 [: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:53:49.764 [: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:53:49.765 [: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:53:49.765 [: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-33138], CON-POST MID=33138, 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:53:49.765 [: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-D05C140A368A5515], CON-POST MID=33138, Token=D05C140A368A5515, 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:53:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33138], KeyToken[127.0.0.1:8204-D05C140A368A5515]] 06:53:49.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:53:49.766 [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=33138, Token=D05C140A368A5515, 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:53:49.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:53:49.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33138] 06:53:49.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R147, 127.0.0.1:8201] replace CON-POST MID=33138, Token=D05C140A368A5515, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33138, Token=D05C140A368A5515, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R147, 127.0.0.1:8201] send response NON-2.05 MID=33138, Token=null, OptionSet={}, "server responds hi" 06:53:49.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R147, 127.0.0.1:8201, complete]! 06:53:49.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R147, 127.0.0.1:8201, complete] completed NON-2.04 MID=33138, Token=D05C140A368A5515, 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:53:49.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:53:49.769 [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=33138, Token=D05C140A368A5515, 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:53:49.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33138] 06:53:49.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L146, 127.0.0.1:8204, complete]! 06:53:49.770 [: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-D05C140A368A5515] 06:53:49.770 [: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-33138] 06:53:49.770 [: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=33138, Token=D05C140A368A5515, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33138, Token=D05C140A368A5515, 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:53:49.770 [: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:53:49.771 [: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:53:49.771 [: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:53:49.772 [: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-33139], CON-POST MID=33139, 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:53:49.772 [: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-880CD12D31FEAF99], CON-POST MID=33139, Token=880CD12D31FEAF99, 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:53:49.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33139], KeyToken[127.0.0.1:8204-880CD12D31FEAF99]] 06:53:49.772 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.773 [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=33139, Token=880CD12D31FEAF99, 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:53:49.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33139] 06:53:49.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R149, 127.0.0.1:8201] replace CON-POST MID=33139, Token=880CD12D31FEAF99, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33139, Token=880CD12D31FEAF99, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R149, 127.0.0.1:8201] send response NON-2.05 MID=33139, Token=null, OptionSet={}, "server responds hi" 06:53:49.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R149, 127.0.0.1:8201, complete]! 06:53:49.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R149, 127.0.0.1:8201, complete] completed NON-2.04 MID=33139, Token=880CD12D31FEAF99, 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:53:49.775 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.776 [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=33139, Token=880CD12D31FEAF99, 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:53:49.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33139] 06:53:49.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L148, 127.0.0.1:8204, complete]! 06:53:49.777 [: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-880CD12D31FEAF99] 06:53:49.777 [: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-33139] 06:53:49.777 [: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=33139, Token=880CD12D31FEAF99, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33139, Token=880CD12D31FEAF99, 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:53:49.777 [: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:53:49.777 [: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:53:49.778 [: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:53:49.778 [: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-33140], CON-POST MID=33140, 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:53:49.779 [: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-A429E91A0D1F7FF3], CON-POST MID=33140, Token=A429E91A0D1F7FF3, 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:53:49.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33140], KeyToken[127.0.0.1:8204-A429E91A0D1F7FF3]] 06:53:49.779 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.780 [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=33140, Token=A429E91A0D1F7FF3, 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:53:49.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33140] 06:53:49.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R151, 127.0.0.1:8201] replace CON-POST MID=33140, Token=A429E91A0D1F7FF3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33140, Token=A429E91A0D1F7FF3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R151, 127.0.0.1:8201] send response NON-2.05 MID=33140, Token=null, OptionSet={}, "server responds hi" 06:53:49.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R151, 127.0.0.1:8201, complete]! 06:53:49.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R151, 127.0.0.1:8201, complete] completed NON-2.04 MID=33140, Token=A429E91A0D1F7FF3, 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:53:49.782 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.782 [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=33140, Token=A429E91A0D1F7FF3, 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:53:49.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33140] 06:53:49.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L150, 127.0.0.1:8204, complete]! 06:53:49.783 [: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-A429E91A0D1F7FF3] 06:53:49.783 [: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-33140] 06:53:49.783 [: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=33140, Token=A429E91A0D1F7FF3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33140, Token=A429E91A0D1F7FF3, 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:53:49.784 [: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:53:49.784 [: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:53:49.785 [: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:53:49.785 [: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-33141], CON-POST MID=33141, 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:53:49.785 [: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-7C8A7CFF4D3E3AF4], CON-POST MID=33141, Token=7C8A7CFF4D3E3AF4, 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:53:49.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33141], KeyToken[127.0.0.1:8204-7C8A7CFF4D3E3AF4]] 06:53:49.786 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:49.786 [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=33141, Token=7C8A7CFF4D3E3AF4, 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:53:49.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33141] 06:53:49.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R153, 127.0.0.1:8201] replace CON-POST MID=33141, Token=7C8A7CFF4D3E3AF4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33141, Token=7C8A7CFF4D3E3AF4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R153, 127.0.0.1:8201] send response NON-2.05 MID=33141, Token=null, OptionSet={}, "server responds hi" 06:53:49.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R153, 127.0.0.1:8201, complete]! 06:53:49.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R153, 127.0.0.1:8201, complete] completed NON-2.04 MID=33141, Token=7C8A7CFF4D3E3AF4, 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:53:49.788 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.789 [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=33141, Token=7C8A7CFF4D3E3AF4, 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:53:49.789 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33141] 06:53:49.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L152, 127.0.0.1:8204, complete]! 06:53:49.789 [: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-7C8A7CFF4D3E3AF4] 06:53:49.789 [: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-33141] 06:53:49.789 [: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=33141, Token=7C8A7CFF4D3E3AF4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33141, Token=7C8A7CFF4D3E3AF4, 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:53:49.790 [: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:53:49.790 [: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:53:49.791 [: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:53:49.791 [: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-33142], CON-POST MID=33142, 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:53:49.792 [: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-4493920BD3885349], CON-POST MID=33142, Token=4493920BD3885349, 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:53:49.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33142], KeyToken[127.0.0.1:8204-4493920BD3885349]] 06:53:49.792 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.792 [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=33142, Token=4493920BD3885349, 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:53:49.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33142] 06:53:49.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R155, 127.0.0.1:8201] replace CON-POST MID=33142, Token=4493920BD3885349, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33142, Token=4493920BD3885349, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R155, 127.0.0.1:8201] send response NON-2.05 MID=33142, Token=null, OptionSet={}, "server responds hi" 06:53:49.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R155, 127.0.0.1:8201, complete]! 06:53:49.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R155, 127.0.0.1:8201, complete] completed NON-2.04 MID=33142, Token=4493920BD3885349, 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:53:49.795 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.795 [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=33142, Token=4493920BD3885349, 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:53:49.795 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33142] 06:53:49.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L154, 127.0.0.1:8204, complete]! 06:53:49.796 [: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-4493920BD3885349] 06:53:49.796 [: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-33142] 06:53:49.796 [: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=33142, Token=4493920BD3885349, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33142, Token=4493920BD3885349, 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:53:49.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L156, 127.0.0.1:8204] send request 06:53:49.797 [: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:53:49.797 [: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:53:49.841 [: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-33143], CON-POST MID=33143, 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:53:49.841 [: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-ACD64655AF97FC09], CON-POST MID=33143, Token=ACD64655AF97FC09, 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:53:49.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-33143], KeyToken[127.0.0.1:8204-ACD64655AF97FC09]] 06:53:49.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:8204 06:53:49.842 [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=33143, Token=ACD64655AF97FC09, 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:53:49.842 [UDP-Receiver-localhost/127.0.0.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:53:49.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33143] 06:53:49.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R157, 127.0.0.1:8201] replace CON-POST MID=33143, Token=ACD64655AF97FC09, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33143, Token=ACD64655AF97FC09, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R157, 127.0.0.1:8201] send response NON-2.05 MID=33143, Token=null, OptionSet={}, "server responds hi" 06:53:49.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R157, 127.0.0.1:8201, complete]! 06:53:49.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R157, 127.0.0.1:8201, complete] completed NON-2.04 MID=33143, Token=ACD64655AF97FC09, 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:53:49.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:53:49.845 [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=33143, Token=ACD64655AF97FC09, 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:53:49.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:53:49.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-33143] 06:53:49.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L156, 127.0.0.1:8204, complete]! 06:53:49.846 [: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-ACD64655AF97FC09] 06:53:49.846 [: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-33143] 06:53:49.846 [: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=33143, Token=ACD64655AF97FC09, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33143, Token=ACD64655AF97FC09, 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:53:49.847 [: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:53:49.847 [: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:53:49.848 [: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:53:49.848 [: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-33144], CON-POST MID=33144, 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:53:49.849 [: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-9C33FF9A76B9D10B], CON-POST MID=33144, Token=9C33FF9A76B9D10B, 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:53:49.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-33144], KeyToken[127.0.0.1:8204-9C33FF9A76B9D10B]] 06:53:49.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:53:49.849 [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=33144, Token=9C33FF9A76B9D10B, 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:53:49.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:53:49.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33144] 06:53:49.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R159, 127.0.0.1:8201] replace CON-POST MID=33144, Token=9C33FF9A76B9D10B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33144, Token=9C33FF9A76B9D10B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R159, 127.0.0.1:8201] send response NON-2.05 MID=33144, Token=null, OptionSet={}, "server responds hi" 06:53:49.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R159, 127.0.0.1:8201, complete]! 06:53:49.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R159, 127.0.0.1:8201, complete] completed NON-2.04 MID=33144, Token=9C33FF9A76B9D10B, 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:53:49.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:53:49.852 [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=33144, Token=9C33FF9A76B9D10B, 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:53:49.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:53:49.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-33144] 06:53:49.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L158, 127.0.0.1:8204, complete]! 06:53:49.853 [: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-9C33FF9A76B9D10B] 06:53:49.853 [: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-33144] 06:53:49.853 [: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=33144, Token=9C33FF9A76B9D10B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33144, Token=9C33FF9A76B9D10B, 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:53:49.853 [: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:53:49.853 [: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:53:49.854 [: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:53:49.854 [: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-33145], CON-POST MID=33145, 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:53:49.854 [: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-80980297387291A2], CON-POST MID=33145, Token=80980297387291A2, 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:53:49.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33145], KeyToken[127.0.0.1:8204-80980297387291A2]] 06:53:49.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.855 [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=33145, Token=80980297387291A2, 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:53:49.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:53:49.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33145] 06:53:49.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R161, 127.0.0.1:8201] replace CON-POST MID=33145, Token=80980297387291A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33145, Token=80980297387291A2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R161, 127.0.0.1:8201] send response NON-2.05 MID=33145, Token=null, OptionSet={}, "server responds hi" 06:53:49.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R161, 127.0.0.1:8201, complete]! 06:53:49.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R161, 127.0.0.1:8201, complete] completed NON-2.04 MID=33145, Token=80980297387291A2, 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:53:49.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:53:49.857 [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=33145, Token=80980297387291A2, 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:53:49.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:53:49.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-33145] 06:53:49.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L160, 127.0.0.1:8204, complete]! 06:53:49.858 [: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-80980297387291A2] 06:53:49.858 [: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-33145] 06:53:49.858 [: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=33145, Token=80980297387291A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33145, Token=80980297387291A2, 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:53:49.859 [: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:53:49.859 [: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:53:49.859 [: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:53:49.860 [: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-33146], CON-POST MID=33146, 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:53:49.860 [: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-B4D37C485F4BE2CD], CON-POST MID=33146, Token=B4D37C485F4BE2CD, 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:53:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33146], KeyToken[127.0.0.1:8204-B4D37C485F4BE2CD]] 06:53:49.861 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.861 [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=33146, Token=B4D37C485F4BE2CD, 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:53:49.861 [UDP-Receiver-localhost/127.0.0.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:53:49.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33146] 06:53:49.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R163, 127.0.0.1:8201] replace CON-POST MID=33146, Token=B4D37C485F4BE2CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33146, Token=B4D37C485F4BE2CD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R163, 127.0.0.1:8201] send response NON-2.05 MID=33146, Token=null, OptionSet={}, "server responds hi" 06:53:49.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R163, 127.0.0.1:8201, complete]! 06:53:49.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R163, 127.0.0.1:8201, complete] completed NON-2.04 MID=33146, Token=B4D37C485F4BE2CD, 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:53:49.863 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.864 [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=33146, Token=B4D37C485F4BE2CD, 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:53:49.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.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:8204-33146] 06:53:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L162, 127.0.0.1:8204, complete]! 06:53:49.865 [: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-B4D37C485F4BE2CD] 06:53:49.865 [: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-33146] 06:53:49.865 [: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=33146, Token=B4D37C485F4BE2CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33146, Token=B4D37C485F4BE2CD, 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:53:49.865 [: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:53:49.865 [: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:53:49.866 [: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:53:49.867 [: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-33147], CON-POST MID=33147, 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:53:49.867 [: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-54115DB54D690C1E], CON-POST MID=33147, Token=54115DB54D690C1E, 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:53:49.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-33147], KeyToken[127.0.0.1:8204-54115DB54D690C1E]] 06:53:49.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:53:49.868 [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=33147, Token=54115DB54D690C1E, 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:53:49.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:53:49.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33147] 06:53:49.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R165, 127.0.0.1:8201] replace CON-POST MID=33147, Token=54115DB54D690C1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33147, Token=54115DB54D690C1E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R165, 127.0.0.1:8201] send response NON-2.05 MID=33147, Token=null, OptionSet={}, "server responds hi" 06:53:49.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R165, 127.0.0.1:8201, complete]! 06:53:49.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R165, 127.0.0.1:8201, complete] completed NON-2.04 MID=33147, Token=54115DB54D690C1E, 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:53:49.870 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.871 [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=33147, Token=54115DB54D690C1E, 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:53:49.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:53:49.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-33147] 06:53:49.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L164, 127.0.0.1:8204, complete]! 06:53:49.872 [: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-54115DB54D690C1E] 06:53:49.872 [: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-33147] 06:53:49.872 [: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=33147, Token=54115DB54D690C1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33147, Token=54115DB54D690C1E, 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:53:49.873 [: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:53:49.873 [: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:53:49.874 [: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:53:49.884 [: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-33148], CON-POST MID=33148, 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:53:49.884 [: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-3C661C0EA91BE39A], CON-POST MID=33148, Token=3C661C0EA91BE39A, 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:53:49.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33148], KeyToken[127.0.0.1:8204-3C661C0EA91BE39A]] 06:53:49.884 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.885 [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=33148, Token=3C661C0EA91BE39A, 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:53:49.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33148] 06:53:49.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R167, 127.0.0.1:8201] replace CON-POST MID=33148, Token=3C661C0EA91BE39A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33148, Token=3C661C0EA91BE39A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R167, 127.0.0.1:8201] send response NON-2.05 MID=33148, Token=null, OptionSet={}, "server responds hi" 06:53:49.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R167, 127.0.0.1:8201, complete]! 06:53:49.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R167, 127.0.0.1:8201, complete] completed NON-2.04 MID=33148, Token=3C661C0EA91BE39A, 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:53:49.887 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.887 [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=33148, Token=3C661C0EA91BE39A, 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:53:49.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33148] 06:53:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L166, 127.0.0.1:8204, complete]! 06:53:49.888 [: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-3C661C0EA91BE39A] 06:53:49.888 [: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-33148] 06:53:49.888 [: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=33148, Token=3C661C0EA91BE39A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33148, Token=3C661C0EA91BE39A, 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:53:49.889 [: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:53:49.889 [: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:53:49.890 [: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:53:49.890 [: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-33149], CON-POST MID=33149, 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:53:49.890 [: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-100BBFD4D0988374], CON-POST MID=33149, Token=100BBFD4D0988374, 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:53:49.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33149], KeyToken[127.0.0.1:8204-100BBFD4D0988374]] 06:53:49.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.891 [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=33149, Token=100BBFD4D0988374, 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:53:49.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33149] 06:53:49.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R169, 127.0.0.1:8201] replace CON-POST MID=33149, Token=100BBFD4D0988374, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33149, Token=100BBFD4D0988374, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R169, 127.0.0.1:8201] send response NON-2.05 MID=33149, Token=null, OptionSet={}, "server responds hi" 06:53:49.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R169, 127.0.0.1:8201, complete]! 06:53:49.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R169, 127.0.0.1:8201, complete] completed NON-2.04 MID=33149, Token=100BBFD4D0988374, 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:53:49.893 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.893 [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=33149, Token=100BBFD4D0988374, 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:53:49.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33149] 06:53:49.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L168, 127.0.0.1:8204, complete]! 06:53:49.894 [: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-100BBFD4D0988374] 06:53:49.894 [: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-33149] 06:53:49.894 [: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=33149, Token=100BBFD4D0988374, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33149, Token=100BBFD4D0988374, 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:53:49.895 [: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:53:49.895 [: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:53:49.896 [: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:53:49.896 [: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-33150], CON-POST MID=33150, 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:53:49.896 [: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-E0FAE2FED5F1E258], CON-POST MID=33150, Token=E0FAE2FED5F1E258, 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:53:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33150], KeyToken[127.0.0.1:8204-E0FAE2FED5F1E258]] 06:53:49.897 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:49.897 [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=33150, Token=E0FAE2FED5F1E258, 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:53:49.897 [UDP-Receiver-localhost/127.0.0.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:53:49.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33150] 06:53:49.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R171, 127.0.0.1:8201] replace CON-POST MID=33150, Token=E0FAE2FED5F1E258, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33150, Token=E0FAE2FED5F1E258, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R171, 127.0.0.1:8201] send response NON-2.05 MID=33150, Token=null, OptionSet={}, "server responds hi" 06:53:49.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R171, 127.0.0.1:8201, complete]! 06:53:49.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R171, 127.0.0.1:8201, complete] completed NON-2.04 MID=33150, Token=E0FAE2FED5F1E258, 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:53:49.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:53:49.942 [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=33150, Token=E0FAE2FED5F1E258, 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:53:49.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33150] 06:53:49.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L170, 127.0.0.1:8204, complete]! 06:53:49.942 [: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-E0FAE2FED5F1E258] 06:53:49.942 [: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-33150] 06:53:49.942 [: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=33150, Token=E0FAE2FED5F1E258, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33150, Token=E0FAE2FED5F1E258, 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:53:49.943 [: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:53:49.943 [: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:53:49.944 [: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:53:49.944 [: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-33151], CON-POST MID=33151, 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:53:49.944 [: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-ECB363D1EE0BAB44], CON-POST MID=33151, Token=ECB363D1EE0BAB44, 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:53:49.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33151], KeyToken[127.0.0.1:8204-ECB363D1EE0BAB44]] 06:53:49.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 40 bytes to 127.0.0.1:8204 06:53:49.945 [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=33151, Token=ECB363D1EE0BAB44, 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:53:49.945 [UDP-Receiver-localhost/127.0.0.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:53:49.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33151] 06:53:49.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R173, 127.0.0.1:8201] replace CON-POST MID=33151, Token=ECB363D1EE0BAB44, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33151, Token=ECB363D1EE0BAB44, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R173, 127.0.0.1:8201] send response NON-2.05 MID=33151, Token=null, OptionSet={}, "server responds hi" 06:53:49.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R173, 127.0.0.1:8201, complete]! 06:53:49.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R173, 127.0.0.1:8201, complete] completed NON-2.04 MID=33151, Token=ECB363D1EE0BAB44, 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:53:49.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:8201 06:53:49.947 [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=33151, Token=ECB363D1EE0BAB44, 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:53:49.947 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33151] 06:53:49.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L172, 127.0.0.1:8204, complete]! 06:53:49.948 [: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-ECB363D1EE0BAB44] 06:53:49.948 [: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-33151] 06:53:49.948 [: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=33151, Token=ECB363D1EE0BAB44, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33151, Token=ECB363D1EE0BAB44, 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:53:49.949 [: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:53:49.949 [: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:53:49.950 [: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:53:49.950 [: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-33152], CON-POST MID=33152, 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:53:49.950 [: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-C075477A15F5EB10], CON-POST MID=33152, Token=C075477A15F5EB10, 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:53:49.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33152], KeyToken[127.0.0.1:8204-C075477A15F5EB10]] 06:53:49.950 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.951 [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=33152, Token=C075477A15F5EB10, 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:53:49.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33152] 06:53:49.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R175, 127.0.0.1:8201] replace CON-POST MID=33152, Token=C075477A15F5EB10, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33152, Token=C075477A15F5EB10, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R175, 127.0.0.1:8201] send response NON-2.05 MID=33152, Token=null, OptionSet={}, "server responds hi" 06:53:49.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R175, 127.0.0.1:8201, complete]! 06:53:49.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R175, 127.0.0.1:8201, complete] completed NON-2.04 MID=33152, Token=C075477A15F5EB10, 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:53:49.953 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.953 [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=33152, Token=C075477A15F5EB10, 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:53:49.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33152] 06:53:49.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L174, 127.0.0.1:8204, complete]! 06:53:49.954 [: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-C075477A15F5EB10] 06:53:49.954 [: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-33152] 06:53:49.954 [: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=33152, Token=C075477A15F5EB10, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33152, Token=C075477A15F5EB10, 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:53:49.955 [: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:53:49.955 [: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:53:49.955 [: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:53:49.955 [: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-33153], CON-POST MID=33153, 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:53:49.956 [: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-009C8D419364F37B], CON-POST MID=33153, Token=009C8D419364F37B, 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:53:49.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33153], KeyToken[127.0.0.1:8204-009C8D419364F37B]] 06:53:49.956 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.956 [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=33153, Token=009C8D419364F37B, 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:53:49.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33153] 06:53:49.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R177, 127.0.0.1:8201] replace CON-POST MID=33153, Token=009C8D419364F37B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33153, Token=009C8D419364F37B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R177, 127.0.0.1:8201] send response NON-2.05 MID=33153, Token=null, OptionSet={}, "server responds hi" 06:53:49.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R177, 127.0.0.1:8201, complete]! 06:53:49.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R177, 127.0.0.1:8201, complete] completed NON-2.04 MID=33153, Token=009C8D419364F37B, 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:53:49.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:53:49.959 [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=33153, Token=009C8D419364F37B, 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:53:49.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33153] 06:53:49.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L176, 127.0.0.1:8204, complete]! 06:53:49.960 [: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-009C8D419364F37B] 06:53:49.960 [: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-33153] 06:53:49.960 [: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=33153, Token=009C8D419364F37B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33153, Token=009C8D419364F37B, 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:53:49.960 [: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:53:49.960 [: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:53:49.961 [: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:53:49.961 [: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-33154], CON-POST MID=33154, 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:53:49.961 [: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-D8B82A25F3738AC3], CON-POST MID=33154, Token=D8B82A25F3738AC3, 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:53:49.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33154], KeyToken[127.0.0.1:8204-D8B82A25F3738AC3]] 06:53:49.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.963 [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=33154, Token=D8B82A25F3738AC3, 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:53:49.963 [UDP-Receiver-localhost/127.0.0.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:53:49.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33154] 06:53:49.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R179, 127.0.0.1:8201] replace CON-POST MID=33154, Token=D8B82A25F3738AC3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33154, Token=D8B82A25F3738AC3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R179, 127.0.0.1:8201] send response NON-2.05 MID=33154, Token=null, OptionSet={}, "server responds hi" 06:53:49.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R179, 127.0.0.1:8201, complete]! 06:53:49.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R179, 127.0.0.1:8201, complete] completed NON-2.04 MID=33154, Token=D8B82A25F3738AC3, 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:53:49.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:53:49.965 [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=33154, Token=D8B82A25F3738AC3, 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:53:49.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:53:49.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-33154] 06:53:49.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L178, 127.0.0.1:8204, complete]! 06:53:49.966 [: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-D8B82A25F3738AC3] 06:53:49.966 [: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-33154] 06:53:49.966 [: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=33154, Token=D8B82A25F3738AC3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33154, Token=D8B82A25F3738AC3, 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:53:49.966 [: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:53:49.966 [: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:53:49.967 [: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:53:49.967 [: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-33155], CON-POST MID=33155, 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:53:49.967 [: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-089BD47358F8D996], CON-POST MID=33155, Token=089BD47358F8D996, 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:53:49.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-33155], KeyToken[127.0.0.1:8204-089BD47358F8D996]] 06:53:49.968 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.968 [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=33155, Token=089BD47358F8D996, 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:53:49.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33155] 06:53:49.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R181, 127.0.0.1:8201] replace CON-POST MID=33155, Token=089BD47358F8D996, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33155, Token=089BD47358F8D996, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R181, 127.0.0.1:8201] send response NON-2.05 MID=33155, Token=null, OptionSet={}, "server responds hi" 06:53:49.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R181, 127.0.0.1:8201, complete]! 06:53:49.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R181, 127.0.0.1:8201, complete] completed NON-2.04 MID=33155, Token=089BD47358F8D996, 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:53:49.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:53:49.970 [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=33155, Token=089BD47358F8D996, 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:53:49.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:53:49.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-33155] 06:53:49.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.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:53:49.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L180, 127.0.0.1:8204, complete]! 06:53:49.971 [: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-089BD47358F8D996] 06:53:49.971 [: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-33155] 06:53:49.971 [: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=33155, Token=089BD47358F8D996, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33155, Token=089BD47358F8D996, 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:53:49.972 [: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:53:49.972 [: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:53:49.973 [: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:53:49.973 [: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-33156], CON-POST MID=33156, 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:53:49.973 [: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-D47B2E99A44ED2E8], CON-POST MID=33156, Token=D47B2E99A44ED2E8, 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:53:49.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-33156], KeyToken[127.0.0.1:8204-D47B2E99A44ED2E8]] 06:53:49.974 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.974 [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=33156, Token=D47B2E99A44ED2E8, 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:53:49.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33156] 06:53:49.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R183, 127.0.0.1:8201] replace CON-POST MID=33156, Token=D47B2E99A44ED2E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33156, Token=D47B2E99A44ED2E8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R183, 127.0.0.1:8201] send response NON-2.05 MID=33156, Token=null, OptionSet={}, "server responds hi" 06:53:49.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R183, 127.0.0.1:8201, complete]! 06:53:49.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R183, 127.0.0.1:8201, complete] completed NON-2.04 MID=33156, Token=D47B2E99A44ED2E8, 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:53:49.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:53:49.976 [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=33156, Token=D47B2E99A44ED2E8, 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:53:49.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:53:49.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-33156] 06:53:49.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L182, 127.0.0.1:8204, complete]! 06:53:49.977 [: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-D47B2E99A44ED2E8] 06:53:49.977 [: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-33156] 06:53:49.977 [: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=33156, Token=D47B2E99A44ED2E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33156, Token=D47B2E99A44ED2E8, 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:53:49.978 [: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:53:49.978 [: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:53:49.979 [: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:53:49.979 [: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-33157], CON-POST MID=33157, 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:53:49.979 [: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-78DBBAB425BC0037], CON-POST MID=33157, Token=78DBBAB425BC0037, 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:53:49.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-33157], KeyToken[127.0.0.1:8204-78DBBAB425BC0037]] 06:53:49.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 40 bytes to 127.0.0.1:8204 06:53:49.980 [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=33157, Token=78DBBAB425BC0037, 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:53:49.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:49.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33157] 06:53:49.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R185, 127.0.0.1:8201] replace CON-POST MID=33157, Token=78DBBAB425BC0037, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33157, Token=78DBBAB425BC0037, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R185, 127.0.0.1:8201] send response NON-2.05 MID=33157, Token=null, OptionSet={}, "server responds hi" 06:53:49.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R185, 127.0.0.1:8201, complete]! 06:53:49.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R185, 127.0.0.1:8201, complete] completed NON-2.04 MID=33157, Token=78DBBAB425BC0037, 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:53:49.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:49.982 [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=33157, Token=78DBBAB425BC0037, 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:53:49.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33157] 06:53:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L184, 127.0.0.1:8204, complete]! 06:53:49.983 [: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-78DBBAB425BC0037] 06:53:49.983 [: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-33157] 06:53:49.983 [: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=33157, Token=78DBBAB425BC0037, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33157, Token=78DBBAB425BC0037, 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:53:49.983 [: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:53:49.983 [: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:53:49.984 [: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:53:49.985 [: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-33158], CON-POST MID=33158, 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:53:49.985 [: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-08B80F59019D7B28], CON-POST MID=33158, Token=08B80F59019D7B28, 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:53:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33158], KeyToken[127.0.0.1:8204-08B80F59019D7B28]] 06:53:49.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:49.986 [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=33158, Token=08B80F59019D7B28, 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:53:49.986 [UDP-Receiver-localhost/127.0.0.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:53:49.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33158] 06:53:49.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:49.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R187, 127.0.0.1:8201] replace CON-POST MID=33158, Token=08B80F59019D7B28, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33158, Token=08B80F59019D7B28, OptionSet={"Object-Security":0x}, "client says hi" 06:53:49.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R187, 127.0.0.1:8201] send response NON-2.05 MID=33158, Token=null, OptionSet={}, "server responds hi" 06:53:49.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R187, 127.0.0.1:8201, complete]! 06:53:49.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R187, 127.0.0.1:8201, complete] completed NON-2.04 MID=33158, Token=08B80F59019D7B28, 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:53:50.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:53:50.041 [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=33158, Token=08B80F59019D7B28, 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:53:50.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:53:50.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-33158] 06:53:50.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L186, 127.0.0.1:8204, complete]! 06:53:50.042 [: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-08B80F59019D7B28] 06:53:50.042 [: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-33158] 06:53:50.042 [: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=33158, Token=08B80F59019D7B28, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33158, Token=08B80F59019D7B28, 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:53:50.043 [: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:53:50.043 [: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:53:50.044 [: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:53:50.044 [: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-33159], CON-POST MID=33159, 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:53:50.044 [: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-28FB121B6FD7A231], CON-POST MID=33159, Token=28FB121B6FD7A231, 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:53:50.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-33159], KeyToken[127.0.0.1:8204-28FB121B6FD7A231]] 06:53:50.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:8204 06:53:50.045 [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=33159, Token=28FB121B6FD7A231, 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:53:50.045 [UDP-Receiver-localhost/127.0.0.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:53:50.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33159] 06:53:50.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R189, 127.0.0.1:8201] replace CON-POST MID=33159, Token=28FB121B6FD7A231, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33159, Token=28FB121B6FD7A231, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R189, 127.0.0.1:8201] send response NON-2.05 MID=33159, Token=null, OptionSet={}, "server responds hi" 06:53:50.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R189, 127.0.0.1:8201, complete]! 06:53:50.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R189, 127.0.0.1:8201, complete] completed NON-2.04 MID=33159, Token=28FB121B6FD7A231, 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:53:50.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:53:50.047 [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=33159, Token=28FB121B6FD7A231, 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:53:50.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:53:50.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-33159] 06:53:50.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L188, 127.0.0.1:8204, complete]! 06:53:50.048 [: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-28FB121B6FD7A231] 06:53:50.048 [: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-33159] 06:53:50.048 [: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=33159, Token=28FB121B6FD7A231, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33159, Token=28FB121B6FD7A231, 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:53:50.049 [: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:53:50.049 [: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:53:50.050 [: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:53:50.050 [: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-33160], CON-POST MID=33160, 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:53:50.050 [: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-9066CFEB8B530F24], CON-POST MID=33160, Token=9066CFEB8B530F24, 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:53:50.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-33160], KeyToken[127.0.0.1:8204-9066CFEB8B530F24]] 06:53:50.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:53:50.051 [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=33160, Token=9066CFEB8B530F24, 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:53:50.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:53:50.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33160] 06:53:50.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R191, 127.0.0.1:8201] replace CON-POST MID=33160, Token=9066CFEB8B530F24, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33160, Token=9066CFEB8B530F24, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R191, 127.0.0.1:8201] send response NON-2.05 MID=33160, Token=null, OptionSet={}, "server responds hi" 06:53:50.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R191, 127.0.0.1:8201, complete]! 06:53:50.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R191, 127.0.0.1:8201, complete] completed NON-2.04 MID=33160, Token=9066CFEB8B530F24, 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:53:50.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:53:50.053 [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=33160, Token=9066CFEB8B530F24, 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:53:50.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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-33160] 06:53:50.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L190, 127.0.0.1:8204, complete]! 06:53:50.054 [: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-9066CFEB8B530F24] 06:53:50.054 [: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-33160] 06:53:50.054 [: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=33160, Token=9066CFEB8B530F24, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33160, Token=9066CFEB8B530F24, 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:53:50.055 [: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:53:50.055 [: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:53:50.055 [: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:53:50.056 [: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-33161], CON-POST MID=33161, 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:53:50.056 [: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-6CE2C1BAB85F786E], CON-POST MID=33161, Token=6CE2C1BAB85F786E, 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:53:50.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-33161], KeyToken[127.0.0.1:8204-6CE2C1BAB85F786E]] 06:53:50.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:53:50.057 [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=33161, Token=6CE2C1BAB85F786E, 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:53:50.057 [UDP-Receiver-localhost/127.0.0.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:53:50.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33161] 06:53:50.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R193, 127.0.0.1:8201] replace CON-POST MID=33161, Token=6CE2C1BAB85F786E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33161, Token=6CE2C1BAB85F786E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R193, 127.0.0.1:8201] send response NON-2.05 MID=33161, Token=null, OptionSet={}, "server responds hi" 06:53:50.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R193, 127.0.0.1:8201, complete]! 06:53:50.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R193, 127.0.0.1:8201, complete] completed NON-2.04 MID=33161, Token=6CE2C1BAB85F786E, 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:53:50.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:53:50.059 [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=33161, Token=6CE2C1BAB85F786E, 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:53:50.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:53:50.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-33161] 06:53:50.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L192, 127.0.0.1:8204, complete]! 06:53:50.060 [: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-6CE2C1BAB85F786E] 06:53:50.060 [: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-33161] 06:53:50.060 [: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=33161, Token=6CE2C1BAB85F786E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33161, Token=6CE2C1BAB85F786E, 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:53:50.060 [: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:53:50.060 [: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:53:50.061 [: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:53:50.061 [: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-33162], CON-POST MID=33162, 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:53:50.061 [: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-C83361C88CF04A4B], CON-POST MID=33162, Token=C83361C88CF04A4B, 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:53:50.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-33162], KeyToken[127.0.0.1:8204-C83361C88CF04A4B]] 06:53:50.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.062 [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=33162, Token=C83361C88CF04A4B, 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:53:50.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33162] 06:53:50.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R195, 127.0.0.1:8201] replace CON-POST MID=33162, Token=C83361C88CF04A4B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33162, Token=C83361C88CF04A4B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R195, 127.0.0.1:8201] send response NON-2.05 MID=33162, Token=null, OptionSet={}, "server responds hi" 06:53:50.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R195, 127.0.0.1:8201, complete]! 06:53:50.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R195, 127.0.0.1:8201, complete] completed NON-2.04 MID=33162, Token=C83361C88CF04A4B, 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:53:50.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:53:50.065 [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=33162, Token=C83361C88CF04A4B, 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:53:50.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:53:50.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-33162] 06:53:50.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L194, 127.0.0.1:8204, complete]! 06:53:50.065 [: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-C83361C88CF04A4B] 06:53:50.065 [: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-33162] 06:53:50.066 [: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=33162, Token=C83361C88CF04A4B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33162, Token=C83361C88CF04A4B, 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:53:50.066 [: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:53:50.066 [: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:53:50.067 [: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:53:50.067 [: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-33163], CON-POST MID=33163, 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:53:50.067 [: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-E0B1ECCDE341044D], CON-POST MID=33163, Token=E0B1ECCDE341044D, 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:53:50.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-33163], KeyToken[127.0.0.1:8204-E0B1ECCDE341044D]] 06:53:50.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.068 [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=33163, Token=E0B1ECCDE341044D, 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:53:50.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33163] 06:53:50.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R197, 127.0.0.1:8201] replace CON-POST MID=33163, Token=E0B1ECCDE341044D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33163, Token=E0B1ECCDE341044D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R197, 127.0.0.1:8201] send response NON-2.05 MID=33163, Token=null, OptionSet={}, "server responds hi" 06:53:50.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R197, 127.0.0.1:8201, complete]! 06:53:50.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R197, 127.0.0.1:8201, complete] completed NON-2.04 MID=33163, Token=E0B1ECCDE341044D, 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:53:50.070 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.070 [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=33163, Token=E0B1ECCDE341044D, 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:53:50.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33163] 06:53:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L196, 127.0.0.1:8204, complete]! 06:53:50.071 [: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-E0B1ECCDE341044D] 06:53:50.071 [: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-33163] 06:53:50.071 [: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=33163, Token=E0B1ECCDE341044D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33163, Token=E0B1ECCDE341044D, 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:53:50.071 [: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:53:50.071 [: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:53:50.072 [: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:53:50.072 [: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-33164], CON-POST MID=33164, 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:53:50.072 [: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-0CC1212A53897DAA], CON-POST MID=33164, Token=0CC1212A53897DAA, 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:53:50.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33164], KeyToken[127.0.0.1:8204-0CC1212A53897DAA]] 06:53:50.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.073 [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=33164, Token=0CC1212A53897DAA, 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:53:50.073 [UDP-Receiver-localhost/127.0.0.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:53:50.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33164] 06:53:50.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R199, 127.0.0.1:8201] replace CON-POST MID=33164, Token=0CC1212A53897DAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33164, Token=0CC1212A53897DAA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R199, 127.0.0.1:8201] send response NON-2.05 MID=33164, Token=null, OptionSet={}, "server responds hi" 06:53:50.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R199, 127.0.0.1:8201, complete]! 06:53:50.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R199, 127.0.0.1:8201, complete] completed NON-2.04 MID=33164, Token=0CC1212A53897DAA, 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:53:50.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.075 [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=33164, Token=0CC1212A53897DAA, 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:53:50.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33164] 06:53:50.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L198, 127.0.0.1:8204, complete]! 06:53:50.076 [: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-0CC1212A53897DAA] 06:53:50.076 [: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-33164] 06:53:50.076 [: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=33164, Token=0CC1212A53897DAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33164, Token=0CC1212A53897DAA, 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:53:50.077 [: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:53:50.077 [: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:53:50.077 [: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:53:50.077 [: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-33165], CON-POST MID=33165, 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:53:50.077 [: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-DC61AFA5DADB6998], CON-POST MID=33165, Token=DC61AFA5DADB6998, 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:53:50.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33165], KeyToken[127.0.0.1:8204-DC61AFA5DADB6998]] 06:53:50.078 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.078 [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=33165, Token=DC61AFA5DADB6998, 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:53:50.078 [UDP-Receiver-localhost/127.0.0.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:53:50.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33165] 06:53:50.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R201, 127.0.0.1:8201] replace CON-POST MID=33165, Token=DC61AFA5DADB6998, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33165, Token=DC61AFA5DADB6998, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R201, 127.0.0.1:8201] send response NON-2.05 MID=33165, Token=null, OptionSet={}, "server responds hi" 06:53:50.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R201, 127.0.0.1:8201, complete]! 06:53:50.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R201, 127.0.0.1:8201, complete] completed NON-2.04 MID=33165, Token=DC61AFA5DADB6998, 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:53:50.080 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.081 [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=33165, Token=DC61AFA5DADB6998, 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:53:50.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33165] 06:53:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L200, 127.0.0.1:8204, complete]! 06:53:50.081 [: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-DC61AFA5DADB6998] 06:53:50.081 [: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-33165] 06:53:50.081 [: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=33165, Token=DC61AFA5DADB6998, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33165, Token=DC61AFA5DADB6998, 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:53:50.082 [: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:53:50.082 [: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:53:50.083 [: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:53:50.083 [: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-33166], CON-POST MID=33166, 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:53:50.084 [: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-2C34279F648C2405], CON-POST MID=33166, Token=2C34279F648C2405, 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:53:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33166], KeyToken[127.0.0.1:8204-2C34279F648C2405]] 06:53:50.084 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.084 [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=33166, Token=2C34279F648C2405, 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:53:50.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33166] 06:53:50.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R203, 127.0.0.1:8201] replace CON-POST MID=33166, Token=2C34279F648C2405, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33166, Token=2C34279F648C2405, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R203, 127.0.0.1:8201] send response NON-2.05 MID=33166, Token=null, OptionSet={}, "server responds hi" 06:53:50.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R203, 127.0.0.1:8201, complete]! 06:53:50.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R203, 127.0.0.1:8201, complete] completed NON-2.04 MID=33166, Token=2C34279F648C2405, 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:53:50.087 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.087 [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=33166, Token=2C34279F648C2405, 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:53:50.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33166] 06:53:50.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L202, 127.0.0.1:8204, complete]! 06:53:50.088 [: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-2C34279F648C2405] 06:53:50.088 [: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-33166] 06:53:50.088 [: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=33166, Token=2C34279F648C2405, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33166, Token=2C34279F648C2405, 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:53:50.089 [: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:53:50.089 [: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:53:50.089 [: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:53:50.090 [: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-33167], CON-POST MID=33167, 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:53:50.090 [: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-003187541C740695], CON-POST MID=33167, Token=003187541C740695, 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:53:50.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33167], KeyToken[127.0.0.1:8204-003187541C740695]] 06:53:50.090 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:50.091 [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=33167, Token=003187541C740695, 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:53:50.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33167] 06:53:50.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R205, 127.0.0.1:8201] replace CON-POST MID=33167, Token=003187541C740695, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33167, Token=003187541C740695, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R205, 127.0.0.1:8201] send response NON-2.05 MID=33167, Token=null, OptionSet={}, "server responds hi" 06:53:50.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R205, 127.0.0.1:8201, complete]! 06:53:50.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R205, 127.0.0.1:8201, complete] completed NON-2.04 MID=33167, Token=003187541C740695, 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:53:50.093 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.093 [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=33167, Token=003187541C740695, 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:53:50.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33167] 06:53:50.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L204, 127.0.0.1:8204, complete]! 06:53:50.094 [: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-003187541C740695] 06:53:50.094 [: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-33167] 06:53:50.094 [: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=33167, Token=003187541C740695, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33167, Token=003187541C740695, 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:53:50.095 [: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:53:50.095 [: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:53:50.096 [: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:53:50.096 [: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-33168], CON-POST MID=33168, 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:53:50.096 [: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-5CA8CD03E4F89E2A], CON-POST MID=33168, Token=5CA8CD03E4F89E2A, 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:53:50.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33168], KeyToken[127.0.0.1:8204-5CA8CD03E4F89E2A]] 06:53:50.097 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.097 [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=33168, Token=5CA8CD03E4F89E2A, 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:53:50.097 [UDP-Receiver-localhost/127.0.0.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:53:50.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33168] 06:53:50.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R207, 127.0.0.1:8201] replace CON-POST MID=33168, Token=5CA8CD03E4F89E2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33168, Token=5CA8CD03E4F89E2A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R207, 127.0.0.1:8201] send response NON-2.05 MID=33168, Token=null, OptionSet={}, "server responds hi" 06:53:50.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R207, 127.0.0.1:8201, complete]! 06:53:50.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R207, 127.0.0.1:8201, complete] completed NON-2.04 MID=33168, Token=5CA8CD03E4F89E2A, 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:53:50.099 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.099 [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=33168, Token=5CA8CD03E4F89E2A, 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:53:50.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33168] 06:53:50.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L206, 127.0.0.1:8204, complete]! 06:53:50.100 [: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-5CA8CD03E4F89E2A] 06:53:50.100 [: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-33168] 06:53:50.100 [: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=33168, Token=5CA8CD03E4F89E2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33168, Token=5CA8CD03E4F89E2A, 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:53:50.141 [: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:53:50.141 [: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:53:50.142 [: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:53:50.142 [: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-33169], CON-POST MID=33169, 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:53:50.142 [: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-74F2E8DA73E8C1F7], CON-POST MID=33169, Token=74F2E8DA73E8C1F7, 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:53:50.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33169], KeyToken[127.0.0.1:8204-74F2E8DA73E8C1F7]] 06:53:50.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 40 bytes to 127.0.0.1:8204 06:53:50.143 [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=33169, Token=74F2E8DA73E8C1F7, 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:53:50.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:53:50.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33169] 06:53:50.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R209, 127.0.0.1:8201] replace CON-POST MID=33169, Token=74F2E8DA73E8C1F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33169, Token=74F2E8DA73E8C1F7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R209, 127.0.0.1:8201] send response NON-2.05 MID=33169, Token=null, OptionSet={}, "server responds hi" 06:53:50.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R209, 127.0.0.1:8201, complete]! 06:53:50.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R209, 127.0.0.1:8201, complete] completed NON-2.04 MID=33169, Token=74F2E8DA73E8C1F7, 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:53:50.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:53:50.145 [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=33169, Token=74F2E8DA73E8C1F7, 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:53:50.145 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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:8204-33169] 06:53:50.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L208, 127.0.0.1:8204, complete]! 06:53:50.145 [: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-74F2E8DA73E8C1F7] 06:53:50.145 [: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-33169] 06:53:50.145 [: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=33169, Token=74F2E8DA73E8C1F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33169, Token=74F2E8DA73E8C1F7, 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:53:50.146 [: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:53:50.146 [: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:53:50.146 [: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:53:50.147 [: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-33170], CON-POST MID=33170, 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:53:50.147 [: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-D0AC88DB0EE52087], CON-POST MID=33170, Token=D0AC88DB0EE52087, 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:53:50.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33170], KeyToken[127.0.0.1:8204-D0AC88DB0EE52087]] 06:53:50.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:8204 06:53:50.148 [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=33170, Token=D0AC88DB0EE52087, 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:53:50.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:53:50.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33170] 06:53:50.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R211, 127.0.0.1:8201] replace CON-POST MID=33170, Token=D0AC88DB0EE52087, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33170, Token=D0AC88DB0EE52087, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R211, 127.0.0.1:8201] send response NON-2.05 MID=33170, Token=null, OptionSet={}, "server responds hi" 06:53:50.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R211, 127.0.0.1:8201, complete]! 06:53:50.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R211, 127.0.0.1:8201, complete] completed NON-2.04 MID=33170, Token=D0AC88DB0EE52087, 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:53:50.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:53:50.149 [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=33170, Token=D0AC88DB0EE52087, 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:53:50.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:53:50.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:8204-33170] 06:53:50.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L210, 127.0.0.1:8204, complete]! 06:53:50.150 [: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-D0AC88DB0EE52087] 06:53:50.150 [: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-33170] 06:53:50.150 [: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=33170, Token=D0AC88DB0EE52087, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33170, Token=D0AC88DB0EE52087, 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:53:50.151 [: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:53:50.151 [: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:53:50.151 [: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:53:50.151 [: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-33171], CON-POST MID=33171, 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:53:50.152 [: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-589B28CB15601CBE], CON-POST MID=33171, Token=589B28CB15601CBE, 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:53:50.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33171], KeyToken[127.0.0.1:8204-589B28CB15601CBE]] 06:53:50.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:8204 06:53:50.152 [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=33171, Token=589B28CB15601CBE, 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:53:50.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33171] 06:53:50.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R213, 127.0.0.1:8201] replace CON-POST MID=33171, Token=589B28CB15601CBE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33171, Token=589B28CB15601CBE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R213, 127.0.0.1:8201] send response NON-2.05 MID=33171, Token=null, OptionSet={}, "server responds hi" 06:53:50.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R213, 127.0.0.1:8201, complete]! 06:53:50.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R213, 127.0.0.1:8201, complete] completed NON-2.04 MID=33171, Token=589B28CB15601CBE, 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:53:50.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:8201 06:53:50.155 [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=33171, Token=589B28CB15601CBE, 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:53:50.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33171] 06:53:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L212, 127.0.0.1:8204, complete]! 06:53:50.155 [: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-589B28CB15601CBE] 06:53:50.155 [: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-33171] 06:53:50.155 [: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=33171, Token=589B28CB15601CBE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33171, Token=589B28CB15601CBE, 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:53:50.156 [: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:53:50.156 [: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:53:50.156 [: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:53:50.157 [: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-33172], CON-POST MID=33172, 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:53:50.157 [: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-7CEF7D84EDBF6703], CON-POST MID=33172, Token=7CEF7D84EDBF6703, 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:53:50.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-33172], KeyToken[127.0.0.1:8204-7CEF7D84EDBF6703]] 06:53:50.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:53:50.158 [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=33172, Token=7CEF7D84EDBF6703, 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:53:50.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33172] 06:53:50.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R215, 127.0.0.1:8201] replace CON-POST MID=33172, Token=7CEF7D84EDBF6703, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33172, Token=7CEF7D84EDBF6703, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R215, 127.0.0.1:8201] send response NON-2.05 MID=33172, Token=null, OptionSet={}, "server responds hi" 06:53:50.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R215, 127.0.0.1:8201, complete]! 06:53:50.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R215, 127.0.0.1:8201, complete] completed NON-2.04 MID=33172, Token=7CEF7D84EDBF6703, 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:53:50.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.159 [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=33172, Token=7CEF7D84EDBF6703, 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:53:50.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:53:50.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-33172] 06:53:50.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L214, 127.0.0.1:8204, complete]! 06:53:50.160 [: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-7CEF7D84EDBF6703] 06:53:50.160 [: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-33172] 06:53:50.160 [: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=33172, Token=7CEF7D84EDBF6703, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33172, Token=7CEF7D84EDBF6703, 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:53:50.161 [: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:53:50.161 [: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:53:50.161 [: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:53:50.161 [: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-33173], CON-POST MID=33173, 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:53:50.162 [: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-94D34BB74B996C04], CON-POST MID=33173, Token=94D34BB74B996C04, 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:53:50.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33173], KeyToken[127.0.0.1:8204-94D34BB74B996C04]] 06:53:50.162 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:50.162 [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=33173, Token=94D34BB74B996C04, 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:53:50.162 [UDP-Receiver-localhost/127.0.0.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:53:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33173] 06:53:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R217, 127.0.0.1:8201] replace CON-POST MID=33173, Token=94D34BB74B996C04, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33173, Token=94D34BB74B996C04, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R217, 127.0.0.1:8201] send response NON-2.05 MID=33173, Token=null, OptionSet={}, "server responds hi" 06:53:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R217, 127.0.0.1:8201, complete]! 06:53:50.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R217, 127.0.0.1:8201, complete] completed NON-2.04 MID=33173, Token=94D34BB74B996C04, 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:53:50.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:53:50.164 [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=33173, Token=94D34BB74B996C04, 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:53:50.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:53:50.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-33173] 06:53:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L216, 127.0.0.1:8204, complete]! 06:53:50.165 [: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-94D34BB74B996C04] 06:53:50.165 [: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-33173] 06:53:50.165 [: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=33173, Token=94D34BB74B996C04, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33173, Token=94D34BB74B996C04, 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:53:50.166 [: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:53:50.166 [: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:53:50.166 [: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:53:50.167 [: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-33174], CON-POST MID=33174, 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:53:50.167 [: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-905CCFE611245150], CON-POST MID=33174, Token=905CCFE611245150, 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:53:50.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-33174], KeyToken[127.0.0.1:8204-905CCFE611245150]] 06:53:50.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:53:50.168 [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=33174, Token=905CCFE611245150, 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:53:50.168 [UDP-Receiver-localhost/127.0.0.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:53:50.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33174] 06:53:50.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R219, 127.0.0.1:8201] replace CON-POST MID=33174, Token=905CCFE611245150, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33174, Token=905CCFE611245150, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R219, 127.0.0.1:8201] send response NON-2.05 MID=33174, Token=null, OptionSet={}, "server responds hi" 06:53:50.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R219, 127.0.0.1:8201, complete]! 06:53:50.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R219, 127.0.0.1:8201, complete] completed NON-2.04 MID=33174, Token=905CCFE611245150, 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:53:50.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.170 [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=33174, Token=905CCFE611245150, 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:53:50.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:53:50.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-33174] 06:53:50.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L218, 127.0.0.1:8204, complete]! 06:53:50.171 [: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-905CCFE611245150] 06:53:50.171 [: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-33174] 06:53:50.171 [: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=33174, Token=905CCFE611245150, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33174, Token=905CCFE611245150, 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:53:50.171 [: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:53:50.171 [: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:53:50.172 [: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:53:50.172 [: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-33175], CON-POST MID=33175, 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:53:50.173 [: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-002B56CEAAC13787], CON-POST MID=33175, Token=002B56CEAAC13787, 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:53:50.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33175], KeyToken[127.0.0.1:8204-002B56CEAAC13787]] 06:53:50.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.173 [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=33175, Token=002B56CEAAC13787, 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:53:50.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33175] 06:53:50.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R221, 127.0.0.1:8201] replace CON-POST MID=33175, Token=002B56CEAAC13787, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33175, Token=002B56CEAAC13787, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R221, 127.0.0.1:8201] send response NON-2.05 MID=33175, Token=null, OptionSet={}, "server responds hi" 06:53:50.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R221, 127.0.0.1:8201, complete]! 06:53:50.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R221, 127.0.0.1:8201, complete] completed NON-2.04 MID=33175, Token=002B56CEAAC13787, 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:53:50.175 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.175 [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=33175, Token=002B56CEAAC13787, 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:53:50.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33175] 06:53:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L220, 127.0.0.1:8204, complete]! 06:53:50.176 [: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-002B56CEAAC13787] 06:53:50.176 [: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-33175] 06:53:50.176 [: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=33175, Token=002B56CEAAC13787, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33175, Token=002B56CEAAC13787, 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:53:50.177 [: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:53:50.177 [: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:53:50.178 [: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:53:50.179 [: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-33176], CON-POST MID=33176, 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:53:50.179 [: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-483B20A7B386780B], CON-POST MID=33176, Token=483B20A7B386780B, 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:53:50.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33176], KeyToken[127.0.0.1:8204-483B20A7B386780B]] 06:53:50.179 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.180 [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=33176, Token=483B20A7B386780B, 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:53:50.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33176] 06:53:50.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R223, 127.0.0.1:8201] replace CON-POST MID=33176, Token=483B20A7B386780B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33176, Token=483B20A7B386780B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R223, 127.0.0.1:8201] send response NON-2.05 MID=33176, Token=null, OptionSet={}, "server responds hi" 06:53:50.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R223, 127.0.0.1:8201, complete]! 06:53:50.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R223, 127.0.0.1:8201, complete] completed NON-2.04 MID=33176, Token=483B20A7B386780B, 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:53:50.182 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.182 [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=33176, Token=483B20A7B386780B, 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:53:50.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33176] 06:53:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L222, 127.0.0.1:8204, complete]! 06:53:50.183 [: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-483B20A7B386780B] 06:53:50.183 [: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-33176] 06:53:50.183 [: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=33176, Token=483B20A7B386780B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33176, Token=483B20A7B386780B, 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:53:50.184 [: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:53:50.184 [: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:53:50.185 [: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:53:50.185 [: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-33177], CON-POST MID=33177, 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:53:50.185 [: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-CC3DBDDAC1075057], CON-POST MID=33177, Token=CC3DBDDAC1075057, 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:53:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33177], KeyToken[127.0.0.1:8204-CC3DBDDAC1075057]] 06:53:50.185 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:50.186 [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=33177, Token=CC3DBDDAC1075057, 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:53:50.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33177] 06:53:50.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R225, 127.0.0.1:8201] replace CON-POST MID=33177, Token=CC3DBDDAC1075057, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33177, Token=CC3DBDDAC1075057, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R225, 127.0.0.1:8201] send response NON-2.05 MID=33177, Token=null, OptionSet={}, "server responds hi" 06:53:50.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R225, 127.0.0.1:8201, complete]! 06:53:50.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R225, 127.0.0.1:8201, complete] completed NON-2.04 MID=33177, Token=CC3DBDDAC1075057, 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:53:50.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.188 [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=33177, Token=CC3DBDDAC1075057, 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:53:50.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33177] 06:53:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L224, 127.0.0.1:8204, complete]! 06:53:50.189 [: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-CC3DBDDAC1075057] 06:53:50.189 [: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-33177] 06:53:50.189 [: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=33177, Token=CC3DBDDAC1075057, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33177, Token=CC3DBDDAC1075057, 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:53:50.189 [: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:53:50.189 [: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:53:50.190 [: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:53:50.190 [: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-33178], CON-POST MID=33178, 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:53:50.190 [: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-28E6B6ECE6A80C69], CON-POST MID=33178, Token=28E6B6ECE6A80C69, 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:53:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33178], KeyToken[127.0.0.1:8204-28E6B6ECE6A80C69]] 06:53:50.191 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:50.191 [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=33178, Token=28E6B6ECE6A80C69, 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:53:50.191 [UDP-Receiver-localhost/127.0.0.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:53:50.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33178] 06:53:50.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R227, 127.0.0.1:8201] replace CON-POST MID=33178, Token=28E6B6ECE6A80C69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33178, Token=28E6B6ECE6A80C69, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R227, 127.0.0.1:8201] send response NON-2.05 MID=33178, Token=null, OptionSet={}, "server responds hi" 06:53:50.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R227, 127.0.0.1:8201, complete]! 06:53:50.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R227, 127.0.0.1:8201, complete] completed NON-2.04 MID=33178, Token=28E6B6ECE6A80C69, 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:53:50.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:53:50.242 [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=33178, Token=28E6B6ECE6A80C69, 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:53:50.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:53:50.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33178] 06:53:50.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L226, 127.0.0.1:8204, complete]! 06:53:50.243 [: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-28E6B6ECE6A80C69] 06:53:50.243 [: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-33178] 06:53:50.243 [: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=33178, Token=28E6B6ECE6A80C69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33178, Token=28E6B6ECE6A80C69, 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:53:50.244 [: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:53:50.244 [: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:53:50.245 [: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:53:50.245 [: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-33179], CON-POST MID=33179, 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:53:50.245 [: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-E4D1839200E7B1F2], CON-POST MID=33179, Token=E4D1839200E7B1F2, 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:53:50.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33179], KeyToken[127.0.0.1:8204-E4D1839200E7B1F2]] 06:53:50.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:8204 06:53:50.246 [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=33179, Token=E4D1839200E7B1F2, 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:53:50.246 [UDP-Receiver-localhost/127.0.0.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:53:50.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33179] 06:53:50.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R229, 127.0.0.1:8201] replace CON-POST MID=33179, Token=E4D1839200E7B1F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33179, Token=E4D1839200E7B1F2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R229, 127.0.0.1:8201] send response NON-2.05 MID=33179, Token=null, OptionSet={}, "server responds hi" 06:53:50.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R229, 127.0.0.1:8201, complete]! 06:53:50.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R229, 127.0.0.1:8201, complete] completed NON-2.04 MID=33179, Token=E4D1839200E7B1F2, 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:53:50.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:53:50.248 [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=33179, Token=E4D1839200E7B1F2, 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:53:50.248 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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-33179] 06:53:50.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L228, 127.0.0.1:8204, complete]! 06:53:50.249 [: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-E4D1839200E7B1F2] 06:53:50.249 [: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-33179] 06:53:50.249 [: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=33179, Token=E4D1839200E7B1F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33179, Token=E4D1839200E7B1F2, 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:53:50.249 [: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:53:50.249 [: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:53:50.250 [: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:53:50.250 [: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-33180], CON-POST MID=33180, 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:53:50.250 [: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-BC1D5E948F6C2EA0], CON-POST MID=33180, Token=BC1D5E948F6C2EA0, 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:53:50.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-33180], KeyToken[127.0.0.1:8204-BC1D5E948F6C2EA0]] 06:53:50.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:53:50.251 [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=33180, Token=BC1D5E948F6C2EA0, 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:53:50.251 [UDP-Receiver-localhost/127.0.0.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:53:50.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33180] 06:53:50.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R231, 127.0.0.1:8201] replace CON-POST MID=33180, Token=BC1D5E948F6C2EA0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33180, Token=BC1D5E948F6C2EA0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R231, 127.0.0.1:8201] send response NON-2.05 MID=33180, Token=null, OptionSet={}, "server responds hi" 06:53:50.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R231, 127.0.0.1:8201, complete]! 06:53:50.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R231, 127.0.0.1:8201, complete] completed NON-2.04 MID=33180, Token=BC1D5E948F6C2EA0, 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:53:50.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:8201 06:53:50.252 [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=33180, Token=BC1D5E948F6C2EA0, 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:53:50.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:53:50.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-33180] 06:53:50.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L230, 127.0.0.1:8204, complete]! 06:53:50.253 [: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-BC1D5E948F6C2EA0] 06:53:50.253 [: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-33180] 06:53:50.253 [: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=33180, Token=BC1D5E948F6C2EA0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33180, Token=BC1D5E948F6C2EA0, 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:53:50.254 [: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:53:50.254 [: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:53:50.254 [: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:53:50.254 [: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-33181], CON-POST MID=33181, 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:53:50.255 [: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-DC8A7CADDB48B3E7], CON-POST MID=33181, Token=DC8A7CADDB48B3E7, 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:53:50.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33181], KeyToken[127.0.0.1:8204-DC8A7CADDB48B3E7]] 06:53:50.255 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.255 [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=33181, Token=DC8A7CADDB48B3E7, 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:53:50.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33181] 06:53:50.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R233, 127.0.0.1:8201] replace CON-POST MID=33181, Token=DC8A7CADDB48B3E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33181, Token=DC8A7CADDB48B3E7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R233, 127.0.0.1:8201] send response NON-2.05 MID=33181, Token=null, OptionSet={}, "server responds hi" 06:53:50.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R233, 127.0.0.1:8201, complete]! 06:53:50.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R233, 127.0.0.1:8201, complete] completed NON-2.04 MID=33181, Token=DC8A7CADDB48B3E7, 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:53:50.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:53:50.257 [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=33181, Token=DC8A7CADDB48B3E7, 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:53:50.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:53:50.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-33181] 06:53:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L232, 127.0.0.1:8204, complete]! 06:53:50.258 [: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-DC8A7CADDB48B3E7] 06:53:50.258 [: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-33181] 06:53:50.258 [: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=33181, Token=DC8A7CADDB48B3E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33181, Token=DC8A7CADDB48B3E7, 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:53:50.258 [: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:53:50.258 [: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:53:50.259 [: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:53:50.259 [: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-33182], CON-POST MID=33182, 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:53:50.259 [: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-B843A1D18D69E02B], CON-POST MID=33182, Token=B843A1D18D69E02B, 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:53:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33182], KeyToken[127.0.0.1:8204-B843A1D18D69E02B]] 06:53:50.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:8204 06:53:50.260 [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=33182, Token=B843A1D18D69E02B, 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:53:50.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:53:50.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33182] 06:53:50.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R235, 127.0.0.1:8201] replace CON-POST MID=33182, Token=B843A1D18D69E02B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33182, Token=B843A1D18D69E02B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R235, 127.0.0.1:8201] send response NON-2.05 MID=33182, Token=null, OptionSet={}, "server responds hi" 06:53:50.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R235, 127.0.0.1:8201, complete]! 06:53:50.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R235, 127.0.0.1:8201, complete] completed NON-2.04 MID=33182, Token=B843A1D18D69E02B, 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:53:50.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:53:50.261 [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=33182, Token=B843A1D18D69E02B, 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:53:50.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:53:50.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-33182] 06:53:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L234, 127.0.0.1:8204, complete]! 06:53:50.262 [: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-B843A1D18D69E02B] 06:53:50.262 [: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-33182] 06:53:50.262 [: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=33182, Token=B843A1D18D69E02B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33182, Token=B843A1D18D69E02B, 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:53:50.262 [: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:53:50.262 [: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:53:50.263 [: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:53:50.263 [: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-33183], CON-POST MID=33183, 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:53:50.263 [: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-F42B8BC47DEEE28D], CON-POST MID=33183, Token=F42B8BC47DEEE28D, 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:53:50.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33183], KeyToken[127.0.0.1:8204-F42B8BC47DEEE28D]] 06:53:50.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:53:50.264 [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=33183, Token=F42B8BC47DEEE28D, 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:53:50.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:53:50.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33183] 06:53:50.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R237, 127.0.0.1:8201] replace CON-POST MID=33183, Token=F42B8BC47DEEE28D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33183, Token=F42B8BC47DEEE28D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R237, 127.0.0.1:8201] send response NON-2.05 MID=33183, Token=null, OptionSet={}, "server responds hi" 06:53:50.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R237, 127.0.0.1:8201, complete]! 06:53:50.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R237, 127.0.0.1:8201, complete] completed NON-2.04 MID=33183, Token=F42B8BC47DEEE28D, 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:53:50.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.266 [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=33183, Token=F42B8BC47DEEE28D, 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:53:50.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33183] 06:53:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L236, 127.0.0.1:8204, complete]! 06:53:50.267 [: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-F42B8BC47DEEE28D] 06:53:50.267 [: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-33183] 06:53:50.267 [: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=33183, Token=F42B8BC47DEEE28D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33183, Token=F42B8BC47DEEE28D, 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:53:50.267 [: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:53:50.267 [: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:53:50.268 [: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:53:50.268 [: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-33184], CON-POST MID=33184, 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:53:50.268 [: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-B4F826E92F9F17F3], CON-POST MID=33184, Token=B4F826E92F9F17F3, 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:53:50.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-33184], KeyToken[127.0.0.1:8204-B4F826E92F9F17F3]] 06:53:50.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:53:50.269 [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=33184, Token=B4F826E92F9F17F3, 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:53:50.269 [UDP-Receiver-localhost/127.0.0.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:53:50.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33184] 06:53:50.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R239, 127.0.0.1:8201] replace CON-POST MID=33184, Token=B4F826E92F9F17F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33184, Token=B4F826E92F9F17F3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R239, 127.0.0.1:8201] send response NON-2.05 MID=33184, Token=null, OptionSet={}, "server responds hi" 06:53:50.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R239, 127.0.0.1:8201, complete]! 06:53:50.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R239, 127.0.0.1:8201, complete] completed NON-2.04 MID=33184, Token=B4F826E92F9F17F3, 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:53:50.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.271 [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=33184, Token=B4F826E92F9F17F3, 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:53:50.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33184] 06:53:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L238, 127.0.0.1:8204, complete]! 06:53:50.272 [: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-B4F826E92F9F17F3] 06:53:50.272 [: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-33184] 06:53:50.272 [: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=33184, Token=B4F826E92F9F17F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33184, Token=B4F826E92F9F17F3, 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:53:50.272 [: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:53:50.272 [: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:53:50.273 [: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:53:50.273 [: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-33185], CON-POST MID=33185, 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:53:50.273 [: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-6CFE28D7EF08F745], CON-POST MID=33185, Token=6CFE28D7EF08F745, 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:53:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33185], KeyToken[127.0.0.1:8204-6CFE28D7EF08F745]] 06:53:50.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:8204 06:53:50.274 [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=33185, Token=6CFE28D7EF08F745, 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:53:50.274 [UDP-Receiver-localhost/127.0.0.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:53:50.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33185] 06:53:50.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R241, 127.0.0.1:8201] replace CON-POST MID=33185, Token=6CFE28D7EF08F745, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33185, Token=6CFE28D7EF08F745, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R241, 127.0.0.1:8201] send response NON-2.05 MID=33185, Token=null, OptionSet={}, "server responds hi" 06:53:50.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R241, 127.0.0.1:8201, complete]! 06:53:50.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R241, 127.0.0.1:8201, complete] completed NON-2.04 MID=33185, Token=6CFE28D7EF08F745, 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:53:50.275 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.276 [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=33185, Token=6CFE28D7EF08F745, 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:53:50.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33185] 06:53:50.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L240, 127.0.0.1:8204, complete]! 06:53:50.276 [: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-6CFE28D7EF08F745] 06:53:50.276 [: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-33185] 06:53:50.276 [: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=33185, Token=6CFE28D7EF08F745, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33185, Token=6CFE28D7EF08F745, 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:53:50.277 [: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:53:50.277 [: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:53:50.277 [: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:53:50.277 [: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-33186], CON-POST MID=33186, 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:53:50.278 [: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-8CA7E7E17A0E3D41], CON-POST MID=33186, Token=8CA7E7E17A0E3D41, 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:53:50.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33186], KeyToken[127.0.0.1:8204-8CA7E7E17A0E3D41]] 06:53:50.278 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:50.278 [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=33186, Token=8CA7E7E17A0E3D41, 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:53:50.278 [UDP-Receiver-localhost/127.0.0.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:53:50.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33186] 06:53:50.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R243, 127.0.0.1:8201] replace CON-POST MID=33186, Token=8CA7E7E17A0E3D41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33186, Token=8CA7E7E17A0E3D41, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R243, 127.0.0.1:8201] send response NON-2.05 MID=33186, Token=null, OptionSet={}, "server responds hi" 06:53:50.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R243, 127.0.0.1:8201, complete]! 06:53:50.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R243, 127.0.0.1:8201, complete] completed NON-2.04 MID=33186, Token=8CA7E7E17A0E3D41, 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:53:50.280 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.280 [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=33186, Token=8CA7E7E17A0E3D41, 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:53:50.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33186] 06:53:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L242, 127.0.0.1:8204, complete]! 06:53:50.281 [: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-8CA7E7E17A0E3D41] 06:53:50.281 [: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-33186] 06:53:50.281 [: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=33186, Token=8CA7E7E17A0E3D41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33186, Token=8CA7E7E17A0E3D41, 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:53:50.281 [: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:53:50.281 [: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:53:50.282 [: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:53:50.282 [: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-33187], CON-POST MID=33187, 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:53:50.282 [: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-04752AEAA19F2722], CON-POST MID=33187, Token=04752AEAA19F2722, 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:53:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33187], KeyToken[127.0.0.1:8204-04752AEAA19F2722]] 06:53:50.283 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.283 [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=33187, Token=04752AEAA19F2722, 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:53:50.283 [UDP-Receiver-localhost/127.0.0.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:53:50.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33187] 06:53:50.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R245, 127.0.0.1:8201] replace CON-POST MID=33187, Token=04752AEAA19F2722, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33187, Token=04752AEAA19F2722, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R245, 127.0.0.1:8201] send response NON-2.05 MID=33187, Token=null, OptionSet={}, "server responds hi" 06:53:50.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R245, 127.0.0.1:8201, complete]! 06:53:50.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R245, 127.0.0.1:8201, complete] completed NON-2.04 MID=33187, Token=04752AEAA19F2722, 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:53:50.284 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.285 [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=33187, Token=04752AEAA19F2722, 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:53:50.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33187] 06:53:50.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L244, 127.0.0.1:8204, complete]! 06:53:50.285 [: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-04752AEAA19F2722] 06:53:50.285 [: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-33187] 06:53:50.285 [: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=33187, Token=04752AEAA19F2722, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33187, Token=04752AEAA19F2722, 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:53:50.341 [: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:53:50.341 [: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:53:50.342 [: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:53:50.342 [: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-33188], CON-POST MID=33188, 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:53:50.342 [: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-68191B3CC16C301F], CON-POST MID=33188, Token=68191B3CC16C301F, 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:53:50.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33188], KeyToken[127.0.0.1:8204-68191B3CC16C301F]] 06:53:50.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:8204 06:53:50.343 [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=33188, Token=68191B3CC16C301F, 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:53:50.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:53:50.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33188] 06:53:50.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R247, 127.0.0.1:8201] replace CON-POST MID=33188, Token=68191B3CC16C301F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33188, Token=68191B3CC16C301F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R247, 127.0.0.1:8201] send response NON-2.05 MID=33188, Token=null, OptionSet={}, "server responds hi" 06:53:50.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R247, 127.0.0.1:8201, complete]! 06:53:50.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R247, 127.0.0.1:8201, complete] completed NON-2.04 MID=33188, Token=68191B3CC16C301F, 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:53:50.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:8201 06:53:50.345 [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=33188, Token=68191B3CC16C301F, 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:53:50.345 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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:8204-33188] 06:53:50.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L246, 127.0.0.1:8204, complete]! 06:53:50.345 [: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-68191B3CC16C301F] 06:53:50.345 [: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-33188] 06:53:50.345 [: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=33188, Token=68191B3CC16C301F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33188, Token=68191B3CC16C301F, 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:53:50.346 [: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:53:50.346 [: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:53:50.346 [: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:53:50.347 [: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-33189], CON-POST MID=33189, 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:53:50.347 [: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-D8C2823C72377E13], CON-POST MID=33189, Token=D8C2823C72377E13, 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:53:50.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-33189], KeyToken[127.0.0.1:8204-D8C2823C72377E13]] 06:53:50.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:53:50.347 [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=33189, Token=D8C2823C72377E13, 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:53:50.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:53:50.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33189] 06:53:50.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R249, 127.0.0.1:8201] replace CON-POST MID=33189, Token=D8C2823C72377E13, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33189, Token=D8C2823C72377E13, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R249, 127.0.0.1:8201] send response NON-2.05 MID=33189, Token=null, OptionSet={}, "server responds hi" 06:53:50.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R249, 127.0.0.1:8201, complete]! 06:53:50.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R249, 127.0.0.1:8201, complete] completed NON-2.04 MID=33189, Token=D8C2823C72377E13, 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:53:50.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:8201 06:53:50.349 [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=33189, Token=D8C2823C72377E13, 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:53:50.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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:8204-33189] 06:53:50.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L248, 127.0.0.1:8204, complete]! 06:53:50.350 [: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-D8C2823C72377E13] 06:53:50.350 [: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-33189] 06:53:50.350 [: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=33189, Token=D8C2823C72377E13, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33189, Token=D8C2823C72377E13, 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:53:50.350 [: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:53:50.350 [: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:53:50.351 [: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:53:50.351 [: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-33190], CON-POST MID=33190, 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:53:50.351 [: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-80831E15C3F3AEF4], CON-POST MID=33190, Token=80831E15C3F3AEF4, 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:53:50.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-33190], KeyToken[127.0.0.1:8204-80831E15C3F3AEF4]] 06:53:50.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:53:50.351 [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=33190, Token=80831E15C3F3AEF4, 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:53:50.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:53:50.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33190] 06:53:50.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R251, 127.0.0.1:8201] replace CON-POST MID=33190, Token=80831E15C3F3AEF4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33190, Token=80831E15C3F3AEF4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R251, 127.0.0.1:8201] send response NON-2.05 MID=33190, Token=null, OptionSet={}, "server responds hi" 06:53:50.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R251, 127.0.0.1:8201, complete]! 06:53:50.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R251, 127.0.0.1:8201, complete] completed NON-2.04 MID=33190, Token=80831E15C3F3AEF4, 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:53:50.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.353 [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=33190, Token=80831E15C3F3AEF4, 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:53:50.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33190] 06:53:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L250, 127.0.0.1:8204, complete]! 06:53:50.354 [: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-80831E15C3F3AEF4] 06:53:50.354 [: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-33190] 06:53:50.354 [: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=33190, Token=80831E15C3F3AEF4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33190, Token=80831E15C3F3AEF4, 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:53:50.354 [: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:53:50.354 [: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:53:50.355 [: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:53:50.355 [: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-33191], CON-POST MID=33191, 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:53:50.355 [: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-98B4F5DF2F89FDF5], CON-POST MID=33191, Token=98B4F5DF2F89FDF5, 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:53:50.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-33191], KeyToken[127.0.0.1:8204-98B4F5DF2F89FDF5]] 06:53:50.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.356 [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=33191, Token=98B4F5DF2F89FDF5, 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:53:50.356 [UDP-Receiver-localhost/127.0.0.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:53:50.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33191] 06:53:50.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R253, 127.0.0.1:8201] replace CON-POST MID=33191, Token=98B4F5DF2F89FDF5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33191, Token=98B4F5DF2F89FDF5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R253, 127.0.0.1:8201] send response NON-2.05 MID=33191, Token=null, OptionSet={}, "server responds hi" 06:53:50.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R253, 127.0.0.1:8201, complete]! 06:53:50.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R253, 127.0.0.1:8201, complete] completed NON-2.04 MID=33191, Token=98B4F5DF2F89FDF5, 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:53:50.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:8201 06:53:50.358 [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=33191, Token=98B4F5DF2F89FDF5, 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:53:50.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:53:50.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-33191] 06:53:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L252, 127.0.0.1:8204, complete]! 06:53:50.358 [: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-98B4F5DF2F89FDF5] 06:53:50.358 [: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-33191] 06:53:50.358 [: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=33191, Token=98B4F5DF2F89FDF5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33191, Token=98B4F5DF2F89FDF5, 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:53:50.359 [: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:53:50.359 [: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:53:50.359 [: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:53:50.359 [: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-33192], CON-POST MID=33192, 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:53:50.360 [: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-DC6D73C4F9AA1777], CON-POST MID=33192, Token=DC6D73C4F9AA1777, 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:53:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33192], KeyToken[127.0.0.1:8204-DC6D73C4F9AA1777]] 06:53:50.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.360 [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=33192, Token=DC6D73C4F9AA1777, 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:53:50.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33192] 06:53:50.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R255, 127.0.0.1:8201] replace CON-POST MID=33192, Token=DC6D73C4F9AA1777, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33192, Token=DC6D73C4F9AA1777, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R255, 127.0.0.1:8201] send response NON-2.05 MID=33192, Token=null, OptionSet={}, "server responds hi" 06:53:50.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R255, 127.0.0.1:8201, complete]! 06:53:50.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R255, 127.0.0.1:8201, complete] completed NON-2.04 MID=33192, Token=DC6D73C4F9AA1777, 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:53:50.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:53:50.362 [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=33192, Token=DC6D73C4F9AA1777, 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:53:50.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:53:50.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-33192] 06:53:50.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L254, 127.0.0.1:8204, complete]! 06:53:50.363 [: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-DC6D73C4F9AA1777] 06:53:50.363 [: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-33192] 06:53:50.363 [: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=33192, Token=DC6D73C4F9AA1777, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33192, Token=DC6D73C4F9AA1777, 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:53:50.363 [: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:53:50.363 [: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:53:50.364 [: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:53:50.364 [: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-33193], CON-POST MID=33193, 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:53:50.364 [: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-DCAFDA247E7DB9F5], CON-POST MID=33193, Token=DCAFDA247E7DB9F5, 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:53:50.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33193], KeyToken[127.0.0.1:8204-DCAFDA247E7DB9F5]] 06:53:50.365 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.365 [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=33193, Token=DCAFDA247E7DB9F5, 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:53:50.365 [UDP-Receiver-localhost/127.0.0.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:53:50.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33193] 06:53:50.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R257, 127.0.0.1:8201] replace CON-POST MID=33193, Token=DCAFDA247E7DB9F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33193, Token=DCAFDA247E7DB9F5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R257, 127.0.0.1:8201] send response NON-2.05 MID=33193, Token=null, OptionSet={}, "server responds hi" 06:53:50.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R257, 127.0.0.1:8201, complete]! 06:53:50.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R257, 127.0.0.1:8201, complete] completed NON-2.04 MID=33193, Token=DCAFDA247E7DB9F5, 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:53:50.367 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.367 [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=33193, Token=DCAFDA247E7DB9F5, 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:53:50.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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:8204-33193] 06:53:50.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L256, 127.0.0.1:8204, complete]! 06:53:50.368 [: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-DCAFDA247E7DB9F5] 06:53:50.368 [: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-33193] 06:53:50.368 [: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=33193, Token=DCAFDA247E7DB9F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33193, Token=DCAFDA247E7DB9F5, 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:53:50.369 [: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:53:50.369 [: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:53:50.369 [: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:53:50.369 [: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-33194], CON-POST MID=33194, 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:53:50.370 [: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-1043B978786B4CC4], CON-POST MID=33194, Token=1043B978786B4CC4, 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:53:50.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33194], KeyToken[127.0.0.1:8204-1043B978786B4CC4]] 06:53:50.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.370 [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=33194, Token=1043B978786B4CC4, 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:53:50.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33194] 06:53:50.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R259, 127.0.0.1:8201] replace CON-POST MID=33194, Token=1043B978786B4CC4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33194, Token=1043B978786B4CC4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R259, 127.0.0.1:8201] send response NON-2.05 MID=33194, Token=null, OptionSet={}, "server responds hi" 06:53:50.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R259, 127.0.0.1:8201, complete]! 06:53:50.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R259, 127.0.0.1:8201, complete] completed NON-2.04 MID=33194, Token=1043B978786B4CC4, 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:53:50.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:8201 06:53:50.372 [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=33194, Token=1043B978786B4CC4, 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:53:50.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33194] 06:53:50.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L258, 127.0.0.1:8204, complete]! 06:53:50.373 [: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-1043B978786B4CC4] 06:53:50.373 [: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-33194] 06:53:50.373 [: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=33194, Token=1043B978786B4CC4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33194, Token=1043B978786B4CC4, 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:53:50.374 [: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:53:50.374 [: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:53:50.374 [: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:53:50.375 [: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-33195], CON-POST MID=33195, 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:53:50.375 [: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-4C4ECCF93E344AAF], CON-POST MID=33195, Token=4C4ECCF93E344AAF, 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:53:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33195], KeyToken[127.0.0.1:8204-4C4ECCF93E344AAF]] 06:53:50.375 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.376 [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=33195, Token=4C4ECCF93E344AAF, 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:53:50.376 [UDP-Receiver-localhost/127.0.0.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:53:50.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33195] 06:53:50.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R261, 127.0.0.1:8201] replace CON-POST MID=33195, Token=4C4ECCF93E344AAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33195, Token=4C4ECCF93E344AAF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R261, 127.0.0.1:8201] send response NON-2.05 MID=33195, Token=null, OptionSet={}, "server responds hi" 06:53:50.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R261, 127.0.0.1:8201, complete]! 06:53:50.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R261, 127.0.0.1:8201, complete] completed NON-2.04 MID=33195, Token=4C4ECCF93E344AAF, 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:53:50.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.377 [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=33195, Token=4C4ECCF93E344AAF, 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:53:50.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33195] 06:53:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L260, 127.0.0.1:8204, complete]! 06:53:50.378 [: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-4C4ECCF93E344AAF] 06:53:50.378 [: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-33195] 06:53:50.378 [: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=33195, Token=4C4ECCF93E344AAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33195, Token=4C4ECCF93E344AAF, 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:53:50.378 [: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:53:50.379 [: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:53:50.379 [: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:53:50.379 [: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-33196], CON-POST MID=33196, 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:53:50.380 [: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-D8075D1EF8743C4C], CON-POST MID=33196, Token=D8075D1EF8743C4C, 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:53:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33196], KeyToken[127.0.0.1:8204-D8075D1EF8743C4C]] 06:53:50.380 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.380 [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=33196, Token=D8075D1EF8743C4C, 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:53:50.380 [UDP-Receiver-localhost/127.0.0.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:53:50.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33196] 06:53:50.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R263, 127.0.0.1:8201] replace CON-POST MID=33196, Token=D8075D1EF8743C4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33196, Token=D8075D1EF8743C4C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R263, 127.0.0.1:8201] send response NON-2.05 MID=33196, Token=null, OptionSet={}, "server responds hi" 06:53:50.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R263, 127.0.0.1:8201, complete]! 06:53:50.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R263, 127.0.0.1:8201, complete] completed NON-2.04 MID=33196, Token=D8075D1EF8743C4C, 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:53:50.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.382 [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=33196, Token=D8075D1EF8743C4C, 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:53:50.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33196] 06:53:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L262, 127.0.0.1:8204, complete]! 06:53:50.383 [: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-D8075D1EF8743C4C] 06:53:50.383 [: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-33196] 06:53:50.383 [: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=33196, Token=D8075D1EF8743C4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33196, Token=D8075D1EF8743C4C, 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:53:50.384 [: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:53:50.384 [: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:53:50.384 [: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:53:50.384 [: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-33197], CON-POST MID=33197, 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:53:50.385 [: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-D8465A7133BEDA7E], CON-POST MID=33197, Token=D8465A7133BEDA7E, 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:53:50.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33197], KeyToken[127.0.0.1:8204-D8465A7133BEDA7E]] 06:53:50.385 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.385 [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=33197, Token=D8465A7133BEDA7E, 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:53:50.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33197] 06:53:50.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R265, 127.0.0.1:8201] replace CON-POST MID=33197, Token=D8465A7133BEDA7E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33197, Token=D8465A7133BEDA7E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R265, 127.0.0.1:8201] send response NON-2.05 MID=33197, Token=null, OptionSet={}, "server responds hi" 06:53:50.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R265, 127.0.0.1:8201, complete]! 06:53:50.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R265, 127.0.0.1:8201, complete] completed NON-2.04 MID=33197, Token=D8465A7133BEDA7E, 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:53:50.387 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.387 [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=33197, Token=D8465A7133BEDA7E, 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:53:50.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33197] 06:53:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L264, 127.0.0.1:8204, complete]! 06:53:50.388 [: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-D8465A7133BEDA7E] 06:53:50.388 [: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-33197] 06:53:50.388 [: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=33197, Token=D8465A7133BEDA7E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33197, Token=D8465A7133BEDA7E, 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:53:50.388 [: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:53:50.388 [: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:53:50.389 [: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:53:50.389 [: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-33198], CON-POST MID=33198, 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:53:50.389 [: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-8845113F6C1A4C9E], CON-POST MID=33198, Token=8845113F6C1A4C9E, 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:53:50.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33198], KeyToken[127.0.0.1:8204-8845113F6C1A4C9E]] 06:53:50.390 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:50.390 [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=33198, Token=8845113F6C1A4C9E, 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:53:50.390 [UDP-Receiver-localhost/127.0.0.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:53:50.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33198] 06:53:50.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R267, 127.0.0.1:8201] replace CON-POST MID=33198, Token=8845113F6C1A4C9E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33198, Token=8845113F6C1A4C9E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R267, 127.0.0.1:8201] send response NON-2.05 MID=33198, Token=null, OptionSet={}, "server responds hi" 06:53:50.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R267, 127.0.0.1:8201, complete]! 06:53:50.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R267, 127.0.0.1:8201, complete] completed NON-2.04 MID=33198, Token=8845113F6C1A4C9E, 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:53:50.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 42 bytes to 127.0.0.1:8201 06:53:50.441 [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=33198, Token=8845113F6C1A4C9E, 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:53:50.441 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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-33198] 06:53:50.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L266, 127.0.0.1:8204, complete]! 06:53:50.442 [: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-8845113F6C1A4C9E] 06:53:50.442 [: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-33198] 06:53:50.442 [: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=33198, Token=8845113F6C1A4C9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33198, Token=8845113F6C1A4C9E, 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:53:50.443 [: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:53:50.443 [: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:53:50.444 [: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:53:50.444 [: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-33199], CON-POST MID=33199, 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:53:50.444 [: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-D8B78910A316C5F7], CON-POST MID=33199, Token=D8B78910A316C5F7, 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:53:50.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33199], KeyToken[127.0.0.1:8204-D8B78910A316C5F7]] 06:53:50.445 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:50.445 [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=33199, Token=D8B78910A316C5F7, 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:53:50.445 [UDP-Receiver-localhost/127.0.0.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:53:50.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33199] 06:53:50.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R269, 127.0.0.1:8201] replace CON-POST MID=33199, Token=D8B78910A316C5F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33199, Token=D8B78910A316C5F7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R269, 127.0.0.1:8201] send response NON-2.05 MID=33199, Token=null, OptionSet={}, "server responds hi" 06:53:50.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R269, 127.0.0.1:8201, complete]! 06:53:50.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R269, 127.0.0.1:8201, complete] completed NON-2.04 MID=33199, Token=D8B78910A316C5F7, 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:53:50.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:53:50.447 [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=33199, Token=D8B78910A316C5F7, 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:53:50.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:53:50.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-33199] 06:53:50.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L268, 127.0.0.1:8204, complete]! 06:53:50.448 [: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-D8B78910A316C5F7] 06:53:50.448 [: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-33199] 06:53:50.448 [: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=33199, Token=D8B78910A316C5F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33199, Token=D8B78910A316C5F7, 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:53:50.448 [: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:53:50.448 [: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:53:50.449 [: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:53:50.449 [: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-33200], CON-POST MID=33200, 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:53:50.449 [: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-4453FB790A6EF172], CON-POST MID=33200, Token=4453FB790A6EF172, 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:53:50.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-33200], KeyToken[127.0.0.1:8204-4453FB790A6EF172]] 06:53:50.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:53:50.450 [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=33200, Token=4453FB790A6EF172, 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:53:50.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:53:50.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33200] 06:53:50.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R271, 127.0.0.1:8201] replace CON-POST MID=33200, Token=4453FB790A6EF172, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33200, Token=4453FB790A6EF172, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R271, 127.0.0.1:8201] send response NON-2.05 MID=33200, Token=null, OptionSet={}, "server responds hi" 06:53:50.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R271, 127.0.0.1:8201, complete]! 06:53:50.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R271, 127.0.0.1:8201, complete] completed NON-2.04 MID=33200, Token=4453FB790A6EF172, 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:53:50.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.452 [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=33200, Token=4453FB790A6EF172, 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:53:50.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33200] 06:53:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L270, 127.0.0.1:8204, complete]! 06:53:50.453 [: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-4453FB790A6EF172] 06:53:50.453 [: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-33200] 06:53:50.453 [: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=33200, Token=4453FB790A6EF172, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33200, Token=4453FB790A6EF172, 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:53:50.453 [: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:53:50.453 [: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:53:50.454 [: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:53:50.454 [: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-33201], CON-POST MID=33201, 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:53:50.454 [: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-D0D0A4D1AB5093CC], CON-POST MID=33201, Token=D0D0A4D1AB5093CC, 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:53:50.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-33201], KeyToken[127.0.0.1:8204-D0D0A4D1AB5093CC]] 06:53:50.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:53:50.455 [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=33201, Token=D0D0A4D1AB5093CC, 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:53:50.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33201] 06:53:50.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R273, 127.0.0.1:8201] replace CON-POST MID=33201, Token=D0D0A4D1AB5093CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33201, Token=D0D0A4D1AB5093CC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R273, 127.0.0.1:8201] send response NON-2.05 MID=33201, Token=null, OptionSet={}, "server responds hi" 06:53:50.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R273, 127.0.0.1:8201, complete]! 06:53:50.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R273, 127.0.0.1:8201, complete] completed NON-2.04 MID=33201, Token=D0D0A4D1AB5093CC, 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:53:50.456 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.456 [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=33201, Token=D0D0A4D1AB5093CC, 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:53:50.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33201] 06:53:50.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L272, 127.0.0.1:8204, complete]! 06:53:50.457 [: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-D0D0A4D1AB5093CC] 06:53:50.457 [: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-33201] 06:53:50.457 [: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=33201, Token=D0D0A4D1AB5093CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33201, Token=D0D0A4D1AB5093CC, 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:53:50.457 [: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:53:50.457 [: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:53:50.458 [: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:53:50.458 [: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-33202], CON-POST MID=33202, 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:53:50.458 [: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-9CA64B813DCCC707], CON-POST MID=33202, Token=9CA64B813DCCC707, 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:53:50.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-33202], KeyToken[127.0.0.1:8204-9CA64B813DCCC707]] 06:53:50.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:8204 06:53:50.459 [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=33202, Token=9CA64B813DCCC707, 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:53:50.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33202] 06:53:50.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R275, 127.0.0.1:8201] replace CON-POST MID=33202, Token=9CA64B813DCCC707, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33202, Token=9CA64B813DCCC707, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R275, 127.0.0.1:8201] send response NON-2.05 MID=33202, Token=null, OptionSet={}, "server responds hi" 06:53:50.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R275, 127.0.0.1:8201, complete]! 06:53:50.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R275, 127.0.0.1:8201, complete] completed NON-2.04 MID=33202, Token=9CA64B813DCCC707, 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:53:50.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 42 bytes to 127.0.0.1:8201 06:53:50.460 [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=33202, Token=9CA64B813DCCC707, 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:53:50.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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:8204-33202] 06:53:50.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L274, 127.0.0.1:8204, complete]! 06:53:50.461 [: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-9CA64B813DCCC707] 06:53:50.461 [: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-33202] 06:53:50.461 [: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=33202, Token=9CA64B813DCCC707, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33202, Token=9CA64B813DCCC707, 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:53:50.462 [: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:53:50.462 [: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:53:50.462 [: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:53:50.462 [: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-33203], CON-POST MID=33203, 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:53:50.462 [: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-406BF72622CD550F], CON-POST MID=33203, Token=406BF72622CD550F, 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:53:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33203], KeyToken[127.0.0.1:8204-406BF72622CD550F]] 06:53:50.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:53:50.463 [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=33203, Token=406BF72622CD550F, 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:53:50.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:53:50.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33203] 06:53:50.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R277, 127.0.0.1:8201] replace CON-POST MID=33203, Token=406BF72622CD550F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33203, Token=406BF72622CD550F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R277, 127.0.0.1:8201] send response NON-2.05 MID=33203, Token=null, OptionSet={}, "server responds hi" 06:53:50.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R277, 127.0.0.1:8201, complete]! 06:53:50.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R277, 127.0.0.1:8201, complete] completed NON-2.04 MID=33203, Token=406BF72622CD550F, 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:53:50.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:53:50.464 [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=33203, Token=406BF72622CD550F, 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:53:50.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33203] 06:53:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L276, 127.0.0.1:8204, complete]! 06:53:50.465 [: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-406BF72622CD550F] 06:53:50.465 [: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-33203] 06:53:50.465 [: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=33203, Token=406BF72622CD550F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33203, Token=406BF72622CD550F, 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:53:50.465 [: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:53:50.465 [: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:53:50.466 [: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:53:50.466 [: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-33204], CON-POST MID=33204, 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:53:50.466 [: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-BCDEC68D250661BB], CON-POST MID=33204, Token=BCDEC68D250661BB, 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:53:50.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33204], KeyToken[127.0.0.1:8204-BCDEC68D250661BB]] 06:53:50.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:53:50.467 [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=33204, Token=BCDEC68D250661BB, 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:53:50.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:53:50.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33204] 06:53:50.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R279, 127.0.0.1:8201] replace CON-POST MID=33204, Token=BCDEC68D250661BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33204, Token=BCDEC68D250661BB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R279, 127.0.0.1:8201] send response NON-2.05 MID=33204, Token=null, OptionSet={}, "server responds hi" 06:53:50.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R279, 127.0.0.1:8201, complete]! 06:53:50.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R279, 127.0.0.1:8201, complete] completed NON-2.04 MID=33204, Token=BCDEC68D250661BB, 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:53:50.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:53:50.469 [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=33204, Token=BCDEC68D250661BB, 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:53:50.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33204] 06:53:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L278, 127.0.0.1:8204, complete]! 06:53:50.469 [: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-BCDEC68D250661BB] 06:53:50.469 [: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-33204] 06:53:50.469 [: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=33204, Token=BCDEC68D250661BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33204, Token=BCDEC68D250661BB, 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:53:50.470 [: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:53:50.470 [: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:53:50.470 [: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:53:50.471 [: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-33205], CON-POST MID=33205, 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:53:50.471 [: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-44BFE24149F3DD06], CON-POST MID=33205, Token=44BFE24149F3DD06, 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:53:50.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33205], KeyToken[127.0.0.1:8204-44BFE24149F3DD06]] 06:53:50.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.472 [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=33205, Token=44BFE24149F3DD06, 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:53:50.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:53:50.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33205] 06:53:50.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R281, 127.0.0.1:8201] replace CON-POST MID=33205, Token=44BFE24149F3DD06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33205, Token=44BFE24149F3DD06, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R281, 127.0.0.1:8201] send response NON-2.05 MID=33205, Token=null, OptionSet={}, "server responds hi" 06:53:50.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R281, 127.0.0.1:8201, complete]! 06:53:50.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R281, 127.0.0.1:8201, complete] completed NON-2.04 MID=33205, Token=44BFE24149F3DD06, 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:53:50.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:53:50.473 [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=33205, Token=44BFE24149F3DD06, 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:53:50.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:53:50.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-33205] 06:53:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L280, 127.0.0.1:8204, complete]! 06:53:50.474 [: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-44BFE24149F3DD06] 06:53:50.474 [: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-33205] 06:53:50.474 [: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=33205, Token=44BFE24149F3DD06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33205, Token=44BFE24149F3DD06, 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:53:50.474 [: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:53:50.474 [: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:53:50.475 [: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:53:50.475 [: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-33206], CON-POST MID=33206, 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:53:50.475 [: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-386D2CE3ABE43267], CON-POST MID=33206, Token=386D2CE3ABE43267, 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:53:50.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33206], KeyToken[127.0.0.1:8204-386D2CE3ABE43267]] 06:53:50.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.476 [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=33206, Token=386D2CE3ABE43267, 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:53:50.476 [UDP-Receiver-localhost/127.0.0.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:53:50.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33206] 06:53:50.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R283, 127.0.0.1:8201] replace CON-POST MID=33206, Token=386D2CE3ABE43267, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33206, Token=386D2CE3ABE43267, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R283, 127.0.0.1:8201] send response NON-2.05 MID=33206, Token=null, OptionSet={}, "server responds hi" 06:53:50.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R283, 127.0.0.1:8201, complete]! 06:53:50.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R283, 127.0.0.1:8201, complete] completed NON-2.04 MID=33206, Token=386D2CE3ABE43267, 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:53:50.478 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.478 [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=33206, Token=386D2CE3ABE43267, 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:53:50.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33206] 06:53:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L282, 127.0.0.1:8204, complete]! 06:53:50.479 [: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-386D2CE3ABE43267] 06:53:50.479 [: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-33206] 06:53:50.479 [: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=33206, Token=386D2CE3ABE43267, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33206, Token=386D2CE3ABE43267, 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:53:50.480 [: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:53:50.480 [: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:53:50.480 [: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:53:50.481 [: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-33207], CON-POST MID=33207, 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:53:50.481 [: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-28B7F5BB0540ED74], CON-POST MID=33207, Token=28B7F5BB0540ED74, 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:53:50.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33207], KeyToken[127.0.0.1:8204-28B7F5BB0540ED74]] 06:53:50.481 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.482 [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=33207, Token=28B7F5BB0540ED74, 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:53:50.482 [UDP-Receiver-localhost/127.0.0.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:53:50.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33207] 06:53:50.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R285, 127.0.0.1:8201] replace CON-POST MID=33207, Token=28B7F5BB0540ED74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33207, Token=28B7F5BB0540ED74, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R285, 127.0.0.1:8201] send response NON-2.05 MID=33207, Token=null, OptionSet={}, "server responds hi" 06:53:50.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R285, 127.0.0.1:8201, complete]! 06:53:50.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R285, 127.0.0.1:8201, complete] completed NON-2.04 MID=33207, Token=28B7F5BB0540ED74, 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:53:50.542 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.542 [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=33207, Token=28B7F5BB0540ED74, 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:53: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:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33207] 06:53:50.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53: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:53:50.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L284, 127.0.0.1:8204, complete]! 06:53:50.543 [: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-28B7F5BB0540ED74] 06:53:50.543 [: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-33207] 06:53:50.543 [: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=33207, Token=28B7F5BB0540ED74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33207, Token=28B7F5BB0540ED74, 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:53:50.543 [: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:53:50.543 [: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:53:50.544 [: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:53:50.544 [: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-33208], CON-POST MID=33208, 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:53:50.544 [: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-887B1C0FFF060584], CON-POST MID=33208, Token=887B1C0FFF060584, 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:53:50.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-33208], KeyToken[127.0.0.1:8204-887B1C0FFF060584]] 06:53:50.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 40 bytes to 127.0.0.1:8204 06:53:50.545 [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=33208, Token=887B1C0FFF060584, 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:53:50.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:53:50.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33208] 06:53:50.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R287, 127.0.0.1:8201] replace CON-POST MID=33208, Token=887B1C0FFF060584, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33208, Token=887B1C0FFF060584, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R287, 127.0.0.1:8201] send response NON-2.05 MID=33208, Token=null, OptionSet={}, "server responds hi" 06:53:50.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R287, 127.0.0.1:8201, complete]! 06:53:50.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R287, 127.0.0.1:8201, complete] completed NON-2.04 MID=33208, Token=887B1C0FFF060584, 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:53:50.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:53:50.547 [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=33208, Token=887B1C0FFF060584, 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:53:50.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33208] 06:53:50.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L286, 127.0.0.1:8204, complete]! 06:53:50.547 [: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-887B1C0FFF060584] 06:53:50.547 [: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-33208] 06:53:50.547 [: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=33208, Token=887B1C0FFF060584, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33208, Token=887B1C0FFF060584, 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:53:50.548 [: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:53:50.548 [: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:53:50.549 [: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:53:50.549 [: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-33209], CON-POST MID=33209, 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:53:50.549 [: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-38F07EECB50CA8D4], CON-POST MID=33209, Token=38F07EECB50CA8D4, 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:53:50.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-33209], KeyToken[127.0.0.1:8204-38F07EECB50CA8D4]] 06:53:50.550 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.550 [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=33209, Token=38F07EECB50CA8D4, 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:53:50.550 [UDP-Receiver-localhost/127.0.0.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:53:50.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33209] 06:53:50.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R289, 127.0.0.1:8201] replace CON-POST MID=33209, Token=38F07EECB50CA8D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33209, Token=38F07EECB50CA8D4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R289, 127.0.0.1:8201] send response NON-2.05 MID=33209, Token=null, OptionSet={}, "server responds hi" 06:53:50.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R289, 127.0.0.1:8201, complete]! 06:53:50.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R289, 127.0.0.1:8201, complete] completed NON-2.04 MID=33209, Token=38F07EECB50CA8D4, 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:53:50.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:53:50.552 [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=33209, Token=38F07EECB50CA8D4, 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:53:50.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:53:50.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-33209] 06:53:50.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L288, 127.0.0.1:8204, complete]! 06:53:50.553 [: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-38F07EECB50CA8D4] 06:53:50.553 [: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-33209] 06:53:50.553 [: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=33209, Token=38F07EECB50CA8D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33209, Token=38F07EECB50CA8D4, 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:53:50.553 [: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:53:50.553 [: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:53:50.554 [: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:53:50.554 [: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-33210], CON-POST MID=33210, 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:53:50.554 [: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-B8F1B5516A7CE56A], CON-POST MID=33210, Token=B8F1B5516A7CE56A, 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:53:50.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33210], KeyToken[127.0.0.1:8204-B8F1B5516A7CE56A]] 06:53:50.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.555 [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=33210, Token=B8F1B5516A7CE56A, 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:53:50.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:53:50.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33210] 06:53:50.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R291, 127.0.0.1:8201] replace CON-POST MID=33210, Token=B8F1B5516A7CE56A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33210, Token=B8F1B5516A7CE56A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R291, 127.0.0.1:8201] send response NON-2.05 MID=33210, Token=null, OptionSet={}, "server responds hi" 06:53:50.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R291, 127.0.0.1:8201, complete]! 06:53:50.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R291, 127.0.0.1:8201, complete] completed NON-2.04 MID=33210, Token=B8F1B5516A7CE56A, 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:53:50.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:53:50.557 [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=33210, Token=B8F1B5516A7CE56A, 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:53:50.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33210] 06:53:50.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L290, 127.0.0.1:8204, complete]! 06:53:50.557 [: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-B8F1B5516A7CE56A] 06:53:50.557 [: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-33210] 06:53:50.557 [: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=33210, Token=B8F1B5516A7CE56A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33210, Token=B8F1B5516A7CE56A, 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:53:50.558 [: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:53:50.558 [: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:53:50.558 [: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:53:50.559 [: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-33211], CON-POST MID=33211, 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:53:50.559 [: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-701EE8E0D6C7FF4C], CON-POST MID=33211, Token=701EE8E0D6C7FF4C, 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:53:50.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-33211], KeyToken[127.0.0.1:8204-701EE8E0D6C7FF4C]] 06:53:50.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:53:50.559 [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=33211, Token=701EE8E0D6C7FF4C, 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:53:50.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33211] 06:53:50.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R293, 127.0.0.1:8201] replace CON-POST MID=33211, Token=701EE8E0D6C7FF4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33211, Token=701EE8E0D6C7FF4C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R293, 127.0.0.1:8201] send response NON-2.05 MID=33211, Token=null, OptionSet={}, "server responds hi" 06:53:50.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R293, 127.0.0.1:8201, complete]! 06:53:50.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R293, 127.0.0.1:8201, complete] completed NON-2.04 MID=33211, Token=701EE8E0D6C7FF4C, 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:53:50.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:53:50.561 [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=33211, Token=701EE8E0D6C7FF4C, 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:53:50.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:53:50.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33211] 06:53:50.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L292, 127.0.0.1:8204, complete]! 06:53:50.562 [: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-701EE8E0D6C7FF4C] 06:53:50.562 [: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-33211] 06:53:50.562 [: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=33211, Token=701EE8E0D6C7FF4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33211, Token=701EE8E0D6C7FF4C, 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:53:50.562 [: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:53:50.562 [: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:53:50.562 [: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:53:50.563 [: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-33212], CON-POST MID=33212, 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:53:50.563 [: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-B88B385BF003B4CE], CON-POST MID=33212, Token=B88B385BF003B4CE, 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:53:50.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-33212], KeyToken[127.0.0.1:8204-B88B385BF003B4CE]] 06:53:50.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:53:50.564 [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=33212, Token=B88B385BF003B4CE, 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:53:50.564 [UDP-Receiver-localhost/127.0.0.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:53:50.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33212] 06:53:50.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R295, 127.0.0.1:8201] replace CON-POST MID=33212, Token=B88B385BF003B4CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33212, Token=B88B385BF003B4CE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R295, 127.0.0.1:8201] send response NON-2.05 MID=33212, Token=null, OptionSet={}, "server responds hi" 06:53:50.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R295, 127.0.0.1:8201, complete]! 06:53:50.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R295, 127.0.0.1:8201, complete] completed NON-2.04 MID=33212, Token=B88B385BF003B4CE, 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:53:50.565 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.565 [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=33212, Token=B88B385BF003B4CE, 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:53:50.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33212] 06:53:50.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L294, 127.0.0.1:8204, complete]! 06:53:50.566 [: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-B88B385BF003B4CE] 06:53:50.566 [: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-33212] 06:53:50.566 [: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=33212, Token=B88B385BF003B4CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33212, Token=B88B385BF003B4CE, 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:53:50.566 [: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:53:50.566 [: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:53:50.567 [: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:53:50.567 [: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-33213], CON-POST MID=33213, 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:53:50.568 [: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-A8540E254D2F39CE], CON-POST MID=33213, Token=A8540E254D2F39CE, 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:53:50.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33213], KeyToken[127.0.0.1:8204-A8540E254D2F39CE]] 06:53:50.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.568 [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=33213, Token=A8540E254D2F39CE, 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:53:50.568 [UDP-Receiver-localhost/127.0.0.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:53:50.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33213] 06:53:50.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R297, 127.0.0.1:8201] replace CON-POST MID=33213, Token=A8540E254D2F39CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33213, Token=A8540E254D2F39CE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R297, 127.0.0.1:8201] send response NON-2.05 MID=33213, Token=null, OptionSet={}, "server responds hi" 06:53:50.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R297, 127.0.0.1:8201, complete]! 06:53:50.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R297, 127.0.0.1:8201, complete] completed NON-2.04 MID=33213, Token=A8540E254D2F39CE, 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:53:50.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.570 [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=33213, Token=A8540E254D2F39CE, 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:53:50.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33213] 06:53:50.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L296, 127.0.0.1:8204, complete]! 06:53:50.571 [: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-A8540E254D2F39CE] 06:53:50.571 [: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-33213] 06:53:50.571 [: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=33213, Token=A8540E254D2F39CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33213, Token=A8540E254D2F39CE, 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:53:50.572 [: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:53:50.572 [: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:53:50.572 [: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:53:50.573 [: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-33214], CON-POST MID=33214, 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:53:50.573 [: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-7CC51B6B633C4485], CON-POST MID=33214, Token=7CC51B6B633C4485, 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:53:50.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33214], KeyToken[127.0.0.1:8204-7CC51B6B633C4485]] 06:53:50.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.574 [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=33214, Token=7CC51B6B633C4485, 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:53:50.574 [UDP-Receiver-localhost/127.0.0.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:53:50.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33214] 06:53:50.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R299, 127.0.0.1:8201] replace CON-POST MID=33214, Token=7CC51B6B633C4485, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33214, Token=7CC51B6B633C4485, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R299, 127.0.0.1:8201] send response NON-2.05 MID=33214, Token=null, OptionSet={}, "server responds hi" 06:53:50.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R299, 127.0.0.1:8201, complete]! 06:53:50.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R299, 127.0.0.1:8201, complete] completed NON-2.04 MID=33214, Token=7CC51B6B633C4485, 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:53:50.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.576 [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=33214, Token=7CC51B6B633C4485, 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:53:50.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33214] 06:53:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L298, 127.0.0.1:8204, complete]! 06:53:50.576 [: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-7CC51B6B633C4485] 06:53:50.577 [: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-33214] 06:53:50.577 [: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=33214, Token=7CC51B6B633C4485, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33214, Token=7CC51B6B633C4485, 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:53:50.577 [: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:53:50.577 [: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:53:50.578 [: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:53:50.578 [: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-33215], CON-POST MID=33215, 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:53:50.578 [: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-94E916F7C546A4CB], CON-POST MID=33215, Token=94E916F7C546A4CB, 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:53:50.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33215], KeyToken[127.0.0.1:8204-94E916F7C546A4CB]] 06:53:50.579 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:50.579 [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=33215, Token=94E916F7C546A4CB, 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:53:50.579 [UDP-Receiver-localhost/127.0.0.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:53:50.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33215] 06:53:50.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R301, 127.0.0.1:8201] replace CON-POST MID=33215, Token=94E916F7C546A4CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33215, Token=94E916F7C546A4CB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R301, 127.0.0.1:8201] send response NON-2.05 MID=33215, Token=null, OptionSet={}, "server responds hi" 06:53:50.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R301, 127.0.0.1:8201, complete]! 06:53:50.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R301, 127.0.0.1:8201, complete] completed NON-2.04 MID=33215, Token=94E916F7C546A4CB, 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:53:50.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.581 [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=33215, Token=94E916F7C546A4CB, 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:53:50.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33215] 06:53:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L300, 127.0.0.1:8204, complete]! 06:53:50.582 [: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-94E916F7C546A4CB] 06:53:50.582 [: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-33215] 06:53:50.582 [: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=33215, Token=94E916F7C546A4CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33215, Token=94E916F7C546A4CB, 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:53:50.582 [: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:53:50.582 [: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:53:50.583 [: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:53:50.640 [: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-33216], CON-POST MID=33216, 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:53:50.641 [: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-503C493710335794], CON-POST MID=33216, Token=503C493710335794, 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:53:50.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33216], KeyToken[127.0.0.1:8204-503C493710335794]] 06:53:50.641 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:50.642 [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=33216, Token=503C493710335794, 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:53:50.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:53:50.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33216] 06:53:50.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R303, 127.0.0.1:8201] replace CON-POST MID=33216, Token=503C493710335794, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33216, Token=503C493710335794, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R303, 127.0.0.1:8201] send response NON-2.05 MID=33216, Token=null, OptionSet={}, "server responds hi" 06:53:50.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R303, 127.0.0.1:8201, complete]! 06:53:50.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R303, 127.0.0.1:8201, complete] completed NON-2.04 MID=33216, Token=503C493710335794, 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:53:50.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:53:50.644 [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=33216, Token=503C493710335794, 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:53:50.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:53:50.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-33216] 06:53:50.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L302, 127.0.0.1:8204, complete]! 06:53:50.644 [: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-503C493710335794] 06:53:50.644 [: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-33216] 06:53:50.644 [: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=33216, Token=503C493710335794, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33216, Token=503C493710335794, 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:53:50.645 [: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:53:50.645 [: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:53:50.645 [: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:53:50.646 [: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-33217], CON-POST MID=33217, 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:53:50.646 [: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-38E2F5BAD4581C82], CON-POST MID=33217, Token=38E2F5BAD4581C82, 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:53:50.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33217], KeyToken[127.0.0.1:8204-38E2F5BAD4581C82]] 06:53:50.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 40 bytes to 127.0.0.1:8204 06:53:50.646 [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=33217, Token=38E2F5BAD4581C82, 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:53:50.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:53:50.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33217] 06:53:50.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R305, 127.0.0.1:8201] replace CON-POST MID=33217, Token=38E2F5BAD4581C82, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33217, Token=38E2F5BAD4581C82, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R305, 127.0.0.1:8201] send response NON-2.05 MID=33217, Token=null, OptionSet={}, "server responds hi" 06:53:50.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R305, 127.0.0.1:8201, complete]! 06:53:50.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R305, 127.0.0.1:8201, complete] completed NON-2.04 MID=33217, Token=38E2F5BAD4581C82, 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:53:50.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:53:50.648 [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=33217, Token=38E2F5BAD4581C82, 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:53:50.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:53:50.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33217] 06:53:50.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L304, 127.0.0.1:8204, complete]! 06:53:50.649 [: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-38E2F5BAD4581C82] 06:53:50.649 [: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-33217] 06:53:50.650 [: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=33217, Token=38E2F5BAD4581C82, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33217, Token=38E2F5BAD4581C82, 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:53:50.650 [: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:53:50.650 [: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:53:50.651 [: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:53:50.652 [: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-33218], CON-POST MID=33218, 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:53:50.652 [: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-E4111999263AD51C], CON-POST MID=33218, Token=E4111999263AD51C, 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:53:50.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-33218], KeyToken[127.0.0.1:8204-E4111999263AD51C]] 06:53:50.653 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.653 [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=33218, Token=E4111999263AD51C, 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:53:50.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33218] 06:53:50.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R307, 127.0.0.1:8201] replace CON-POST MID=33218, Token=E4111999263AD51C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33218, Token=E4111999263AD51C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R307, 127.0.0.1:8201] send response NON-2.05 MID=33218, Token=null, OptionSet={}, "server responds hi" 06:53:50.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R307, 127.0.0.1:8201, complete]! 06:53:50.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R307, 127.0.0.1:8201, complete] completed NON-2.04 MID=33218, Token=E4111999263AD51C, 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:53:50.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:53:50.656 [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=33218, Token=E4111999263AD51C, 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:53:50.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:53:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33218] 06:53:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L306, 127.0.0.1:8204, complete]! 06:53:50.656 [: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-E4111999263AD51C] 06:53:50.657 [: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-33218] 06:53:50.657 [: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=33218, Token=E4111999263AD51C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33218, Token=E4111999263AD51C, 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:53:50.657 [: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:53:50.657 [: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:53:50.658 [: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:53:50.658 [: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-33219], CON-POST MID=33219, 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:53:50.659 [: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-202D270C5FB1E2D1], CON-POST MID=33219, Token=202D270C5FB1E2D1, 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:53:50.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-33219], KeyToken[127.0.0.1:8204-202D270C5FB1E2D1]] 06:53:50.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:53:50.660 [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=33219, Token=202D270C5FB1E2D1, 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:53:50.660 [UDP-Receiver-localhost/127.0.0.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:53:50.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33219] 06:53:50.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R309, 127.0.0.1:8201] replace CON-POST MID=33219, Token=202D270C5FB1E2D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33219, Token=202D270C5FB1E2D1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R309, 127.0.0.1:8201] send response NON-2.05 MID=33219, Token=null, OptionSet={}, "server responds hi" 06:53:50.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R309, 127.0.0.1:8201, complete]! 06:53:50.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R309, 127.0.0.1:8201, complete] completed NON-2.04 MID=33219, Token=202D270C5FB1E2D1, 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:53:50.661 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.661 [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=33219, Token=202D270C5FB1E2D1, 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:53:50.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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-33219] 06:53:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L308, 127.0.0.1:8204, complete]! 06:53:50.662 [: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-202D270C5FB1E2D1] 06:53:50.662 [: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-33219] 06:53:50.662 [: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=33219, Token=202D270C5FB1E2D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33219, Token=202D270C5FB1E2D1, 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:53:50.663 [: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:53:50.663 [: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:53:50.664 [: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:53:50.664 [: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-33220], CON-POST MID=33220, 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:53:50.664 [: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-E88EB27AE53C4A33], CON-POST MID=33220, Token=E88EB27AE53C4A33, 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:53:50.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33220], KeyToken[127.0.0.1:8204-E88EB27AE53C4A33]] 06:53:50.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:53:50.665 [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=33220, Token=E88EB27AE53C4A33, 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:53:50.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:53:50.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33220] 06:53:50.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R311, 127.0.0.1:8201] replace CON-POST MID=33220, Token=E88EB27AE53C4A33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33220, Token=E88EB27AE53C4A33, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R311, 127.0.0.1:8201] send response NON-2.05 MID=33220, Token=null, OptionSet={}, "server responds hi" 06:53:50.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R311, 127.0.0.1:8201, complete]! 06:53:50.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R311, 127.0.0.1:8201, complete] completed NON-2.04 MID=33220, Token=E88EB27AE53C4A33, 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:53:50.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:53:50.667 [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=33220, Token=E88EB27AE53C4A33, 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:53:50.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33220] 06:53:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L310, 127.0.0.1:8204, complete]! 06:53:50.667 [: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-E88EB27AE53C4A33] 06:53:50.667 [: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-33220] 06:53:50.667 [: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=33220, Token=E88EB27AE53C4A33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33220, Token=E88EB27AE53C4A33, 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:53:50.668 [: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:53:50.668 [: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:53:50.668 [: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:53:50.668 [: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-33221], CON-POST MID=33221, 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:53:50.669 [: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-5C4D4E1E59F43DB1], CON-POST MID=33221, Token=5C4D4E1E59F43DB1, 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:53:50.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33221], KeyToken[127.0.0.1:8204-5C4D4E1E59F43DB1]] 06:53:50.669 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.669 [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=33221, Token=5C4D4E1E59F43DB1, 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:53:50.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:53:50.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33221] 06:53:50.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R313, 127.0.0.1:8201] replace CON-POST MID=33221, Token=5C4D4E1E59F43DB1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33221, Token=5C4D4E1E59F43DB1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R313, 127.0.0.1:8201] send response NON-2.05 MID=33221, Token=null, OptionSet={}, "server responds hi" 06:53:50.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R313, 127.0.0.1:8201, complete]! 06:53:50.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R313, 127.0.0.1:8201, complete] completed NON-2.04 MID=33221, Token=5C4D4E1E59F43DB1, 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:53:50.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:53:50.671 [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=33221, Token=5C4D4E1E59F43DB1, 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:53:50.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:53:50.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33221] 06:53:50.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L312, 127.0.0.1:8204, complete]! 06:53:50.672 [: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-5C4D4E1E59F43DB1] 06:53:50.672 [: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-33221] 06:53:50.672 [: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=33221, Token=5C4D4E1E59F43DB1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33221, Token=5C4D4E1E59F43DB1, 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:53:50.672 [: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:53:50.673 [: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:53:50.673 [: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:53:50.673 [: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-33222], CON-POST MID=33222, 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:53:50.674 [: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-F48B95E9AC51CCFC], CON-POST MID=33222, Token=F48B95E9AC51CCFC, 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:53:50.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-33222], KeyToken[127.0.0.1:8204-F48B95E9AC51CCFC]] 06:53:50.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:53:50.674 [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=33222, Token=F48B95E9AC51CCFC, 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:53:50.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:53:50.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33222] 06:53:50.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R315, 127.0.0.1:8201] replace CON-POST MID=33222, Token=F48B95E9AC51CCFC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33222, Token=F48B95E9AC51CCFC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R315, 127.0.0.1:8201] send response NON-2.05 MID=33222, Token=null, OptionSet={}, "server responds hi" 06:53:50.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R315, 127.0.0.1:8201, complete]! 06:53:50.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R315, 127.0.0.1:8201, complete] completed NON-2.04 MID=33222, Token=F48B95E9AC51CCFC, 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:53:50.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.677 [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=33222, Token=F48B95E9AC51CCFC, 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:53:50.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33222] 06:53:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L314, 127.0.0.1:8204, complete]! 06:53:50.677 [: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-F48B95E9AC51CCFC] 06:53:50.677 [: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-33222] 06:53:50.677 [: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=33222, Token=F48B95E9AC51CCFC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33222, Token=F48B95E9AC51CCFC, 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:53:50.678 [: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:53:50.678 [: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:53:50.679 [: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:53:50.679 [: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-33223], CON-POST MID=33223, 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:53:50.679 [: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-4072FAA6C36C568A], CON-POST MID=33223, Token=4072FAA6C36C568A, 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:53:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33223], KeyToken[127.0.0.1:8204-4072FAA6C36C568A]] 06:53:50.679 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.680 [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=33223, Token=4072FAA6C36C568A, 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:53:50.680 [UDP-Receiver-localhost/127.0.0.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:53:50.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33223] 06:53:50.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R317, 127.0.0.1:8201] replace CON-POST MID=33223, Token=4072FAA6C36C568A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33223, Token=4072FAA6C36C568A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R317, 127.0.0.1:8201] send response NON-2.05 MID=33223, Token=null, OptionSet={}, "server responds hi" 06:53:50.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R317, 127.0.0.1:8201, complete]! 06:53:50.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R317, 127.0.0.1:8201, complete] completed NON-2.04 MID=33223, Token=4072FAA6C36C568A, 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:53:50.681 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.682 [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=33223, Token=4072FAA6C36C568A, 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:53:50.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33223] 06:53:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L316, 127.0.0.1:8204, complete]! 06:53:50.682 [: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-4072FAA6C36C568A] 06:53:50.682 [: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-33223] 06:53:50.682 [: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=33223, Token=4072FAA6C36C568A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33223, Token=4072FAA6C36C568A, 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:53:50.683 [: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:53:50.683 [: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:53:50.683 [: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:53:50.683 [: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-33224], CON-POST MID=33224, 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:53:50.684 [: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-446C47987D3C4CC2], CON-POST MID=33224, Token=446C47987D3C4CC2, 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:53:50.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33224], KeyToken[127.0.0.1:8204-446C47987D3C4CC2]] 06:53:50.684 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.684 [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=33224, Token=446C47987D3C4CC2, 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:53:50.684 [UDP-Receiver-localhost/127.0.0.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:53:50.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33224] 06:53:50.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R319, 127.0.0.1:8201] replace CON-POST MID=33224, Token=446C47987D3C4CC2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33224, Token=446C47987D3C4CC2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R319, 127.0.0.1:8201] send response NON-2.05 MID=33224, Token=null, OptionSet={}, "server responds hi" 06:53:50.741 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R319, 127.0.0.1:8201, complete]! 06:53:50.741 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R319, 127.0.0.1:8201, complete] completed NON-2.04 MID=33224, Token=446C47987D3C4CC2, 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:53:50.741 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.742 [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=33224, Token=446C47987D3C4CC2, 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:53:50.742 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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:8204-33224] 06:53:50.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L318, 127.0.0.1:8204, complete]! 06:53:50.743 [: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-446C47987D3C4CC2] 06:53:50.743 [: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-33224] 06:53:50.743 [: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=33224, Token=446C47987D3C4CC2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33224, Token=446C47987D3C4CC2, 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:53:50.743 [: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:53:50.743 [: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:53:50.744 [: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:53:50.745 [: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-33225], CON-POST MID=33225, 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:53:50.745 [: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-408220B5A86D9D17], CON-POST MID=33225, Token=408220B5A86D9D17, 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:53:50.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33225], KeyToken[127.0.0.1:8204-408220B5A86D9D17]] 06:53:50.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:8204 06:53:50.746 [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=33225, Token=408220B5A86D9D17, 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:53:50.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:53:50.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33225] 06:53:50.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R321, 127.0.0.1:8201] replace CON-POST MID=33225, Token=408220B5A86D9D17, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33225, Token=408220B5A86D9D17, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R321, 127.0.0.1:8201] send response NON-2.05 MID=33225, Token=null, OptionSet={}, "server responds hi" 06:53:50.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R321, 127.0.0.1:8201, complete]! 06:53:50.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R321, 127.0.0.1:8201, complete] completed NON-2.04 MID=33225, Token=408220B5A86D9D17, 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:53:50.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:53:50.748 [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=33225, Token=408220B5A86D9D17, 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:53:50.748 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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-33225] 06:53:50.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L320, 127.0.0.1:8204, complete]! 06:53:50.749 [: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-408220B5A86D9D17] 06:53:50.749 [: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-33225] 06:53:50.749 [: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=33225, Token=408220B5A86D9D17, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33225, Token=408220B5A86D9D17, 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:53:50.749 [: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:53:50.749 [: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:53:50.750 [: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:53:50.750 [: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-33226], CON-POST MID=33226, 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:53:50.751 [: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-C8C1A72891CC50F5], CON-POST MID=33226, Token=C8C1A72891CC50F5, 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:53:50.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-33226], KeyToken[127.0.0.1:8204-C8C1A72891CC50F5]] 06:53:50.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:53:50.751 [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=33226, Token=C8C1A72891CC50F5, 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:53:50.752 [UDP-Receiver-localhost/127.0.0.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:53:50.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33226] 06:53:50.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R323, 127.0.0.1:8201] replace CON-POST MID=33226, Token=C8C1A72891CC50F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33226, Token=C8C1A72891CC50F5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R323, 127.0.0.1:8201] send response NON-2.05 MID=33226, Token=null, OptionSet={}, "server responds hi" 06:53:50.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R323, 127.0.0.1:8201, complete]! 06:53:50.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R323, 127.0.0.1:8201, complete] completed NON-2.04 MID=33226, Token=C8C1A72891CC50F5, 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:53:50.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:53:50.754 [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=33226, Token=C8C1A72891CC50F5, 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:53:50.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:53:50.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-33226] 06:53:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L322, 127.0.0.1:8204, complete]! 06:53:50.755 [: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-C8C1A72891CC50F5] 06:53:50.755 [: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-33226] 06:53:50.755 [: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=33226, Token=C8C1A72891CC50F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33226, Token=C8C1A72891CC50F5, 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:53:50.755 [: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:53:50.755 [: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:53:50.756 [: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:53:50.756 [: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-33227], CON-POST MID=33227, 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:53:50.756 [: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-0C1A85B7540A07FF], CON-POST MID=33227, Token=0C1A85B7540A07FF, 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:53:50.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-33227], KeyToken[127.0.0.1:8204-0C1A85B7540A07FF]] 06:53:50.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:53:50.757 [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=33227, Token=0C1A85B7540A07FF, 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:53:50.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:53:50.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33227] 06:53:50.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R325, 127.0.0.1:8201] replace CON-POST MID=33227, Token=0C1A85B7540A07FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33227, Token=0C1A85B7540A07FF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R325, 127.0.0.1:8201] send response NON-2.05 MID=33227, Token=null, OptionSet={}, "server responds hi" 06:53:50.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R325, 127.0.0.1:8201, complete]! 06:53:50.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R325, 127.0.0.1:8201, complete] completed NON-2.04 MID=33227, Token=0C1A85B7540A07FF, 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:53:50.759 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.759 [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=33227, Token=0C1A85B7540A07FF, 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:53:50.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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-33227] 06:53:50.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L324, 127.0.0.1:8204, complete]! 06:53:50.760 [: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-0C1A85B7540A07FF] 06:53:50.760 [: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-33227] 06:53:50.760 [: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=33227, Token=0C1A85B7540A07FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33227, Token=0C1A85B7540A07FF, 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:53:50.761 [: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:53:50.761 [: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:53:50.761 [: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:53:50.762 [: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-33228], CON-POST MID=33228, 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:53:50.762 [: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-C808CF6D042899AF], CON-POST MID=33228, Token=C808CF6D042899AF, 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:53:50.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-33228], KeyToken[127.0.0.1:8204-C808CF6D042899AF]] 06:53:50.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:53:50.763 [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=33228, Token=C808CF6D042899AF, 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:53:50.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33228] 06:53:50.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R327, 127.0.0.1:8201] replace CON-POST MID=33228, Token=C808CF6D042899AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33228, Token=C808CF6D042899AF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R327, 127.0.0.1:8201] send response NON-2.05 MID=33228, Token=null, OptionSet={}, "server responds hi" 06:53:50.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R327, 127.0.0.1:8201, complete]! 06:53:50.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R327, 127.0.0.1:8201, complete] completed NON-2.04 MID=33228, Token=C808CF6D042899AF, 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:53:50.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:53:50.765 [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=33228, Token=C808CF6D042899AF, 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:53:50.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:53:50.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-33228] 06:53:50.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L326, 127.0.0.1:8204, complete]! 06:53:50.766 [: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-C808CF6D042899AF] 06:53:50.766 [: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-33228] 06:53:50.766 [: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=33228, Token=C808CF6D042899AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33228, Token=C808CF6D042899AF, 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:53:50.767 [: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:53:50.767 [: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:53:50.767 [: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:53:50.768 [: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-33229], CON-POST MID=33229, 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:53:50.768 [: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-44F00F2D62BB2B29], CON-POST MID=33229, Token=44F00F2D62BB2B29, 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:53:50.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33229], KeyToken[127.0.0.1:8204-44F00F2D62BB2B29]] 06:53:50.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.769 [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=33229, Token=44F00F2D62BB2B29, 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:53:50.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33229] 06:53:50.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R329, 127.0.0.1:8201] replace CON-POST MID=33229, Token=44F00F2D62BB2B29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33229, Token=44F00F2D62BB2B29, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R329, 127.0.0.1:8201] send response NON-2.05 MID=33229, Token=null, OptionSet={}, "server responds hi" 06:53:50.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R329, 127.0.0.1:8201, complete]! 06:53:50.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R329, 127.0.0.1:8201, complete] completed NON-2.04 MID=33229, Token=44F00F2D62BB2B29, 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:53:50.770 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.771 [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=33229, Token=44F00F2D62BB2B29, 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:53:50.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33229] 06:53:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L328, 127.0.0.1:8204, complete]! 06:53:50.771 [: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-44F00F2D62BB2B29] 06:53:50.771 [: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-33229] 06:53:50.771 [: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=33229, Token=44F00F2D62BB2B29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33229, Token=44F00F2D62BB2B29, 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:53:50.772 [: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:53:50.772 [: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:53:50.772 [: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:53:50.772 [: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-33230], CON-POST MID=33230, 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:53:50.773 [: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-58DC73D88C69354B], CON-POST MID=33230, Token=58DC73D88C69354B, 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:53:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33230], KeyToken[127.0.0.1:8204-58DC73D88C69354B]] 06:53:50.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.773 [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=33230, Token=58DC73D88C69354B, 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:53:50.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33230] 06:53:50.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R331, 127.0.0.1:8201] replace CON-POST MID=33230, Token=58DC73D88C69354B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33230, Token=58DC73D88C69354B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R331, 127.0.0.1:8201] send response NON-2.05 MID=33230, Token=null, OptionSet={}, "server responds hi" 06:53:50.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R331, 127.0.0.1:8201, complete]! 06:53:50.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R331, 127.0.0.1:8201, complete] completed NON-2.04 MID=33230, Token=58DC73D88C69354B, 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:53:50.774 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.775 [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=33230, Token=58DC73D88C69354B, 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:53:50.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33230] 06:53:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L330, 127.0.0.1:8204, complete]! 06:53:50.775 [: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-58DC73D88C69354B] 06:53:50.775 [: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-33230] 06:53:50.775 [: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=33230, Token=58DC73D88C69354B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33230, Token=58DC73D88C69354B, 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:53:50.776 [: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:53:50.776 [: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:53:50.776 [: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:53:50.776 [: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-33231], CON-POST MID=33231, 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:53:50.776 [: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-40D89E55203714F8], CON-POST MID=33231, Token=40D89E55203714F8, 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:53:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33231], KeyToken[127.0.0.1:8204-40D89E55203714F8]] 06:53:50.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.777 [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=33231, Token=40D89E55203714F8, 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:53:50.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33231] 06:53:50.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R333, 127.0.0.1:8201] replace CON-POST MID=33231, Token=40D89E55203714F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33231, Token=40D89E55203714F8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R333, 127.0.0.1:8201] send response NON-2.05 MID=33231, Token=null, OptionSet={}, "server responds hi" 06:53:50.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R333, 127.0.0.1:8201, complete]! 06:53:50.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R333, 127.0.0.1:8201, complete] completed NON-2.04 MID=33231, Token=40D89E55203714F8, 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:53:50.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.779 [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=33231, Token=40D89E55203714F8, 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:53:50.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33231] 06:53:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L332, 127.0.0.1:8204, complete]! 06:53:50.779 [: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-40D89E55203714F8] 06:53:50.779 [: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-33231] 06:53:50.779 [: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=33231, Token=40D89E55203714F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33231, Token=40D89E55203714F8, 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:53:50.780 [: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:53:50.780 [: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:53:50.780 [: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:53:50.780 [: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-33232], CON-POST MID=33232, 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:53:50.780 [: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-F02EA2EADDCB41DC], CON-POST MID=33232, Token=F02EA2EADDCB41DC, 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:53:50.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33232], KeyToken[127.0.0.1:8204-F02EA2EADDCB41DC]] 06:53:50.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.781 [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=33232, Token=F02EA2EADDCB41DC, 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:53:50.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33232] 06:53:50.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R335, 127.0.0.1:8201] replace CON-POST MID=33232, Token=F02EA2EADDCB41DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33232, Token=F02EA2EADDCB41DC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R335, 127.0.0.1:8201] send response NON-2.05 MID=33232, Token=null, OptionSet={}, "server responds hi" 06:53:50.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R335, 127.0.0.1:8201, complete]! 06:53:50.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R335, 127.0.0.1:8201, complete] completed NON-2.04 MID=33232, Token=F02EA2EADDCB41DC, 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:53:50.782 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.783 [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=33232, Token=F02EA2EADDCB41DC, 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:53:50.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33232] 06:53:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L334, 127.0.0.1:8204, complete]! 06:53:50.783 [: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-F02EA2EADDCB41DC] 06:53:50.783 [: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-33232] 06:53:50.783 [: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=33232, Token=F02EA2EADDCB41DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33232, Token=F02EA2EADDCB41DC, 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:53:50.841 [: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:53:50.841 [: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:53:50.842 [: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:53:50.842 [: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-33233], CON-POST MID=33233, 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:53:50.842 [: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-444EFB254260C257], CON-POST MID=33233, Token=444EFB254260C257, 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:53:50.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-33233], KeyToken[127.0.0.1:8204-444EFB254260C257]] 06:53:50.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:8204 06:53:50.843 [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=33233, Token=444EFB254260C257, 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:53:50.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:53:50.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33233] 06:53:50.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R337, 127.0.0.1:8201] replace CON-POST MID=33233, Token=444EFB254260C257, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33233, Token=444EFB254260C257, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R337, 127.0.0.1:8201] send response NON-2.05 MID=33233, Token=null, OptionSet={}, "server responds hi" 06:53:50.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R337, 127.0.0.1:8201, complete]! 06:53:50.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R337, 127.0.0.1:8201, complete] completed NON-2.04 MID=33233, Token=444EFB254260C257, 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:53:50.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:53:50.845 [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=33233, Token=444EFB254260C257, 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:53:50.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:53:50.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-33233] 06:53:50.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L336, 127.0.0.1:8204, complete]! 06:53:50.846 [: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-444EFB254260C257] 06:53:50.846 [: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-33233] 06:53:50.846 [: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=33233, Token=444EFB254260C257, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33233, Token=444EFB254260C257, 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:53:50.846 [: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:53:50.846 [: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:53:50.847 [: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:53:50.847 [: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-33234], CON-POST MID=33234, 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:53:50.847 [: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-00F55FDED11226A1], CON-POST MID=33234, Token=00F55FDED11226A1, 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:53:50.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33234], KeyToken[127.0.0.1:8204-00F55FDED11226A1]] 06:53:50.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:53:50.848 [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=33234, Token=00F55FDED11226A1, 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:53:50.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:53:50.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33234] 06:53:50.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R339, 127.0.0.1:8201] replace CON-POST MID=33234, Token=00F55FDED11226A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33234, Token=00F55FDED11226A1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R339, 127.0.0.1:8201] send response NON-2.05 MID=33234, Token=null, OptionSet={}, "server responds hi" 06:53:50.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R339, 127.0.0.1:8201, complete]! 06:53:50.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R339, 127.0.0.1:8201, complete] completed NON-2.04 MID=33234, Token=00F55FDED11226A1, 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:53:50.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:53:50.850 [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=33234, Token=00F55FDED11226A1, 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:53:50.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:53:50.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-33234] 06:53:50.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L338, 127.0.0.1:8204, complete]! 06:53:50.851 [: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-00F55FDED11226A1] 06:53:50.851 [: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-33234] 06:53:50.851 [: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=33234, Token=00F55FDED11226A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33234, Token=00F55FDED11226A1, 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:53:50.851 [: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:53:50.851 [: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:53:50.852 [: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:53:50.852 [: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-33235], CON-POST MID=33235, 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:53:50.852 [: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-042420593FDA43A8], CON-POST MID=33235, Token=042420593FDA43A8, 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:53:50.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33235], KeyToken[127.0.0.1:8204-042420593FDA43A8]] 06:53:50.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:53:50.853 [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=33235, Token=042420593FDA43A8, 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:53:50.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:53:50.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33235] 06:53:50.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R341, 127.0.0.1:8201] replace CON-POST MID=33235, Token=042420593FDA43A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33235, Token=042420593FDA43A8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R341, 127.0.0.1:8201] send response NON-2.05 MID=33235, Token=null, OptionSet={}, "server responds hi" 06:53:50.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R341, 127.0.0.1:8201, complete]! 06:53:50.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R341, 127.0.0.1:8201, complete] completed NON-2.04 MID=33235, Token=042420593FDA43A8, 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:53:50.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:53:50.855 [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=33235, Token=042420593FDA43A8, 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:53:50.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:53:50.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-33235] 06:53:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L340, 127.0.0.1:8204, complete]! 06:53:50.855 [: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-042420593FDA43A8] 06:53:50.855 [: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-33235] 06:53:50.856 [: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=33235, Token=042420593FDA43A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33235, Token=042420593FDA43A8, 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:53:50.856 [: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:53:50.856 [: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:53:50.857 [: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:53:50.857 [: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-33236], CON-POST MID=33236, 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:53:50.857 [: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-CC1FDB882E399FC8], CON-POST MID=33236, Token=CC1FDB882E399FC8, 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:53:50.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-33236], KeyToken[127.0.0.1:8204-CC1FDB882E399FC8]] 06:53:50.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:53:50.858 [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=33236, Token=CC1FDB882E399FC8, 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:53:50.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:53:50.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33236] 06:53:50.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R343, 127.0.0.1:8201] replace CON-POST MID=33236, Token=CC1FDB882E399FC8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33236, Token=CC1FDB882E399FC8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R343, 127.0.0.1:8201] send response NON-2.05 MID=33236, Token=null, OptionSet={}, "server responds hi" 06:53:50.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R343, 127.0.0.1:8201, complete]! 06:53:50.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R343, 127.0.0.1:8201, complete] completed NON-2.04 MID=33236, Token=CC1FDB882E399FC8, 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:53:50.860 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.860 [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=33236, Token=CC1FDB882E399FC8, 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:53:50.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33236] 06:53:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L342, 127.0.0.1:8204, complete]! 06:53:50.860 [: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-CC1FDB882E399FC8] 06:53:50.860 [: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-33236] 06:53:50.861 [: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=33236, Token=CC1FDB882E399FC8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33236, Token=CC1FDB882E399FC8, 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:53:50.861 [: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:53:50.861 [: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:53:50.862 [: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:53:50.862 [: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-33237], CON-POST MID=33237, 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:53:50.862 [: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-B084F8CD1F2D2AB5], CON-POST MID=33237, Token=B084F8CD1F2D2AB5, 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:53:50.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33237], KeyToken[127.0.0.1:8204-B084F8CD1F2D2AB5]] 06:53:50.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.863 [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=33237, Token=B084F8CD1F2D2AB5, 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:53:50.863 [UDP-Receiver-localhost/127.0.0.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:53:50.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33237] 06:53:50.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R345, 127.0.0.1:8201] replace CON-POST MID=33237, Token=B084F8CD1F2D2AB5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33237, Token=B084F8CD1F2D2AB5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R345, 127.0.0.1:8201] send response NON-2.05 MID=33237, Token=null, OptionSet={}, "server responds hi" 06:53:50.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R345, 127.0.0.1:8201, complete]! 06:53:50.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R345, 127.0.0.1:8201, complete] completed NON-2.04 MID=33237, Token=B084F8CD1F2D2AB5, 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:53:50.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.865 [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=33237, Token=B084F8CD1F2D2AB5, 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:53:50.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33237] 06:53:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L344, 127.0.0.1:8204, complete]! 06:53:50.865 [: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-B084F8CD1F2D2AB5] 06:53:50.865 [: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-33237] 06:53:50.866 [: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=33237, Token=B084F8CD1F2D2AB5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33237, Token=B084F8CD1F2D2AB5, 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:53:50.866 [: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:53:50.866 [: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:53:50.867 [: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:53:50.867 [: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-33238], CON-POST MID=33238, 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:53:50.867 [: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-F4225E24F977A8DC], CON-POST MID=33238, Token=F4225E24F977A8DC, 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:53:50.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-33238], KeyToken[127.0.0.1:8204-F4225E24F977A8DC]] 06:53:50.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:53:50.868 [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=33238, Token=F4225E24F977A8DC, 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:53:50.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:53:50.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33238] 06:53:50.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R347, 127.0.0.1:8201] replace CON-POST MID=33238, Token=F4225E24F977A8DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33238, Token=F4225E24F977A8DC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R347, 127.0.0.1:8201] send response NON-2.05 MID=33238, Token=null, OptionSet={}, "server responds hi" 06:53:50.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R347, 127.0.0.1:8201, complete]! 06:53:50.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R347, 127.0.0.1:8201, complete] completed NON-2.04 MID=33238, Token=F4225E24F977A8DC, 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:53:50.870 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.870 [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=33238, Token=F4225E24F977A8DC, 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:53:50.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33238] 06:53:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L346, 127.0.0.1:8204, complete]! 06:53:50.871 [: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-F4225E24F977A8DC] 06:53:50.871 [: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-33238] 06:53:50.871 [: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=33238, Token=F4225E24F977A8DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33238, Token=F4225E24F977A8DC, 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:53:50.871 [: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:53:50.871 [: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:53:50.872 [: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:53:50.872 [: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-33239], CON-POST MID=33239, 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:53:50.872 [: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-DC2C0DAC06180706], CON-POST MID=33239, Token=DC2C0DAC06180706, 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:53:50.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33239], KeyToken[127.0.0.1:8204-DC2C0DAC06180706]] 06:53:50.873 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.873 [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=33239, Token=DC2C0DAC06180706, 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:53:50.873 [UDP-Receiver-localhost/127.0.0.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:53:50.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33239] 06:53:50.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R349, 127.0.0.1:8201] replace CON-POST MID=33239, Token=DC2C0DAC06180706, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33239, Token=DC2C0DAC06180706, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R349, 127.0.0.1:8201] send response NON-2.05 MID=33239, Token=null, OptionSet={}, "server responds hi" 06:53:50.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R349, 127.0.0.1:8201, complete]! 06:53:50.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R349, 127.0.0.1:8201, complete] completed NON-2.04 MID=33239, Token=DC2C0DAC06180706, 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:53:50.875 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.876 [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=33239, Token=DC2C0DAC06180706, 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:53:50.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33239] 06:53:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L348, 127.0.0.1:8204, complete]! 06:53:50.876 [: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-DC2C0DAC06180706] 06:53:50.876 [: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-33239] 06:53:50.876 [: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=33239, Token=DC2C0DAC06180706, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33239, Token=DC2C0DAC06180706, 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:53:50.877 [: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:53:50.877 [: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:53:50.877 [: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:53:50.878 [: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-33240], CON-POST MID=33240, 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:53:50.878 [: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-A84827EE7BEA0756], CON-POST MID=33240, Token=A84827EE7BEA0756, 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:53:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33240], KeyToken[127.0.0.1:8204-A84827EE7BEA0756]] 06:53:50.878 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.879 [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=33240, Token=A84827EE7BEA0756, 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:53:50.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33240] 06:53:50.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R351, 127.0.0.1:8201] replace CON-POST MID=33240, Token=A84827EE7BEA0756, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33240, Token=A84827EE7BEA0756, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R351, 127.0.0.1:8201] send response NON-2.05 MID=33240, Token=null, OptionSet={}, "server responds hi" 06:53:50.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R351, 127.0.0.1:8201, complete]! 06:53:50.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R351, 127.0.0.1:8201, complete] completed NON-2.04 MID=33240, Token=A84827EE7BEA0756, 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:53:50.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.881 [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=33240, Token=A84827EE7BEA0756, 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:53:50.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33240] 06:53:50.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L350, 127.0.0.1:8204, complete]! 06:53:50.881 [: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-A84827EE7BEA0756] 06:53:50.881 [: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-33240] 06:53:50.881 [: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=33240, Token=A84827EE7BEA0756, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33240, Token=A84827EE7BEA0756, 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:53:50.941 [: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:53:50.941 [: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:53:50.942 [: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:53:50.942 [: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-33241], CON-POST MID=33241, 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:53:50.943 [: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-7C1A3F41037A7E15], CON-POST MID=33241, Token=7C1A3F41037A7E15, 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:53:50.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-33241], KeyToken[127.0.0.1:8204-7C1A3F41037A7E15]] 06:53:50.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:53:50.944 [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=33241, Token=7C1A3F41037A7E15, 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:53:50.944 [UDP-Receiver-localhost/127.0.0.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:53:50.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33241] 06:53:50.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R353, 127.0.0.1:8201] replace CON-POST MID=33241, Token=7C1A3F41037A7E15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33241, Token=7C1A3F41037A7E15, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R353, 127.0.0.1:8201] send response NON-2.05 MID=33241, Token=null, OptionSet={}, "server responds hi" 06:53:50.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R353, 127.0.0.1:8201, complete]! 06:53:50.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R353, 127.0.0.1:8201, complete] completed NON-2.04 MID=33241, Token=7C1A3F41037A7E15, 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:53:50.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:8201 06:53:50.946 [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=33241, Token=7C1A3F41037A7E15, 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:53:50.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:53:50.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:8204-33241] 06:53:50.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L352, 127.0.0.1:8204, complete]! 06:53:50.947 [: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-7C1A3F41037A7E15] 06:53:50.947 [: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-33241] 06:53:50.947 [: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=33241, Token=7C1A3F41037A7E15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33241, Token=7C1A3F41037A7E15, 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:53:50.947 [: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:53:50.947 [: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:53:50.948 [: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:53:50.948 [: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-33242], CON-POST MID=33242, 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:53:50.948 [: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-282A8C0764AD253E], CON-POST MID=33242, Token=282A8C0764AD253E, 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:53:50.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33242], KeyToken[127.0.0.1:8204-282A8C0764AD253E]] 06:53:50.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:8204 06:53:50.949 [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=33242, Token=282A8C0764AD253E, 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:53:50.949 [UDP-Receiver-localhost/127.0.0.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:53:50.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33242] 06:53:50.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R355, 127.0.0.1:8201] replace CON-POST MID=33242, Token=282A8C0764AD253E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33242, Token=282A8C0764AD253E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R355, 127.0.0.1:8201] send response NON-2.05 MID=33242, Token=null, OptionSet={}, "server responds hi" 06:53:50.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R355, 127.0.0.1:8201, complete]! 06:53:50.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R355, 127.0.0.1:8201, complete] completed NON-2.04 MID=33242, Token=282A8C0764AD253E, 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:53:50.951 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.951 [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=33242, Token=282A8C0764AD253E, 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:53:50.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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:8204-33242] 06:53:50.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L354, 127.0.0.1:8204, complete]! 06:53:50.952 [: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-282A8C0764AD253E] 06:53:50.952 [: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-33242] 06:53:50.952 [: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=33242, Token=282A8C0764AD253E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33242, Token=282A8C0764AD253E, 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:53:50.953 [: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:53:50.953 [: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:53:50.953 [: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:53:50.953 [: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-33243], CON-POST MID=33243, 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:53:50.953 [: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-9C2BAE531C67001A], CON-POST MID=33243, Token=9C2BAE531C67001A, 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:53:50.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33243], KeyToken[127.0.0.1:8204-9C2BAE531C67001A]] 06:53:50.954 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.954 [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=33243, Token=9C2BAE531C67001A, 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:53:50.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:50.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33243] 06:53:50.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R357, 127.0.0.1:8201] replace CON-POST MID=33243, Token=9C2BAE531C67001A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33243, Token=9C2BAE531C67001A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R357, 127.0.0.1:8201] send response NON-2.05 MID=33243, Token=null, OptionSet={}, "server responds hi" 06:53:50.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R357, 127.0.0.1:8201, complete]! 06:53:50.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R357, 127.0.0.1:8201, complete] completed NON-2.04 MID=33243, Token=9C2BAE531C67001A, 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:53:50.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:50.956 [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=33243, Token=9C2BAE531C67001A, 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:53:50.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:50.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:8204-33243] 06:53:50.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L356, 127.0.0.1:8204, complete]! 06:53:50.957 [: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-9C2BAE531C67001A] 06:53:50.957 [: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-33243] 06:53:50.957 [: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=33243, Token=9C2BAE531C67001A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33243, Token=9C2BAE531C67001A, 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:53:50.957 [: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:53:50.957 [: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:53:50.958 [: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:53:50.958 [: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-33244], CON-POST MID=33244, 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:53:50.958 [: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-30E3FAC2AFD7DFD0], CON-POST MID=33244, Token=30E3FAC2AFD7DFD0, 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:53:50.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33244], KeyToken[127.0.0.1:8204-30E3FAC2AFD7DFD0]] 06:53:50.958 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.959 [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=33244, Token=30E3FAC2AFD7DFD0, 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:53:50.959 [UDP-Receiver-localhost/127.0.0.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:53:50.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33244] 06:53:50.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R359, 127.0.0.1:8201] replace CON-POST MID=33244, Token=30E3FAC2AFD7DFD0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33244, Token=30E3FAC2AFD7DFD0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R359, 127.0.0.1:8201] send response NON-2.05 MID=33244, Token=null, OptionSet={}, "server responds hi" 06:53:50.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R359, 127.0.0.1:8201, complete]! 06:53:50.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R359, 127.0.0.1:8201, complete] completed NON-2.04 MID=33244, Token=30E3FAC2AFD7DFD0, 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:53:50.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:53:50.960 [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=33244, Token=30E3FAC2AFD7DFD0, 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:53:50.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:53:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33244] 06:53:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L358, 127.0.0.1:8204, complete]! 06:53:50.961 [: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-30E3FAC2AFD7DFD0] 06:53:50.961 [: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-33244] 06:53:50.961 [: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=33244, Token=30E3FAC2AFD7DFD0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33244, Token=30E3FAC2AFD7DFD0, 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:53:50.961 [: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:53:50.961 [: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:53:50.962 [: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:53:50.962 [: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-33245], CON-POST MID=33245, 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:53:50.962 [: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-9C55717D78C5B89F], CON-POST MID=33245, Token=9C55717D78C5B89F, 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:53:50.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33245], KeyToken[127.0.0.1:8204-9C55717D78C5B89F]] 06:53:50.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.963 [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=33245, Token=9C55717D78C5B89F, 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:53:50.963 [UDP-Receiver-localhost/127.0.0.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:53:50.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33245] 06:53:50.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R361, 127.0.0.1:8201] replace CON-POST MID=33245, Token=9C55717D78C5B89F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33245, Token=9C55717D78C5B89F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R361, 127.0.0.1:8201] send response NON-2.05 MID=33245, Token=null, OptionSet={}, "server responds hi" 06:53:50.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R361, 127.0.0.1:8201, complete]! 06:53:50.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R361, 127.0.0.1:8201, complete] completed NON-2.04 MID=33245, Token=9C55717D78C5B89F, 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:53:50.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:53:50.965 [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=33245, Token=9C55717D78C5B89F, 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:53:50.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:53:50.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-33245] 06:53:50.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L360, 127.0.0.1:8204, complete]! 06:53:50.965 [: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-9C55717D78C5B89F] 06:53:50.965 [: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-33245] 06:53:50.965 [: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=33245, Token=9C55717D78C5B89F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33245, Token=9C55717D78C5B89F, 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:53:50.966 [: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:53:50.966 [: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:53:50.966 [: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:53:50.966 [: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-33246], CON-POST MID=33246, 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:53:50.967 [: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-0C06E8D04FFD35D6], CON-POST MID=33246, Token=0C06E8D04FFD35D6, 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:53:50.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-33246], KeyToken[127.0.0.1:8204-0C06E8D04FFD35D6]] 06:53:50.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:53:50.967 [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=33246, Token=0C06E8D04FFD35D6, 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:53:50.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:53:50.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33246] 06:53:50.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R363, 127.0.0.1:8201] replace CON-POST MID=33246, Token=0C06E8D04FFD35D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33246, Token=0C06E8D04FFD35D6, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R363, 127.0.0.1:8201] send response NON-2.05 MID=33246, Token=null, OptionSet={}, "server responds hi" 06:53:50.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R363, 127.0.0.1:8201, complete]! 06:53:50.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R363, 127.0.0.1:8201, complete] completed NON-2.04 MID=33246, Token=0C06E8D04FFD35D6, 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:53:50.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:53:50.969 [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=33246, Token=0C06E8D04FFD35D6, 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:53:50.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:53:50.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-33246] 06:53:50.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:50.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:53:50.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L362, 127.0.0.1:8204, complete]! 06:53:50.969 [: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-0C06E8D04FFD35D6] 06:53:50.969 [: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-33246] 06:53:50.969 [: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=33246, Token=0C06E8D04FFD35D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33246, Token=0C06E8D04FFD35D6, 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:53:50.970 [: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:53:50.970 [: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:53:50.970 [: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:53:50.971 [: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-33247], CON-POST MID=33247, 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:53:50.971 [: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-0482501BEFB8A1E7], CON-POST MID=33247, Token=0482501BEFB8A1E7, 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:53:50.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33247], KeyToken[127.0.0.1:8204-0482501BEFB8A1E7]] 06:53:50.971 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:50.971 [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=33247, Token=0482501BEFB8A1E7, 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:53:50.971 [UDP-Receiver-localhost/127.0.0.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:53:50.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33247] 06:53:50.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:50.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R365, 127.0.0.1:8201] replace CON-POST MID=33247, Token=0482501BEFB8A1E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33247, Token=0482501BEFB8A1E7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:50.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R365, 127.0.0.1:8201] send response NON-2.05 MID=33247, Token=null, OptionSet={}, "server responds hi" 06:53:51.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R365, 127.0.0.1:8201, complete]! 06:53:51.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R365, 127.0.0.1:8201, complete] completed NON-2.04 MID=33247, Token=0482501BEFB8A1E7, 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:53:51.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:53:51.042 [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=33247, Token=0482501BEFB8A1E7, 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:53:51.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:53:51.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-33247] 06:53:51.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L364, 127.0.0.1:8204, complete]! 06:53:51.043 [: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-0482501BEFB8A1E7] 06:53:51.043 [: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-33247] 06:53:51.043 [: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=33247, Token=0482501BEFB8A1E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33247, Token=0482501BEFB8A1E7, 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:53:51.043 [: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:53:51.043 [: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:53:51.044 [: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:53:51.044 [: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-33248], CON-POST MID=33248, 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:53:51.044 [: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-2C158CC3BE6F946D], CON-POST MID=33248, Token=2C158CC3BE6F946D, 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:53:51.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-33248], KeyToken[127.0.0.1:8204-2C158CC3BE6F946D]] 06:53:51.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:8204 06:53:51.045 [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=33248, Token=2C158CC3BE6F946D, 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:53:51.045 [UDP-Receiver-localhost/127.0.0.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:53:51.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33248] 06:53:51.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R367, 127.0.0.1:8201] replace CON-POST MID=33248, Token=2C158CC3BE6F946D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33248, Token=2C158CC3BE6F946D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R367, 127.0.0.1:8201] send response NON-2.05 MID=33248, Token=null, OptionSet={}, "server responds hi" 06:53:51.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R367, 127.0.0.1:8201, complete]! 06:53:51.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R367, 127.0.0.1:8201, complete] completed NON-2.04 MID=33248, Token=2C158CC3BE6F946D, 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:53:51.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:53:51.047 [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=33248, Token=2C158CC3BE6F946D, 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:53:51.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:53:51.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-33248] 06:53:51.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L366, 127.0.0.1:8204, complete]! 06:53:51.048 [: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-2C158CC3BE6F946D] 06:53:51.048 [: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-33248] 06:53:51.048 [: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=33248, Token=2C158CC3BE6F946D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33248, Token=2C158CC3BE6F946D, 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:53:51.049 [: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:53:51.049 [: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:53:51.049 [: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:53:51.050 [: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-33249], CON-POST MID=33249, 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:53:51.050 [: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-682B9AEDA4F92C06], CON-POST MID=33249, Token=682B9AEDA4F92C06, 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:53:51.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-33249], KeyToken[127.0.0.1:8204-682B9AEDA4F92C06]] 06:53:51.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:8204 06:53:51.051 [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=33249, Token=682B9AEDA4F92C06, 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:53:51.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:53:51.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33249] 06:53:51.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R369, 127.0.0.1:8201] replace CON-POST MID=33249, Token=682B9AEDA4F92C06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33249, Token=682B9AEDA4F92C06, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R369, 127.0.0.1:8201] send response NON-2.05 MID=33249, Token=null, OptionSet={}, "server responds hi" 06:53:51.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R369, 127.0.0.1:8201, complete]! 06:53:51.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R369, 127.0.0.1:8201, complete] completed NON-2.04 MID=33249, Token=682B9AEDA4F92C06, 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:53:51.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:53:51.053 [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=33249, Token=682B9AEDA4F92C06, 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:53:51.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33249] 06:53:51.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L368, 127.0.0.1:8204, complete]! 06:53:51.054 [: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-682B9AEDA4F92C06] 06:53:51.054 [: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-33249] 06:53:51.054 [: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=33249, Token=682B9AEDA4F92C06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33249, Token=682B9AEDA4F92C06, 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:53:51.054 [: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:53:51.054 [: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:53:51.055 [: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:53:51.055 [: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-33250], CON-POST MID=33250, 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:53:51.055 [: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-44BAA831BBE46A23], CON-POST MID=33250, Token=44BAA831BBE46A23, 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:53:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33250], KeyToken[127.0.0.1:8204-44BAA831BBE46A23]] 06:53:51.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:53:51.056 [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=33250, Token=44BAA831BBE46A23, 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:53:51.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:53:51.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33250] 06:53:51.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R371, 127.0.0.1:8201] replace CON-POST MID=33250, Token=44BAA831BBE46A23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33250, Token=44BAA831BBE46A23, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R371, 127.0.0.1:8201] send response NON-2.05 MID=33250, Token=null, OptionSet={}, "server responds hi" 06:53:51.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R371, 127.0.0.1:8201, complete]! 06:53:51.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R371, 127.0.0.1:8201, complete] completed NON-2.04 MID=33250, Token=44BAA831BBE46A23, 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:53:51.058 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.058 [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=33250, Token=44BAA831BBE46A23, 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:53:51.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:53:51.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-33250] 06:53:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L370, 127.0.0.1:8204, complete]! 06:53:51.059 [: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-44BAA831BBE46A23] 06:53:51.059 [: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-33250] 06:53:51.059 [: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=33250, Token=44BAA831BBE46A23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33250, Token=44BAA831BBE46A23, 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:53:51.060 [: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:53:51.060 [: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:53:51.061 [: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:53:51.061 [: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-33251], CON-POST MID=33251, 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:53:51.061 [: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-C0A7417F00628E28], CON-POST MID=33251, Token=C0A7417F00628E28, 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:53:51.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-33251], KeyToken[127.0.0.1:8204-C0A7417F00628E28]] 06:53:51.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:53:51.062 [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=33251, Token=C0A7417F00628E28, 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:53:51.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33251] 06:53:51.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R373, 127.0.0.1:8201] replace CON-POST MID=33251, Token=C0A7417F00628E28, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33251, Token=C0A7417F00628E28, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R373, 127.0.0.1:8201] send response NON-2.05 MID=33251, Token=null, OptionSet={}, "server responds hi" 06:53:51.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R373, 127.0.0.1:8201, complete]! 06:53:51.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R373, 127.0.0.1:8201, complete] completed NON-2.04 MID=33251, Token=C0A7417F00628E28, 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:53:51.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:53:51.064 [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=33251, Token=C0A7417F00628E28, 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:53:51.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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-33251] 06:53:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L372, 127.0.0.1:8204, complete]! 06:53:51.065 [: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-C0A7417F00628E28] 06:53:51.065 [: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-33251] 06:53:51.065 [: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=33251, Token=C0A7417F00628E28, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33251, Token=C0A7417F00628E28, 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:53:51.066 [: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:53:51.066 [: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:53:51.067 [: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:53:51.067 [: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-33252], CON-POST MID=33252, 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:53:51.067 [: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-0C73697AD1E1DD3F], CON-POST MID=33252, Token=0C73697AD1E1DD3F, 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:53:51.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-33252], KeyToken[127.0.0.1:8204-0C73697AD1E1DD3F]] 06:53:51.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:8204 06:53:51.068 [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=33252, Token=0C73697AD1E1DD3F, 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:53:51.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33252] 06:53:51.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R375, 127.0.0.1:8201] replace CON-POST MID=33252, Token=0C73697AD1E1DD3F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33252, Token=0C73697AD1E1DD3F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R375, 127.0.0.1:8201] send response NON-2.05 MID=33252, Token=null, OptionSet={}, "server responds hi" 06:53:51.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R375, 127.0.0.1:8201, complete]! 06:53:51.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R375, 127.0.0.1:8201, complete] completed NON-2.04 MID=33252, Token=0C73697AD1E1DD3F, 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:53:51.070 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.070 [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=33252, Token=0C73697AD1E1DD3F, 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:53:51.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33252] 06:53:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L374, 127.0.0.1:8204, complete]! 06:53:51.071 [: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-0C73697AD1E1DD3F] 06:53:51.071 [: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-33252] 06:53:51.071 [: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=33252, Token=0C73697AD1E1DD3F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33252, Token=0C73697AD1E1DD3F, 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:53:51.072 [: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:53:51.072 [: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:53:51.073 [: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:53:51.073 [: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-33253], CON-POST MID=33253, 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:53:51.073 [: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-14DEC5EA5766ED79], CON-POST MID=33253, Token=14DEC5EA5766ED79, 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:53:51.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33253], KeyToken[127.0.0.1:8204-14DEC5EA5766ED79]] 06:53:51.074 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.074 [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=33253, Token=14DEC5EA5766ED79, 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:53:51.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33253] 06:53:51.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R377, 127.0.0.1:8201] replace CON-POST MID=33253, Token=14DEC5EA5766ED79, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33253, Token=14DEC5EA5766ED79, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R377, 127.0.0.1:8201] send response NON-2.05 MID=33253, Token=null, OptionSet={}, "server responds hi" 06:53:51.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R377, 127.0.0.1:8201, complete]! 06:53:51.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R377, 127.0.0.1:8201, complete] completed NON-2.04 MID=33253, Token=14DEC5EA5766ED79, 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:53:51.076 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.076 [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=33253, Token=14DEC5EA5766ED79, 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:53:51.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33253] 06:53:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L376, 127.0.0.1:8204, complete]! 06:53:51.077 [: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-14DEC5EA5766ED79] 06:53:51.077 [: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-33253] 06:53:51.077 [: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=33253, Token=14DEC5EA5766ED79, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33253, Token=14DEC5EA5766ED79, 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:53:51.077 [: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:53:51.077 [: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:53:51.141 [: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:53:51.141 [: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-33254], CON-POST MID=33254, 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:53:51.141 [: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-B42AEB0EA985197F], CON-POST MID=33254, Token=B42AEB0EA985197F, 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:53:51.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33254], KeyToken[127.0.0.1:8204-B42AEB0EA985197F]] 06:53:51.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 40 bytes to 127.0.0.1:8204 06:53:51.142 [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=33254, Token=B42AEB0EA985197F, 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:53:51.142 [UDP-Receiver-localhost/127.0.0.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:53:51.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33254] 06:53:51.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R379, 127.0.0.1:8201] replace CON-POST MID=33254, Token=B42AEB0EA985197F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33254, Token=B42AEB0EA985197F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R379, 127.0.0.1:8201] send response NON-2.05 MID=33254, Token=null, OptionSet={}, "server responds hi" 06:53:51.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R379, 127.0.0.1:8201, complete]! 06:53:51.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R379, 127.0.0.1:8201, complete] completed NON-2.04 MID=33254, Token=B42AEB0EA985197F, 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:53:51.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:53:51.144 [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=33254, Token=B42AEB0EA985197F, 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:53:51.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:53:51.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-33254] 06:53:51.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L378, 127.0.0.1:8204, complete]! 06:53:51.145 [: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-B42AEB0EA985197F] 06:53:51.145 [: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-33254] 06:53:51.145 [: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=33254, Token=B42AEB0EA985197F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33254, Token=B42AEB0EA985197F, 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:53:51.145 [: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:53:51.145 [: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:53:51.146 [: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:53:51.146 [: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-33255], CON-POST MID=33255, 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:53:51.147 [: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-98FA04A56B3A1477], CON-POST MID=33255, Token=98FA04A56B3A1477, 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:53:51.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33255], KeyToken[127.0.0.1:8204-98FA04A56B3A1477]] 06:53:51.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:8204 06:53:51.147 [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=33255, Token=98FA04A56B3A1477, 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:53:51.147 [UDP-Receiver-localhost/127.0.0.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:53:51.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33255] 06:53:51.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R381, 127.0.0.1:8201] replace CON-POST MID=33255, Token=98FA04A56B3A1477, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33255, Token=98FA04A56B3A1477, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R381, 127.0.0.1:8201] send response NON-2.05 MID=33255, Token=null, OptionSet={}, "server responds hi" 06:53:51.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R381, 127.0.0.1:8201, complete]! 06:53:51.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R381, 127.0.0.1:8201, complete] completed NON-2.04 MID=33255, Token=98FA04A56B3A1477, 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:53:51.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:53:51.149 [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=33255, Token=98FA04A56B3A1477, 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:53:51.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:53:51.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-33255] 06:53:51.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L380, 127.0.0.1:8204, complete]! 06:53:51.150 [: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-98FA04A56B3A1477] 06:53:51.150 [: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-33255] 06:53:51.150 [: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=33255, Token=98FA04A56B3A1477, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33255, Token=98FA04A56B3A1477, 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:53:51.150 [: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:53:51.150 [: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:53:51.151 [: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:53:51.151 [: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-33256], CON-POST MID=33256, 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:53:51.151 [: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-146FDE4AFB2DF32C], CON-POST MID=33256, Token=146FDE4AFB2DF32C, 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:53:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33256], KeyToken[127.0.0.1:8204-146FDE4AFB2DF32C]] 06:53:51.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:8204 06:53:51.152 [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=33256, Token=146FDE4AFB2DF32C, 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:53:51.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33256] 06:53:51.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R383, 127.0.0.1:8201] replace CON-POST MID=33256, Token=146FDE4AFB2DF32C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33256, Token=146FDE4AFB2DF32C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R383, 127.0.0.1:8201] send response NON-2.05 MID=33256, Token=null, OptionSet={}, "server responds hi" 06:53:51.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R383, 127.0.0.1:8201, complete]! 06:53:51.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R383, 127.0.0.1:8201, complete] completed NON-2.04 MID=33256, Token=146FDE4AFB2DF32C, 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:53:51.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:8201 06:53:51.154 [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=33256, Token=146FDE4AFB2DF32C, 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:53:51.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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:8204-33256] 06:53:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L382, 127.0.0.1:8204, complete]! 06:53:51.155 [: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-146FDE4AFB2DF32C] 06:53:51.155 [: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-33256] 06:53:51.155 [: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=33256, Token=146FDE4AFB2DF32C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33256, Token=146FDE4AFB2DF32C, 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:53:51.155 [: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:53:51.156 [: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:53:51.156 [: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:53:51.156 [: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-33257], CON-POST MID=33257, 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:53:51.157 [: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-CCF78A4A78C67485], CON-POST MID=33257, Token=CCF78A4A78C67485, 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:53:51.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-33257], KeyToken[127.0.0.1:8204-CCF78A4A78C67485]] 06:53:51.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:53:51.157 [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=33257, Token=CCF78A4A78C67485, 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:53:51.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:53:51.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33257] 06:53:51.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R385, 127.0.0.1:8201] replace CON-POST MID=33257, Token=CCF78A4A78C67485, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33257, Token=CCF78A4A78C67485, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R385, 127.0.0.1:8201] send response NON-2.05 MID=33257, Token=null, OptionSet={}, "server responds hi" 06:53:51.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R385, 127.0.0.1:8201, complete]! 06:53:51.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R385, 127.0.0.1:8201, complete] completed NON-2.04 MID=33257, Token=CCF78A4A78C67485, 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:53:51.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.159 [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=33257, Token=CCF78A4A78C67485, 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:53:51.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33257] 06:53:51.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L384, 127.0.0.1:8204, complete]! 06:53:51.160 [: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-CCF78A4A78C67485] 06:53:51.160 [: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-33257] 06:53:51.160 [: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=33257, Token=CCF78A4A78C67485, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33257, Token=CCF78A4A78C67485, 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:53:51.160 [: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:53:51.160 [: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:53:51.161 [: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:53:51.162 [: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-33258], CON-POST MID=33258, 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:53:51.162 [: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-C093861D19703C01], CON-POST MID=33258, Token=C093861D19703C01, 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:53:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33258], KeyToken[127.0.0.1:8204-C093861D19703C01]] 06:53:51.162 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:51.163 [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=33258, Token=C093861D19703C01, 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:53:51.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:53:51.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33258] 06:53:51.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R387, 127.0.0.1:8201] replace CON-POST MID=33258, Token=C093861D19703C01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33258, Token=C093861D19703C01, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R387, 127.0.0.1:8201] send response NON-2.05 MID=33258, Token=null, OptionSet={}, "server responds hi" 06:53:51.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R387, 127.0.0.1:8201, complete]! 06:53:51.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R387, 127.0.0.1:8201, complete] completed NON-2.04 MID=33258, Token=C093861D19703C01, 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:53:51.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:53:51.164 [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=33258, Token=C093861D19703C01, 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:53:51.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33258] 06:53:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L386, 127.0.0.1:8204, complete]! 06:53:51.165 [: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-C093861D19703C01] 06:53:51.165 [: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-33258] 06:53:51.165 [: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=33258, Token=C093861D19703C01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33258, Token=C093861D19703C01, 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:53:51.166 [: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:53:51.166 [: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:53:51.166 [: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:53:51.167 [: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-33259], CON-POST MID=33259, 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:53:51.167 [: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-8C308DD389640331], CON-POST MID=33259, Token=8C308DD389640331, 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:53:51.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-33259], KeyToken[127.0.0.1:8204-8C308DD389640331]] 06:53:51.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:53:51.168 [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=33259, Token=8C308DD389640331, 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:53:51.168 [UDP-Receiver-localhost/127.0.0.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:53:51.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33259] 06:53:51.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R389, 127.0.0.1:8201] replace CON-POST MID=33259, Token=8C308DD389640331, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33259, Token=8C308DD389640331, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R389, 127.0.0.1:8201] send response NON-2.05 MID=33259, Token=null, OptionSet={}, "server responds hi" 06:53:51.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R389, 127.0.0.1:8201, complete]! 06:53:51.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R389, 127.0.0.1:8201, complete] completed NON-2.04 MID=33259, Token=8C308DD389640331, 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:53:51.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.170 [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=33259, Token=8C308DD389640331, 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:53:51.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:53:51.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-33259] 06:53:51.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L388, 127.0.0.1:8204, complete]! 06:53:51.170 [: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-8C308DD389640331] 06:53:51.171 [: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-33259] 06:53:51.171 [: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=33259, Token=8C308DD389640331, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33259, Token=8C308DD389640331, 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:53:51.171 [: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:53:51.171 [: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:53:51.172 [: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:53:51.172 [: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-33260], CON-POST MID=33260, 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:53:51.172 [: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-2480E0328FFF2E91], CON-POST MID=33260, Token=2480E0328FFF2E91, 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:53:51.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33260], KeyToken[127.0.0.1:8204-2480E0328FFF2E91]] 06:53:51.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.173 [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=33260, Token=2480E0328FFF2E91, 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:53:51.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33260] 06:53:51.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R391, 127.0.0.1:8201] replace CON-POST MID=33260, Token=2480E0328FFF2E91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33260, Token=2480E0328FFF2E91, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R391, 127.0.0.1:8201] send response NON-2.05 MID=33260, Token=null, OptionSet={}, "server responds hi" 06:53:51.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R391, 127.0.0.1:8201, complete]! 06:53:51.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R391, 127.0.0.1:8201, complete] completed NON-2.04 MID=33260, Token=2480E0328FFF2E91, 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:53:51.175 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.175 [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=33260, Token=2480E0328FFF2E91, 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:53:51.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33260] 06:53:51.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L390, 127.0.0.1:8204, complete]! 06:53:51.176 [: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-2480E0328FFF2E91] 06:53:51.176 [: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-33260] 06:53:51.176 [: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=33260, Token=2480E0328FFF2E91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33260, Token=2480E0328FFF2E91, 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:53:51.176 [: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:53:51.176 [: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:53:51.177 [: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:53:51.177 [: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-33261], CON-POST MID=33261, 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:53:51.178 [: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-F42C4138925F11F2], CON-POST MID=33261, Token=F42C4138925F11F2, 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:53:51.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33261], KeyToken[127.0.0.1:8204-F42C4138925F11F2]] 06:53:51.178 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.178 [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=33261, Token=F42C4138925F11F2, 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:53:51.179 [UDP-Receiver-localhost/127.0.0.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:53:51.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33261] 06:53:51.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R393, 127.0.0.1:8201] replace CON-POST MID=33261, Token=F42C4138925F11F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33261, Token=F42C4138925F11F2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R393, 127.0.0.1:8201] send response NON-2.05 MID=33261, Token=null, OptionSet={}, "server responds hi" 06:53:51.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R393, 127.0.0.1:8201, complete]! 06:53:51.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R393, 127.0.0.1:8201, complete] completed NON-2.04 MID=33261, Token=F42C4138925F11F2, 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:53:51.180 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.180 [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=33261, Token=F42C4138925F11F2, 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:53:51.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33261] 06:53:51.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L392, 127.0.0.1:8204, complete]! 06:53:51.181 [: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-F42C4138925F11F2] 06:53:51.181 [: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-33261] 06:53:51.181 [: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=33261, Token=F42C4138925F11F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33261, Token=F42C4138925F11F2, 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:53:51.182 [: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:53:51.182 [: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:53:51.182 [: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:53:51.182 [: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-33262], CON-POST MID=33262, 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:53:51.183 [: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-04D884CF15EF1B5E], CON-POST MID=33262, Token=04D884CF15EF1B5E, 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:53:51.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33262], KeyToken[127.0.0.1:8204-04D884CF15EF1B5E]] 06:53:51.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.183 [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=33262, Token=04D884CF15EF1B5E, 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:53:51.183 [UDP-Receiver-localhost/127.0.0.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:53:51.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33262] 06:53:51.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R395, 127.0.0.1:8201] replace CON-POST MID=33262, Token=04D884CF15EF1B5E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33262, Token=04D884CF15EF1B5E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R395, 127.0.0.1:8201] send response NON-2.05 MID=33262, Token=null, OptionSet={}, "server responds hi" 06:53:51.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R395, 127.0.0.1:8201, complete]! 06:53:51.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R395, 127.0.0.1:8201, complete] completed NON-2.04 MID=33262, Token=04D884CF15EF1B5E, 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:53:51.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.241 [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=33262, Token=04D884CF15EF1B5E, 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:53:51.241 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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:8204-33262] 06:53:51.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L394, 127.0.0.1:8204, complete]! 06:53:51.242 [: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-04D884CF15EF1B5E] 06:53:51.242 [: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-33262] 06:53:51.242 [: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=33262, Token=04D884CF15EF1B5E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33262, Token=04D884CF15EF1B5E, 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:53:51.242 [: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:53:51.242 [: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:53:51.243 [: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:53:51.243 [: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-33263], CON-POST MID=33263, 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:53:51.243 [: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-3C1FD07690159E47], CON-POST MID=33263, Token=3C1FD07690159E47, 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:53:51.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-33263], KeyToken[127.0.0.1:8204-3C1FD07690159E47]] 06:53:51.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:8204 06:53:51.244 [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=33263, Token=3C1FD07690159E47, 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:53:51.244 [UDP-Receiver-localhost/127.0.0.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:53:51.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33263] 06:53:51.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R397, 127.0.0.1:8201] replace CON-POST MID=33263, Token=3C1FD07690159E47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33263, Token=3C1FD07690159E47, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R397, 127.0.0.1:8201] send response NON-2.05 MID=33263, Token=null, OptionSet={}, "server responds hi" 06:53:51.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R397, 127.0.0.1:8201, complete]! 06:53:51.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R397, 127.0.0.1:8201, complete] completed NON-2.04 MID=33263, Token=3C1FD07690159E47, 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:53:51.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:8201 06:53:51.246 [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=33263, Token=3C1FD07690159E47, 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:53: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:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33263] 06:53:51.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L396, 127.0.0.1:8204, complete]! 06:53:51.247 [: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-3C1FD07690159E47] 06:53:51.247 [: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-33263] 06:53:51.247 [: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=33263, Token=3C1FD07690159E47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33263, Token=3C1FD07690159E47, 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:53:51.248 [: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:53:51.248 [: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:53:51.248 [: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:53:51.249 [: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-33264], CON-POST MID=33264, 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:53:51.249 [: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-B4C75F74AE0AC6C5], CON-POST MID=33264, Token=B4C75F74AE0AC6C5, 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:53:51.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33264], KeyToken[127.0.0.1:8204-B4C75F74AE0AC6C5]] 06:53:51.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:8204 06:53:51.250 [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=33264, Token=B4C75F74AE0AC6C5, 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:53:51.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:53:51.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33264] 06:53:51.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R399, 127.0.0.1:8201] replace CON-POST MID=33264, Token=B4C75F74AE0AC6C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33264, Token=B4C75F74AE0AC6C5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R399, 127.0.0.1:8201] send response NON-2.05 MID=33264, Token=null, OptionSet={}, "server responds hi" 06:53:51.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R399, 127.0.0.1:8201, complete]! 06:53:51.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R399, 127.0.0.1:8201, complete] completed NON-2.04 MID=33264, Token=B4C75F74AE0AC6C5, 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:53:51.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:53:51.252 [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=33264, Token=B4C75F74AE0AC6C5, 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:53:51.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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:8204-33264] 06:53:51.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L398, 127.0.0.1:8204, complete]! 06:53:51.252 [: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-B4C75F74AE0AC6C5] 06:53:51.252 [: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-33264] 06:53:51.252 [: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=33264, Token=B4C75F74AE0AC6C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33264, Token=B4C75F74AE0AC6C5, 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:53:51.253 [: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:53:51.253 [: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:53:51.253 [: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:53:51.254 [: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-33265], CON-POST MID=33265, 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:53:51.254 [: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-54DD7FDA6FFA1B2C], CON-POST MID=33265, Token=54DD7FDA6FFA1B2C, 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:53:51.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-33265], KeyToken[127.0.0.1:8204-54DD7FDA6FFA1B2C]] 06:53:51.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:53:51.255 [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=33265, Token=54DD7FDA6FFA1B2C, 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:53:51.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33265] 06:53:51.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R401, 127.0.0.1:8201] replace CON-POST MID=33265, Token=54DD7FDA6FFA1B2C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33265, Token=54DD7FDA6FFA1B2C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R401, 127.0.0.1:8201] send response NON-2.05 MID=33265, Token=null, OptionSet={}, "server responds hi" 06:53:51.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R401, 127.0.0.1:8201, complete]! 06:53:51.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R401, 127.0.0.1:8201, complete] completed NON-2.04 MID=33265, Token=54DD7FDA6FFA1B2C, 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:53:51.256 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.257 [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=33265, Token=54DD7FDA6FFA1B2C, 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:53:51.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:53:51.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-33265] 06:53:51.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L400, 127.0.0.1:8204, complete]! 06:53:51.258 [: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-54DD7FDA6FFA1B2C] 06:53:51.258 [: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-33265] 06:53:51.258 [: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=33265, Token=54DD7FDA6FFA1B2C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33265, Token=54DD7FDA6FFA1B2C, 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:53:51.258 [: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:53:51.258 [: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:53:51.259 [: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:53:51.259 [: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-33266], CON-POST MID=33266, 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:53:51.259 [: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-442B54B33B642A55], CON-POST MID=33266, Token=442B54B33B642A55, 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:53:51.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33266], KeyToken[127.0.0.1:8204-442B54B33B642A55]] 06:53:51.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:53:51.260 [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=33266, Token=442B54B33B642A55, 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:53:51.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:53:51.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33266] 06:53:51.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R403, 127.0.0.1:8201] replace CON-POST MID=33266, Token=442B54B33B642A55, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33266, Token=442B54B33B642A55, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R403, 127.0.0.1:8201] send response NON-2.05 MID=33266, Token=null, OptionSet={}, "server responds hi" 06:53:51.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R403, 127.0.0.1:8201, complete]! 06:53:51.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R403, 127.0.0.1:8201, complete] completed NON-2.04 MID=33266, Token=442B54B33B642A55, 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:53:51.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 42 bytes to 127.0.0.1:8201 06:53:51.262 [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=33266, Token=442B54B33B642A55, 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:53:51.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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-33266] 06:53:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L402, 127.0.0.1:8204, complete]! 06:53:51.263 [: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-442B54B33B642A55] 06:53:51.263 [: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-33266] 06:53:51.263 [: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=33266, Token=442B54B33B642A55, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33266, Token=442B54B33B642A55, 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:53:51.263 [: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:53:51.263 [: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:53:51.264 [: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:53:51.264 [: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-33267], CON-POST MID=33267, 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:53:51.264 [: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-E88884E9763429AD], CON-POST MID=33267, Token=E88884E9763429AD, 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:53:51.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-33267], KeyToken[127.0.0.1:8204-E88884E9763429AD]] 06:53:51.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.265 [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=33267, Token=E88884E9763429AD, 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:53:51.265 [UDP-Receiver-localhost/127.0.0.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:53:51.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33267] 06:53:51.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R405, 127.0.0.1:8201] replace CON-POST MID=33267, Token=E88884E9763429AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33267, Token=E88884E9763429AD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R405, 127.0.0.1:8201] send response NON-2.05 MID=33267, Token=null, OptionSet={}, "server responds hi" 06:53:51.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R405, 127.0.0.1:8201, complete]! 06:53:51.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R405, 127.0.0.1:8201, complete] completed NON-2.04 MID=33267, Token=E88884E9763429AD, 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:53:51.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.267 [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=33267, Token=E88884E9763429AD, 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:53:51.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:53:51.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-33267] 06:53:51.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L404, 127.0.0.1:8204, complete]! 06:53:51.267 [: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-E88884E9763429AD] 06:53:51.267 [: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-33267] 06:53:51.267 [: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=33267, Token=E88884E9763429AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33267, Token=E88884E9763429AD, 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:53:51.268 [: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:53:51.268 [: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:53:51.268 [: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:53:51.268 [: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-33268], CON-POST MID=33268, 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:53:51.268 [: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-D458C2902C1A264F], CON-POST MID=33268, Token=D458C2902C1A264F, 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:53:51.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33268], KeyToken[127.0.0.1:8204-D458C2902C1A264F]] 06:53:51.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:8204 06:53:51.269 [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=33268, Token=D458C2902C1A264F, 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:53:51.269 [UDP-Receiver-localhost/127.0.0.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:53:51.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33268] 06:53:51.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R407, 127.0.0.1:8201] replace CON-POST MID=33268, Token=D458C2902C1A264F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33268, Token=D458C2902C1A264F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R407, 127.0.0.1:8201] send response NON-2.05 MID=33268, Token=null, OptionSet={}, "server responds hi" 06:53:51.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R407, 127.0.0.1:8201, complete]! 06:53:51.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R407, 127.0.0.1:8201, complete] completed NON-2.04 MID=33268, Token=D458C2902C1A264F, 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:53:51.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.271 [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=33268, Token=D458C2902C1A264F, 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:53:51.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33268] 06:53:51.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L406, 127.0.0.1:8204, complete]! 06:53:51.271 [: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-D458C2902C1A264F] 06:53:51.272 [: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-33268] 06:53:51.272 [: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=33268, Token=D458C2902C1A264F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33268, Token=D458C2902C1A264F, 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:53:51.272 [: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:53:51.272 [: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:53:51.273 [: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:53:51.273 [: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-33269], CON-POST MID=33269, 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:53:51.273 [: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-78EAC348882127B8], CON-POST MID=33269, Token=78EAC348882127B8, 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:53:51.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33269], KeyToken[127.0.0.1:8204-78EAC348882127B8]] 06:53:51.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:8204 06:53:51.274 [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=33269, Token=78EAC348882127B8, 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:53:51.274 [UDP-Receiver-localhost/127.0.0.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:53:51.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33269] 06:53:51.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R409, 127.0.0.1:8201] replace CON-POST MID=33269, Token=78EAC348882127B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33269, Token=78EAC348882127B8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R409, 127.0.0.1:8201] send response NON-2.05 MID=33269, Token=null, OptionSet={}, "server responds hi" 06:53:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R409, 127.0.0.1:8201, complete]! 06:53:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R409, 127.0.0.1:8201, complete] completed NON-2.04 MID=33269, Token=78EAC348882127B8, 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:53:51.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.276 [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=33269, Token=78EAC348882127B8, 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:53:51.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33269] 06:53:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L408, 127.0.0.1:8204, complete]! 06:53:51.277 [: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-78EAC348882127B8] 06:53:51.277 [: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-33269] 06:53:51.277 [: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=33269, Token=78EAC348882127B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33269, Token=78EAC348882127B8, 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:53:51.277 [: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:53:51.277 [: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:53:51.278 [: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:53:51.278 [: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-33270], CON-POST MID=33270, 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:53:51.279 [: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-9096B254C84B3D05], CON-POST MID=33270, Token=9096B254C84B3D05, 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:53:51.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33270], KeyToken[127.0.0.1:8204-9096B254C84B3D05]] 06:53:51.279 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.279 [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=33270, Token=9096B254C84B3D05, 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:53:51.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33270] 06:53:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R411, 127.0.0.1:8201] replace CON-POST MID=33270, Token=9096B254C84B3D05, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33270, Token=9096B254C84B3D05, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R411, 127.0.0.1:8201] send response NON-2.05 MID=33270, Token=null, OptionSet={}, "server responds hi" 06:53:51.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R411, 127.0.0.1:8201, complete]! 06:53:51.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R411, 127.0.0.1:8201, complete] completed NON-2.04 MID=33270, Token=9096B254C84B3D05, 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:53:51.281 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.282 [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=33270, Token=9096B254C84B3D05, 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:53:51.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33270] 06:53:51.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L410, 127.0.0.1:8204, complete]! 06:53:51.282 [: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-9096B254C84B3D05] 06:53:51.282 [: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-33270] 06:53:51.282 [: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=33270, Token=9096B254C84B3D05, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33270, Token=9096B254C84B3D05, 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:53:51.283 [: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:53:51.283 [: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:53:51.283 [: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:53:51.284 [: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-33271], CON-POST MID=33271, 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:53:51.284 [: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-344C7E4C9750DB41], CON-POST MID=33271, Token=344C7E4C9750DB41, 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:53:51.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33271], KeyToken[127.0.0.1:8204-344C7E4C9750DB41]] 06:53:51.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.341 [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=33271, Token=344C7E4C9750DB41, 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:53:51.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:53:51.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33271] 06:53:51.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R413, 127.0.0.1:8201] replace CON-POST MID=33271, Token=344C7E4C9750DB41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33271, Token=344C7E4C9750DB41, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R413, 127.0.0.1:8201] send response NON-2.05 MID=33271, Token=null, OptionSet={}, "server responds hi" 06:53:51.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R413, 127.0.0.1:8201, complete]! 06:53:51.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R413, 127.0.0.1:8201, complete] completed NON-2.04 MID=33271, Token=344C7E4C9750DB41, 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:53:51.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:8201 06:53:51.343 [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=33271, Token=344C7E4C9750DB41, 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:53:51.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:53:51.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-33271] 06:53:51.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L412, 127.0.0.1:8204, complete]! 06:53:51.344 [: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-344C7E4C9750DB41] 06:53:51.344 [: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-33271] 06:53:51.344 [: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=33271, Token=344C7E4C9750DB41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33271, Token=344C7E4C9750DB41, 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:53:51.345 [: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:53:51.345 [: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:53:51.345 [: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:53:51.346 [: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-33272], CON-POST MID=33272, 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:53:51.346 [: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-98321C29D37BDAA3], CON-POST MID=33272, Token=98321C29D37BDAA3, 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:53:51.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33272], KeyToken[127.0.0.1:8204-98321C29D37BDAA3]] 06:53:51.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 40 bytes to 127.0.0.1:8204 06:53:51.347 [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=33272, Token=98321C29D37BDAA3, 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:53:51.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:53:51.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33272] 06:53:51.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R415, 127.0.0.1:8201] replace CON-POST MID=33272, Token=98321C29D37BDAA3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33272, Token=98321C29D37BDAA3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R415, 127.0.0.1:8201] send response NON-2.05 MID=33272, Token=null, OptionSet={}, "server responds hi" 06:53:51.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R415, 127.0.0.1:8201, complete]! 06:53:51.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R415, 127.0.0.1:8201, complete] completed NON-2.04 MID=33272, Token=98321C29D37BDAA3, 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:53:51.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:53:51.348 [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=33272, Token=98321C29D37BDAA3, 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:53:51.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:53:51.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-33272] 06:53:51.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L414, 127.0.0.1:8204, complete]! 06:53:51.349 [: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-98321C29D37BDAA3] 06:53:51.349 [: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-33272] 06:53:51.349 [: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=33272, Token=98321C29D37BDAA3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33272, Token=98321C29D37BDAA3, 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:53:51.349 [: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:53:51.349 [: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:53:51.350 [: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:53:51.350 [: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-33273], CON-POST MID=33273, 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:53:51.350 [: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-082CB53B34914CEB], CON-POST MID=33273, Token=082CB53B34914CEB, 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:53:51.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-33273], KeyToken[127.0.0.1:8204-082CB53B34914CEB]] 06:53:51.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:53:51.351 [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=33273, Token=082CB53B34914CEB, 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:53:51.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:53:51.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33273] 06:53:51.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R417, 127.0.0.1:8201] replace CON-POST MID=33273, Token=082CB53B34914CEB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33273, Token=082CB53B34914CEB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R417, 127.0.0.1:8201] send response NON-2.05 MID=33273, Token=null, OptionSet={}, "server responds hi" 06:53:51.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R417, 127.0.0.1:8201, complete]! 06:53:51.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R417, 127.0.0.1:8201, complete] completed NON-2.04 MID=33273, Token=082CB53B34914CEB, 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:53:51.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.353 [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=33273, Token=082CB53B34914CEB, 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:53:51.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33273] 06:53:51.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L416, 127.0.0.1:8204, complete]! 06:53:51.353 [: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-082CB53B34914CEB] 06:53:51.353 [: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-33273] 06:53:51.353 [: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=33273, Token=082CB53B34914CEB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33273, Token=082CB53B34914CEB, 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:53:51.354 [: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:53:51.354 [: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:53:51.355 [: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:53:51.355 [: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-33274], CON-POST MID=33274, 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:53:51.355 [: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-5CF156B68B82E8F4], CON-POST MID=33274, Token=5CF156B68B82E8F4, 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:53:51.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-33274], KeyToken[127.0.0.1:8204-5CF156B68B82E8F4]] 06:53:51.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.356 [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=33274, Token=5CF156B68B82E8F4, 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:53:51.356 [UDP-Receiver-localhost/127.0.0.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:53:51.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33274] 06:53:51.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R419, 127.0.0.1:8201] replace CON-POST MID=33274, Token=5CF156B68B82E8F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33274, Token=5CF156B68B82E8F4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R419, 127.0.0.1:8201] send response NON-2.05 MID=33274, Token=null, OptionSet={}, "server responds hi" 06:53:51.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R419, 127.0.0.1:8201, complete]! 06:53:51.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R419, 127.0.0.1:8201, complete] completed NON-2.04 MID=33274, Token=5CF156B68B82E8F4, 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:53:51.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:8201 06:53:51.357 [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=33274, Token=5CF156B68B82E8F4, 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:53:51.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33274] 06:53:51.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L418, 127.0.0.1:8204, complete]! 06:53:51.358 [: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-5CF156B68B82E8F4] 06:53:51.358 [: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-33274] 06:53:51.358 [: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=33274, Token=5CF156B68B82E8F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33274, Token=5CF156B68B82E8F4, 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:53:51.358 [: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:53:51.358 [: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:53:51.359 [: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:53:51.359 [: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-33275], CON-POST MID=33275, 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:53:51.359 [: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-88EE6A24D854CAB0], CON-POST MID=33275, Token=88EE6A24D854CAB0, 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:53:51.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-33275], KeyToken[127.0.0.1:8204-88EE6A24D854CAB0]] 06:53:51.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.360 [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=33275, Token=88EE6A24D854CAB0, 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:53:51.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33275] 06:53:51.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R421, 127.0.0.1:8201] replace CON-POST MID=33275, Token=88EE6A24D854CAB0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33275, Token=88EE6A24D854CAB0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R421, 127.0.0.1:8201] send response NON-2.05 MID=33275, Token=null, OptionSet={}, "server responds hi" 06:53:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R421, 127.0.0.1:8201, complete]! 06:53:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R421, 127.0.0.1:8201, complete] completed NON-2.04 MID=33275, Token=88EE6A24D854CAB0, 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:53:51.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:8201 06:53:51.361 [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=33275, Token=88EE6A24D854CAB0, 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:53:51.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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:8204-33275] 06:53:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L420, 127.0.0.1:8204, complete]! 06:53:51.362 [: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-88EE6A24D854CAB0] 06:53:51.362 [: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-33275] 06:53:51.362 [: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=33275, Token=88EE6A24D854CAB0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33275, Token=88EE6A24D854CAB0, 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:53:51.362 [: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:53:51.362 [: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:53:51.363 [: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:53:51.363 [: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-33276], CON-POST MID=33276, 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:53:51.363 [: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-E03FC1EDB115E519], CON-POST MID=33276, Token=E03FC1EDB115E519, 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:53:51.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33276], KeyToken[127.0.0.1:8204-E03FC1EDB115E519]] 06:53:51.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.364 [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=33276, Token=E03FC1EDB115E519, 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:53:51.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33276] 06:53:51.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R423, 127.0.0.1:8201] replace CON-POST MID=33276, Token=E03FC1EDB115E519, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33276, Token=E03FC1EDB115E519, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R423, 127.0.0.1:8201] send response NON-2.05 MID=33276, Token=null, OptionSet={}, "server responds hi" 06:53:51.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R423, 127.0.0.1:8201, complete]! 06:53:51.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R423, 127.0.0.1:8201, complete] completed NON-2.04 MID=33276, Token=E03FC1EDB115E519, 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:53:51.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.366 [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=33276, Token=E03FC1EDB115E519, 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:53:51.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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:8204-33276] 06:53:51.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L422, 127.0.0.1:8204, complete]! 06:53:51.366 [: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-E03FC1EDB115E519] 06:53:51.366 [: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-33276] 06:53:51.366 [: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=33276, Token=E03FC1EDB115E519, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33276, Token=E03FC1EDB115E519, 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:53:51.367 [: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:53:51.367 [: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:53:51.367 [: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:53:51.367 [: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-33277], CON-POST MID=33277, 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:53:51.368 [: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-5840C192FBCE16B8], CON-POST MID=33277, Token=5840C192FBCE16B8, 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:53:51.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33277], KeyToken[127.0.0.1:8204-5840C192FBCE16B8]] 06:53:51.368 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.368 [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=33277, Token=5840C192FBCE16B8, 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:53:51.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33277] 06:53:51.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R425, 127.0.0.1:8201] replace CON-POST MID=33277, Token=5840C192FBCE16B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33277, Token=5840C192FBCE16B8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R425, 127.0.0.1:8201] send response NON-2.05 MID=33277, Token=null, OptionSet={}, "server responds hi" 06:53:51.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R425, 127.0.0.1:8201, complete]! 06:53:51.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R425, 127.0.0.1:8201, complete] completed NON-2.04 MID=33277, Token=5840C192FBCE16B8, 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:53:51.369 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.370 [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=33277, Token=5840C192FBCE16B8, 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:53:51.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33277] 06:53:51.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L424, 127.0.0.1:8204, complete]! 06:53:51.370 [: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-5840C192FBCE16B8] 06:53:51.370 [: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-33277] 06:53:51.370 [: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=33277, Token=5840C192FBCE16B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33277, Token=5840C192FBCE16B8, 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:53:51.371 [: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:53:51.371 [: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:53:51.371 [: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:53:51.371 [: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-33278], CON-POST MID=33278, 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:53:51.372 [: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-6C55C0385295E2D8], CON-POST MID=33278, Token=6C55C0385295E2D8, 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:53:51.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33278], KeyToken[127.0.0.1:8204-6C55C0385295E2D8]] 06:53:51.372 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.372 [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=33278, Token=6C55C0385295E2D8, 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:53:51.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33278] 06:53:51.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R427, 127.0.0.1:8201] replace CON-POST MID=33278, Token=6C55C0385295E2D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33278, Token=6C55C0385295E2D8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R427, 127.0.0.1:8201] send response NON-2.05 MID=33278, Token=null, OptionSet={}, "server responds hi" 06:53:51.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R427, 127.0.0.1:8201, complete]! 06:53:51.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R427, 127.0.0.1:8201, complete] completed NON-2.04 MID=33278, Token=6C55C0385295E2D8, 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:53:51.374 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.374 [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=33278, Token=6C55C0385295E2D8, 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:53:51.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33278] 06:53:51.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L426, 127.0.0.1:8204, complete]! 06:53:51.375 [: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-6C55C0385295E2D8] 06:53:51.375 [: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-33278] 06:53:51.375 [: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=33278, Token=6C55C0385295E2D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33278, Token=6C55C0385295E2D8, 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:53:51.375 [: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:53:51.375 [: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:53:51.376 [: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:53:51.376 [: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-33279], CON-POST MID=33279, 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:53:51.376 [: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-2021C1092503C6D8], CON-POST MID=33279, Token=2021C1092503C6D8, 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:53:51.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33279], KeyToken[127.0.0.1:8204-2021C1092503C6D8]] 06:53:51.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.377 [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=33279, Token=2021C1092503C6D8, 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:53:51.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33279] 06:53:51.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R429, 127.0.0.1:8201] replace CON-POST MID=33279, Token=2021C1092503C6D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33279, Token=2021C1092503C6D8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R429, 127.0.0.1:8201] send response NON-2.05 MID=33279, Token=null, OptionSet={}, "server responds hi" 06:53:51.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R429, 127.0.0.1:8201, complete]! 06:53:51.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R429, 127.0.0.1:8201, complete] completed NON-2.04 MID=33279, Token=2021C1092503C6D8, 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:53:51.378 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.379 [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=33279, Token=2021C1092503C6D8, 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:53:51.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33279] 06:53:51.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L428, 127.0.0.1:8204, complete]! 06:53:51.379 [: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-2021C1092503C6D8] 06:53:51.379 [: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-33279] 06:53:51.379 [: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=33279, Token=2021C1092503C6D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33279, Token=2021C1092503C6D8, 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:53:51.380 [: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:53:51.380 [: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:53:51.380 [: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:53:51.381 [: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-33280], CON-POST MID=33280, 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:53:51.381 [: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-D499E5D999149755], CON-POST MID=33280, Token=D499E5D999149755, 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:53:51.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33280], KeyToken[127.0.0.1:8204-D499E5D999149755]] 06:53:51.381 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.382 [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=33280, Token=D499E5D999149755, 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:53:51.382 [UDP-Receiver-localhost/127.0.0.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:53:51.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33280] 06:53:51.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R431, 127.0.0.1:8201] replace CON-POST MID=33280, Token=D499E5D999149755, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33280, Token=D499E5D999149755, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R431, 127.0.0.1:8201] send response NON-2.05 MID=33280, Token=null, OptionSet={}, "server responds hi" 06:53:51.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R431, 127.0.0.1:8201, complete]! 06:53:51.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R431, 127.0.0.1:8201, complete] completed NON-2.04 MID=33280, Token=D499E5D999149755, 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:53:51.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 42 bytes to 127.0.0.1:8201 06:53:51.442 [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=33280, Token=D499E5D999149755, 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:53:51.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:53:51.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-33280] 06:53:51.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L430, 127.0.0.1:8204, complete]! 06:53:51.442 [: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-D499E5D999149755] 06:53:51.442 [: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-33280] 06:53:51.442 [: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=33280, Token=D499E5D999149755, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33280, Token=D499E5D999149755, 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:53:51.443 [: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:53:51.443 [: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:53:51.443 [: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:53:51.444 [: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-33281], CON-POST MID=33281, 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:53:51.444 [: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-D40D4AD1265A9F2B], CON-POST MID=33281, Token=D40D4AD1265A9F2B, 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:53:51.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33281], KeyToken[127.0.0.1:8204-D40D4AD1265A9F2B]] 06:53:51.444 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:51.444 [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=33281, Token=D40D4AD1265A9F2B, 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:53:51.445 [UDP-Receiver-localhost/127.0.0.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:53:51.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33281] 06:53:51.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R433, 127.0.0.1:8201] replace CON-POST MID=33281, Token=D40D4AD1265A9F2B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33281, Token=D40D4AD1265A9F2B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R433, 127.0.0.1:8201] send response NON-2.05 MID=33281, Token=null, OptionSet={}, "server responds hi" 06:53:51.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R433, 127.0.0.1:8201, complete]! 06:53:51.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R433, 127.0.0.1:8201, complete] completed NON-2.04 MID=33281, Token=D40D4AD1265A9F2B, 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:53:51.446 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.446 [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=33281, Token=D40D4AD1265A9F2B, 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:53:51.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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-33281] 06:53:51.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L432, 127.0.0.1:8204, complete]! 06:53:51.447 [: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-D40D4AD1265A9F2B] 06:53:51.447 [: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-33281] 06:53:51.447 [: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=33281, Token=D40D4AD1265A9F2B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33281, Token=D40D4AD1265A9F2B, 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:53:51.448 [: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:53:51.448 [: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:53:51.448 [: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:53:51.448 [: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-33282], CON-POST MID=33282, 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:53:51.448 [: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-781FB1DBC2562261], CON-POST MID=33282, Token=781FB1DBC2562261, 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:53:51.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33282], KeyToken[127.0.0.1:8204-781FB1DBC2562261]] 06:53:51.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 40 bytes to 127.0.0.1:8204 06:53:51.449 [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=33282, Token=781FB1DBC2562261, 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:53:51.449 [UDP-Receiver-localhost/127.0.0.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:53:51.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33282] 06:53:51.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R435, 127.0.0.1:8201] replace CON-POST MID=33282, Token=781FB1DBC2562261, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33282, Token=781FB1DBC2562261, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R435, 127.0.0.1:8201] send response NON-2.05 MID=33282, Token=null, OptionSet={}, "server responds hi" 06:53:51.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R435, 127.0.0.1:8201, complete]! 06:53:51.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R435, 127.0.0.1:8201, complete] completed NON-2.04 MID=33282, Token=781FB1DBC2562261, 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:53:51.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:53:51.451 [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=33282, Token=781FB1DBC2562261, 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:53:51.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:53:51.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-33282] 06:53:51.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L434, 127.0.0.1:8204, complete]! 06:53:51.451 [: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-781FB1DBC2562261] 06:53:51.451 [: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-33282] 06:53:51.451 [: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=33282, Token=781FB1DBC2562261, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33282, Token=781FB1DBC2562261, 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:53:51.452 [: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:53:51.452 [: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:53:51.452 [: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:53:51.453 [: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-33283], CON-POST MID=33283, 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:53:51.453 [: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-00F30FC63A818E9A], CON-POST MID=33283, Token=00F30FC63A818E9A, 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:53:51.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33283], KeyToken[127.0.0.1:8204-00F30FC63A818E9A]] 06:53:51.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.453 [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=33283, Token=00F30FC63A818E9A, 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:53:51.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33283] 06:53:51.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R437, 127.0.0.1:8201] replace CON-POST MID=33283, Token=00F30FC63A818E9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33283, Token=00F30FC63A818E9A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R437, 127.0.0.1:8201] send response NON-2.05 MID=33283, Token=null, OptionSet={}, "server responds hi" 06:53:51.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R437, 127.0.0.1:8201, complete]! 06:53:51.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R437, 127.0.0.1:8201, complete] completed NON-2.04 MID=33283, Token=00F30FC63A818E9A, 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:53:51.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:53:51.455 [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=33283, Token=00F30FC63A818E9A, 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:53:51.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:53:51.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-33283] 06:53:51.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L436, 127.0.0.1:8204, complete]! 06:53:51.455 [: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-00F30FC63A818E9A] 06:53:51.455 [: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-33283] 06:53:51.455 [: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=33283, Token=00F30FC63A818E9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33283, Token=00F30FC63A818E9A, 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:53:51.456 [: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:53:51.456 [: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:53:51.456 [: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:53:51.456 [: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-33284], CON-POST MID=33284, 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:53:51.457 [: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-B4020233BEDAB104], CON-POST MID=33284, Token=B4020233BEDAB104, 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:53:51.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33284], KeyToken[127.0.0.1:8204-B4020233BEDAB104]] 06:53:51.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.457 [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=33284, Token=B4020233BEDAB104, 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:53:51.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33284] 06:53:51.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R439, 127.0.0.1:8201] replace CON-POST MID=33284, Token=B4020233BEDAB104, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33284, Token=B4020233BEDAB104, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R439, 127.0.0.1:8201] send response NON-2.05 MID=33284, Token=null, OptionSet={}, "server responds hi" 06:53:51.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R439, 127.0.0.1:8201, complete]! 06:53:51.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R439, 127.0.0.1:8201, complete] completed NON-2.04 MID=33284, Token=B4020233BEDAB104, 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:53:51.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:53:51.459 [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=33284, Token=B4020233BEDAB104, 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:53:51.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:53:51.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-33284] 06:53:51.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L438, 127.0.0.1:8204, complete]! 06:53:51.460 [: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-B4020233BEDAB104] 06:53:51.460 [: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-33284] 06:53:51.460 [: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=33284, Token=B4020233BEDAB104, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33284, Token=B4020233BEDAB104, 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:53:51.460 [: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:53:51.460 [: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:53:51.461 [: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:53:51.461 [: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-33285], CON-POST MID=33285, 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:53:51.461 [: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-D40B4B4D2410273D], CON-POST MID=33285, Token=D40B4B4D2410273D, 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:53:51.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33285], KeyToken[127.0.0.1:8204-D40B4B4D2410273D]] 06:53:51.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:53:51.462 [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=33285, Token=D40B4B4D2410273D, 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:53:51.462 [UDP-Receiver-localhost/127.0.0.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:53:51.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33285] 06:53:51.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R441, 127.0.0.1:8201] replace CON-POST MID=33285, Token=D40B4B4D2410273D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33285, Token=D40B4B4D2410273D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R441, 127.0.0.1:8201] send response NON-2.05 MID=33285, Token=null, OptionSet={}, "server responds hi" 06:53:51.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R441, 127.0.0.1:8201, complete]! 06:53:51.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R441, 127.0.0.1:8201, complete] completed NON-2.04 MID=33285, Token=D40B4B4D2410273D, 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:53:51.463 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.463 [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=33285, Token=D40B4B4D2410273D, 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:53:51.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33285] 06:53:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L440, 127.0.0.1:8204, complete]! 06:53:51.464 [: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-D40B4B4D2410273D] 06:53:51.464 [: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-33285] 06:53:51.464 [: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=33285, Token=D40B4B4D2410273D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33285, Token=D40B4B4D2410273D, 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:53:51.464 [: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:53:51.464 [: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:53:51.465 [: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:53:51.465 [: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-33286], CON-POST MID=33286, 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:53:51.465 [: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-7C6C3961DB69CF1D], CON-POST MID=33286, Token=7C6C3961DB69CF1D, 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:53:51.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-33286], KeyToken[127.0.0.1:8204-7C6C3961DB69CF1D]] 06:53:51.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:53:51.465 [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=33286, Token=7C6C3961DB69CF1D, 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:53:51.466 [UDP-Receiver-localhost/127.0.0.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:53:51.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33286] 06:53:51.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R443, 127.0.0.1:8201] replace CON-POST MID=33286, Token=7C6C3961DB69CF1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33286, Token=7C6C3961DB69CF1D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R443, 127.0.0.1:8201] send response NON-2.05 MID=33286, Token=null, OptionSet={}, "server responds hi" 06:53:51.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R443, 127.0.0.1:8201, complete]! 06:53:51.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R443, 127.0.0.1:8201, complete] completed NON-2.04 MID=33286, Token=7C6C3961DB69CF1D, 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:53:51.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.467 [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=33286, Token=7C6C3961DB69CF1D, 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:53:51.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33286] 06:53:51.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L442, 127.0.0.1:8204, complete]! 06:53:51.468 [: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-7C6C3961DB69CF1D] 06:53:51.468 [: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-33286] 06:53:51.468 [: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=33286, Token=7C6C3961DB69CF1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33286, Token=7C6C3961DB69CF1D, 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:53:51.468 [: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:53:51.468 [: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:53:51.468 [: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:53:51.469 [: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-33287], CON-POST MID=33287, 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:53:51.469 [: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-D4F6BA95CD6A1526], CON-POST MID=33287, Token=D4F6BA95CD6A1526, 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:53:51.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33287], KeyToken[127.0.0.1:8204-D4F6BA95CD6A1526]] 06:53:51.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:53:51.469 [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=33287, Token=D4F6BA95CD6A1526, 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:53:51.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:53:51.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33287] 06:53:51.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R445, 127.0.0.1:8201] replace CON-POST MID=33287, Token=D4F6BA95CD6A1526, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33287, Token=D4F6BA95CD6A1526, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R445, 127.0.0.1:8201] send response NON-2.05 MID=33287, Token=null, OptionSet={}, "server responds hi" 06:53:51.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R445, 127.0.0.1:8201, complete]! 06:53:51.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R445, 127.0.0.1:8201, complete] completed NON-2.04 MID=33287, Token=D4F6BA95CD6A1526, 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:53:51.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.471 [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=33287, Token=D4F6BA95CD6A1526, 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:53:51.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:53:51.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-33287] 06:53:51.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L444, 127.0.0.1:8204, complete]! 06:53:51.471 [: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-D4F6BA95CD6A1526] 06:53:51.471 [: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-33287] 06:53:51.471 [: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=33287, Token=D4F6BA95CD6A1526, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33287, Token=D4F6BA95CD6A1526, 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:53:51.472 [: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:53:51.472 [: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:53:51.472 [: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:53:51.473 [: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-33288], CON-POST MID=33288, 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:53:51.473 [: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-10F2E6FE6CB26D1E], CON-POST MID=33288, Token=10F2E6FE6CB26D1E, 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:53:51.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33288], KeyToken[127.0.0.1:8204-10F2E6FE6CB26D1E]] 06:53:51.473 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.473 [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=33288, Token=10F2E6FE6CB26D1E, 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:53:51.473 [UDP-Receiver-localhost/127.0.0.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:53:51.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33288] 06:53:51.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R447, 127.0.0.1:8201] replace CON-POST MID=33288, Token=10F2E6FE6CB26D1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33288, Token=10F2E6FE6CB26D1E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R447, 127.0.0.1:8201] send response NON-2.05 MID=33288, Token=null, OptionSet={}, "server responds hi" 06:53:51.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R447, 127.0.0.1:8201, complete]! 06:53:51.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R447, 127.0.0.1:8201, complete] completed NON-2.04 MID=33288, Token=10F2E6FE6CB26D1E, 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:53:51.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.475 [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=33288, Token=10F2E6FE6CB26D1E, 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:53:51.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33288] 06:53:51.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L446, 127.0.0.1:8204, complete]! 06:53:51.475 [: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-10F2E6FE6CB26D1E] 06:53:51.475 [: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-33288] 06:53:51.475 [: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=33288, Token=10F2E6FE6CB26D1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33288, Token=10F2E6FE6CB26D1E, 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:53:51.476 [: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:53:51.476 [: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:53:51.476 [: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:53:51.541 [: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-33289], CON-POST MID=33289, 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:53:51.541 [: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-301242B9538D9B14], CON-POST MID=33289, Token=301242B9538D9B14, 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:53:51.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33289], KeyToken[127.0.0.1:8204-301242B9538D9B14]] 06:53:51.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:53:51.542 [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=33289, Token=301242B9538D9B14, 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:53:51.542 [UDP-Receiver-localhost/127.0.0.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:53:51.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33289] 06:53:51.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R449, 127.0.0.1:8201] replace CON-POST MID=33289, Token=301242B9538D9B14, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33289, Token=301242B9538D9B14, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R449, 127.0.0.1:8201] send response NON-2.05 MID=33289, Token=null, OptionSet={}, "server responds hi" 06:53:51.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R449, 127.0.0.1:8201, complete]! 06:53:51.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R449, 127.0.0.1:8201, complete] completed NON-2.04 MID=33289, Token=301242B9538D9B14, 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:53:51.544 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.544 [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=33289, Token=301242B9538D9B14, 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:53:51.544 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33289] 06:53:51.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L448, 127.0.0.1:8204, complete]! 06:53:51.545 [: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-301242B9538D9B14] 06:53:51.545 [: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-33289] 06:53:51.545 [: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=33289, Token=301242B9538D9B14, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33289, Token=301242B9538D9B14, 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:53:51.546 [: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:53:51.546 [: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:53:51.546 [: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:53:51.547 [: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-33290], CON-POST MID=33290, 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:53:51.547 [: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-68F4B80527E7CADD], CON-POST MID=33290, Token=68F4B80527E7CADD, 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:53:51.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-33290], KeyToken[127.0.0.1:8204-68F4B80527E7CADD]] 06:53:51.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:53:51.548 [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=33290, Token=68F4B80527E7CADD, 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:53:51.548 [UDP-Receiver-localhost/127.0.0.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:53:51.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33290] 06:53:51.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R451, 127.0.0.1:8201] replace CON-POST MID=33290, Token=68F4B80527E7CADD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33290, Token=68F4B80527E7CADD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R451, 127.0.0.1:8201] send response NON-2.05 MID=33290, Token=null, OptionSet={}, "server responds hi" 06:53:51.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R451, 127.0.0.1:8201, complete]! 06:53:51.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R451, 127.0.0.1:8201, complete] completed NON-2.04 MID=33290, Token=68F4B80527E7CADD, 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:53:51.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:53:51.550 [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=33290, Token=68F4B80527E7CADD, 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:53:51.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:53:51.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-33290] 06:53:51.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L450, 127.0.0.1:8204, complete]! 06:53:51.551 [: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-68F4B80527E7CADD] 06:53:51.551 [: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-33290] 06:53:51.551 [: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=33290, Token=68F4B80527E7CADD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33290, Token=68F4B80527E7CADD, 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:53:51.551 [: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:53:51.551 [: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:53:51.552 [: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:53:51.552 [: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-33291], CON-POST MID=33291, 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:53:51.553 [: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-9086A47DC62DB1F5], CON-POST MID=33291, Token=9086A47DC62DB1F5, 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:53:51.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-33291], KeyToken[127.0.0.1:8204-9086A47DC62DB1F5]] 06:53:51.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:53:51.553 [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=33291, Token=9086A47DC62DB1F5, 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:53:51.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:53:51.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33291] 06:53:51.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R453, 127.0.0.1:8201] replace CON-POST MID=33291, Token=9086A47DC62DB1F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33291, Token=9086A47DC62DB1F5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R453, 127.0.0.1:8201] send response NON-2.05 MID=33291, Token=null, OptionSet={}, "server responds hi" 06:53:51.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R453, 127.0.0.1:8201, complete]! 06:53:51.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R453, 127.0.0.1:8201, complete] completed NON-2.04 MID=33291, Token=9086A47DC62DB1F5, 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:53:51.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:8201 06:53:51.556 [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=33291, Token=9086A47DC62DB1F5, 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:53:51.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:53:51.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-33291] 06:53:51.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L452, 127.0.0.1:8204, complete]! 06:53:51.556 [: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-9086A47DC62DB1F5] 06:53:51.556 [: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-33291] 06:53:51.556 [: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=33291, Token=9086A47DC62DB1F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33291, Token=9086A47DC62DB1F5, 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:53:51.557 [: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:53:51.557 [: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:53:51.557 [: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:53:51.558 [: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-33292], CON-POST MID=33292, 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:53:51.558 [: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-A807477315A5B883], CON-POST MID=33292, Token=A807477315A5B883, 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:53:51.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33292], KeyToken[127.0.0.1:8204-A807477315A5B883]] 06:53:51.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.559 [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=33292, Token=A807477315A5B883, 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:53:51.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:53:51.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33292] 06:53:51.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R455, 127.0.0.1:8201] replace CON-POST MID=33292, Token=A807477315A5B883, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33292, Token=A807477315A5B883, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R455, 127.0.0.1:8201] send response NON-2.05 MID=33292, Token=null, OptionSet={}, "server responds hi" 06:53:51.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R455, 127.0.0.1:8201, complete]! 06:53:51.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R455, 127.0.0.1:8201, complete] completed NON-2.04 MID=33292, Token=A807477315A5B883, 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:53:51.560 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.561 [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=33292, Token=A807477315A5B883, 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:53:51.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:53:51.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33292] 06:53:51.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L454, 127.0.0.1:8204, complete]! 06:53:51.561 [: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-A807477315A5B883] 06:53:51.561 [: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-33292] 06:53:51.562 [: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=33292, Token=A807477315A5B883, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33292, Token=A807477315A5B883, 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:53:51.562 [: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:53:51.562 [: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:53:51.563 [: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:53:51.563 [: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-33293], CON-POST MID=33293, 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:53:51.563 [: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-74DE94C605610F74], CON-POST MID=33293, Token=74DE94C605610F74, 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:53:51.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-33293], KeyToken[127.0.0.1:8204-74DE94C605610F74]] 06:53:51.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.564 [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=33293, Token=74DE94C605610F74, 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:53:51.564 [UDP-Receiver-localhost/127.0.0.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:53:51.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33293] 06:53:51.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R457, 127.0.0.1:8201] replace CON-POST MID=33293, Token=74DE94C605610F74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33293, Token=74DE94C605610F74, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R457, 127.0.0.1:8201] send response NON-2.05 MID=33293, Token=null, OptionSet={}, "server responds hi" 06:53:51.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R457, 127.0.0.1:8201, complete]! 06:53:51.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R457, 127.0.0.1:8201, complete] completed NON-2.04 MID=33293, Token=74DE94C605610F74, 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:53:51.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.566 [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=33293, Token=74DE94C605610F74, 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:53:51.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33293] 06:53:51.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L456, 127.0.0.1:8204, complete]! 06:53:51.567 [: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-74DE94C605610F74] 06:53:51.567 [: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-33293] 06:53:51.567 [: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=33293, Token=74DE94C605610F74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33293, Token=74DE94C605610F74, 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:53:51.567 [: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:53:51.567 [: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:53:51.568 [: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:53:51.568 [: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-33294], CON-POST MID=33294, 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:53:51.569 [: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-BC6EF94008F4E6E2], CON-POST MID=33294, Token=BC6EF94008F4E6E2, 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:53:51.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33294], KeyToken[127.0.0.1:8204-BC6EF94008F4E6E2]] 06:53:51.569 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.570 [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=33294, Token=BC6EF94008F4E6E2, 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:53:51.570 [UDP-Receiver-localhost/127.0.0.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:53:51.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33294] 06:53:51.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R459, 127.0.0.1:8201] replace CON-POST MID=33294, Token=BC6EF94008F4E6E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33294, Token=BC6EF94008F4E6E2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R459, 127.0.0.1:8201] send response NON-2.05 MID=33294, Token=null, OptionSet={}, "server responds hi" 06:53:51.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R459, 127.0.0.1:8201, complete]! 06:53:51.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R459, 127.0.0.1:8201, complete] completed NON-2.04 MID=33294, Token=BC6EF94008F4E6E2, 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:53:51.571 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.572 [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=33294, Token=BC6EF94008F4E6E2, 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:53:51.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33294] 06:53:51.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L458, 127.0.0.1:8204, complete]! 06:53:51.572 [: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-BC6EF94008F4E6E2] 06:53:51.572 [: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-33294] 06:53:51.572 [: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=33294, Token=BC6EF94008F4E6E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33294, Token=BC6EF94008F4E6E2, 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:53:51.573 [: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:53:51.573 [: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:53:51.573 [: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:53:51.574 [: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-33295], CON-POST MID=33295, 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:53:51.574 [: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-EC420B1848B96C61], CON-POST MID=33295, Token=EC420B1848B96C61, 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:53:51.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33295], KeyToken[127.0.0.1:8204-EC420B1848B96C61]] 06:53:51.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.575 [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=33295, Token=EC420B1848B96C61, 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:53:51.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33295] 06:53:51.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R461, 127.0.0.1:8201] replace CON-POST MID=33295, Token=EC420B1848B96C61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33295, Token=EC420B1848B96C61, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R461, 127.0.0.1:8201] send response NON-2.05 MID=33295, Token=null, OptionSet={}, "server responds hi" 06:53:51.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R461, 127.0.0.1:8201, complete]! 06:53:51.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R461, 127.0.0.1:8201, complete] completed NON-2.04 MID=33295, Token=EC420B1848B96C61, 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:53:51.576 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.576 [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=33295, Token=EC420B1848B96C61, 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:53:51.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33295] 06:53:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L460, 127.0.0.1:8204, complete]! 06:53:51.577 [: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-EC420B1848B96C61] 06:53:51.577 [: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-33295] 06:53:51.577 [: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=33295, Token=EC420B1848B96C61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33295, Token=EC420B1848B96C61, 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:53:51.578 [: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:53:51.578 [: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:53:51.578 [: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:53:51.578 [: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-33296], CON-POST MID=33296, 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:53:51.579 [: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-00404BDBA9AFBFF4], CON-POST MID=33296, Token=00404BDBA9AFBFF4, 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:53:51.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33296], KeyToken[127.0.0.1:8204-00404BDBA9AFBFF4]] 06:53:51.579 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:51.579 [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=33296, Token=00404BDBA9AFBFF4, 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:53:51.579 [UDP-Receiver-localhost/127.0.0.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:53:51.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33296] 06:53:51.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R463, 127.0.0.1:8201] replace CON-POST MID=33296, Token=00404BDBA9AFBFF4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33296, Token=00404BDBA9AFBFF4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R463, 127.0.0.1:8201] send response NON-2.05 MID=33296, Token=null, OptionSet={}, "server responds hi" 06:53:51.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R463, 127.0.0.1:8201, complete]! 06:53:51.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R463, 127.0.0.1:8201, complete] completed NON-2.04 MID=33296, Token=00404BDBA9AFBFF4, 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:53:51.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.581 [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=33296, Token=00404BDBA9AFBFF4, 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:53:51.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33296] 06:53:51.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L462, 127.0.0.1:8204, complete]! 06:53:51.582 [: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-00404BDBA9AFBFF4] 06:53:51.582 [: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-33296] 06:53:51.582 [: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=33296, Token=00404BDBA9AFBFF4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33296, Token=00404BDBA9AFBFF4, 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:53:51.582 [: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:53:51.582 [: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:53:51.583 [: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:53:51.583 [: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-33297], CON-POST MID=33297, 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:53:51.583 [: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-6C400566B60AF1FB], CON-POST MID=33297, Token=6C400566B60AF1FB, 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:53:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33297], KeyToken[127.0.0.1:8204-6C400566B60AF1FB]] 06:53:51.584 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.584 [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=33297, Token=6C400566B60AF1FB, 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:53:51.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33297] 06:53:51.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R465, 127.0.0.1:8201] replace CON-POST MID=33297, Token=6C400566B60AF1FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33297, Token=6C400566B60AF1FB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R465, 127.0.0.1:8201] send response NON-2.05 MID=33297, Token=null, OptionSet={}, "server responds hi" 06:53:51.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R465, 127.0.0.1:8201, complete]! 06:53:51.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R465, 127.0.0.1:8201, complete] completed NON-2.04 MID=33297, Token=6C400566B60AF1FB, 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:53:51.586 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.586 [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=33297, Token=6C400566B60AF1FB, 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:53:51.586 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33297] 06:53:51.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L464, 127.0.0.1:8204, complete]! 06:53:51.587 [: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-6C400566B60AF1FB] 06:53:51.587 [: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-33297] 06:53:51.587 [: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=33297, Token=6C400566B60AF1FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33297, Token=6C400566B60AF1FB, 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:53:51.641 [: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:53:51.641 [: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:53:51.642 [: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:53:51.642 [: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-33298], CON-POST MID=33298, 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:53:51.643 [: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-08BFD221A1849173], CON-POST MID=33298, Token=08BFD221A1849173, 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:53:51.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-33298], KeyToken[127.0.0.1:8204-08BFD221A1849173]] 06:53:51.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:53:51.643 [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=33298, Token=08BFD221A1849173, 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:53:51.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:53:51.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33298] 06:53:51.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R467, 127.0.0.1:8201] replace CON-POST MID=33298, Token=08BFD221A1849173, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33298, Token=08BFD221A1849173, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R467, 127.0.0.1:8201] send response NON-2.05 MID=33298, Token=null, OptionSet={}, "server responds hi" 06:53:51.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R467, 127.0.0.1:8201, complete]! 06:53:51.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R467, 127.0.0.1:8201, complete] completed NON-2.04 MID=33298, Token=08BFD221A1849173, 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:53:51.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:8201 06:53:51.646 [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=33298, Token=08BFD221A1849173, 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:53:51.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:53:51.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-33298] 06:53:51.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L466, 127.0.0.1:8204, complete]! 06:53:51.646 [: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-08BFD221A1849173] 06:53:51.646 [: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-33298] 06:53:51.646 [: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=33298, Token=08BFD221A1849173, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33298, Token=08BFD221A1849173, 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:53:51.647 [: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:53:51.647 [: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:53:51.648 [: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:53:51.648 [: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-33299], CON-POST MID=33299, 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:53:51.648 [: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-FC3E9317205CCCD1], CON-POST MID=33299, Token=FC3E9317205CCCD1, 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:53:51.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33299], KeyToken[127.0.0.1:8204-FC3E9317205CCCD1]] 06:53:51.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:53:51.649 [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=33299, Token=FC3E9317205CCCD1, 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:53:51.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:53:51.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33299] 06:53:51.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R469, 127.0.0.1:8201] replace CON-POST MID=33299, Token=FC3E9317205CCCD1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33299, Token=FC3E9317205CCCD1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R469, 127.0.0.1:8201] send response NON-2.05 MID=33299, Token=null, OptionSet={}, "server responds hi" 06:53:51.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R469, 127.0.0.1:8201, complete]! 06:53:51.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R469, 127.0.0.1:8201, complete] completed NON-2.04 MID=33299, Token=FC3E9317205CCCD1, 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:53:51.650 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E484,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=33299, Token=FC3E9317205CCCD1, 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:53:51.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:53:51.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-33299] 06:53:51.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L468, 127.0.0.1:8204, complete]! 06:53:51.651 [: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-FC3E9317205CCCD1] 06:53:51.651 [: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-33299] 06:53:51.651 [: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=33299, Token=FC3E9317205CCCD1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33299, Token=FC3E9317205CCCD1, 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:53:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L470, 127.0.0.1:8204] send request 06:53:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L470, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.653 [: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:53:51.653 [: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-33300], CON-POST MID=33300, 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:53:51.653 [: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-2030823A110C2017], CON-POST MID=33300, Token=2030823A110C2017, 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:53:51.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33300], KeyToken[127.0.0.1:8204-2030823A110C2017]] 06:53:51.653 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.654 [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=33300, Token=2030823A110C2017, 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:53:51.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:53:51.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33300] 06:53:51.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R471, 127.0.0.1:8201] replace CON-POST MID=33300, Token=2030823A110C2017, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33300, Token=2030823A110C2017, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R471, 127.0.0.1:8201] send response NON-2.05 MID=33300, Token=null, OptionSet={}, "server responds hi" 06:53:51.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R471, 127.0.0.1:8201, complete]! 06:53:51.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R471, 127.0.0.1:8201, complete] completed NON-2.04 MID=33300, Token=2030823A110C2017, 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:53:51.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:53:51.656 [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=33300, Token=2030823A110C2017, 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:53:51.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:53:51.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33300] 06:53:51.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L470, 127.0.0.1:8204, complete]! 06:53:51.657 [: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-2030823A110C2017] 06:53:51.657 [: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-33300] 06:53:51.657 [: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=33300, Token=2030823A110C2017, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33300, Token=2030823A110C2017, 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:53:51.657 [: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:53:51.657 [: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:53:51.658 [: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:53:51.658 [: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-33301], CON-POST MID=33301, 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:53:51.659 [: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-B0B6E781F692D7C3], CON-POST MID=33301, Token=B0B6E781F692D7C3, 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:53:51.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-33301], KeyToken[127.0.0.1:8204-B0B6E781F692D7C3]] 06:53:51.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:53:51.659 [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=33301, Token=B0B6E781F692D7C3, 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:53:51.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:53:51.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33301] 06:53:51.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R473, 127.0.0.1:8201] replace CON-POST MID=33301, Token=B0B6E781F692D7C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33301, Token=B0B6E781F692D7C3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R473, 127.0.0.1:8201] send response NON-2.05 MID=33301, Token=null, OptionSet={}, "server responds hi" 06:53:51.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R473, 127.0.0.1:8201, complete]! 06:53:51.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R473, 127.0.0.1:8201, complete] completed NON-2.04 MID=33301, Token=B0B6E781F692D7C3, 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:53:51.661 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.661 [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=33301, Token=B0B6E781F692D7C3, 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:53:51.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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-33301] 06:53:51.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L472, 127.0.0.1:8204, complete]! 06:53:51.662 [: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-B0B6E781F692D7C3] 06:53:51.662 [: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-33301] 06:53:51.662 [: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=33301, Token=B0B6E781F692D7C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33301, Token=B0B6E781F692D7C3, 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:53:51.663 [: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:53:51.663 [: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:53:51.663 [: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:53:51.664 [: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-33302], CON-POST MID=33302, 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:53:51.664 [: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-687C33D58B205FEF], CON-POST MID=33302, Token=687C33D58B205FEF, 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:53:51.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33302], KeyToken[127.0.0.1:8204-687C33D58B205FEF]] 06:53:51.664 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.665 [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=33302, Token=687C33D58B205FEF, 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:53:51.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:53:51.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33302] 06:53:51.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R475, 127.0.0.1:8201] replace CON-POST MID=33302, Token=687C33D58B205FEF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33302, Token=687C33D58B205FEF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R475, 127.0.0.1:8201] send response NON-2.05 MID=33302, Token=null, OptionSet={}, "server responds hi" 06:53:51.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R475, 127.0.0.1:8201, complete]! 06:53:51.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R475, 127.0.0.1:8201, complete] completed NON-2.04 MID=33302, Token=687C33D58B205FEF, 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:53:51.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:53:51.667 [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=33302, Token=687C33D58B205FEF, 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:53:51.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33302] 06:53:51.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L474, 127.0.0.1:8204, complete]! 06:53:51.667 [: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-687C33D58B205FEF] 06:53:51.667 [: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-33302] 06:53:51.667 [: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=33302, Token=687C33D58B205FEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33302, Token=687C33D58B205FEF, 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:53:51.668 [: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:53:51.668 [: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:53:51.668 [: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:53:51.668 [: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-33303], CON-POST MID=33303, 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:53:51.669 [: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-58E7B8D3A2141CBB], CON-POST MID=33303, Token=58E7B8D3A2141CBB, 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:53:51.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33303], KeyToken[127.0.0.1:8204-58E7B8D3A2141CBB]] 06:53:51.669 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.669 [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=33303, Token=58E7B8D3A2141CBB, 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:53:51.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:53:51.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33303] 06:53:51.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R477, 127.0.0.1:8201] replace CON-POST MID=33303, Token=58E7B8D3A2141CBB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33303, Token=58E7B8D3A2141CBB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R477, 127.0.0.1:8201] send response NON-2.05 MID=33303, Token=null, OptionSet={}, "server responds hi" 06:53:51.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R477, 127.0.0.1:8201, complete]! 06:53:51.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R477, 127.0.0.1:8201, complete] completed NON-2.04 MID=33303, Token=58E7B8D3A2141CBB, 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:53:51.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:53:51.671 [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=33303, Token=58E7B8D3A2141CBB, 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:53:51.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:53:51.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-33303] 06:53:51.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L476, 127.0.0.1:8204, complete]! 06:53:51.672 [: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-58E7B8D3A2141CBB] 06:53:51.672 [: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-33303] 06:53:51.672 [: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=33303, Token=58E7B8D3A2141CBB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33303, Token=58E7B8D3A2141CBB, 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:53:51.672 [: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:53:51.672 [: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:53:51.673 [: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:53:51.673 [: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-33304], CON-POST MID=33304, 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:53:51.673 [: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-C08D8CC0506CE6C8], CON-POST MID=33304, Token=C08D8CC0506CE6C8, 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:53:51.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33304], KeyToken[127.0.0.1:8204-C08D8CC0506CE6C8]] 06:53:51.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:53:51.674 [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=33304, Token=C08D8CC0506CE6C8, 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:53:51.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:53:51.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33304] 06:53:51.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R479, 127.0.0.1:8201] replace CON-POST MID=33304, Token=C08D8CC0506CE6C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33304, Token=C08D8CC0506CE6C8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R479, 127.0.0.1:8201] send response NON-2.05 MID=33304, Token=null, OptionSet={}, "server responds hi" 06:53:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R479, 127.0.0.1:8201, complete]! 06:53:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R479, 127.0.0.1:8201, complete] completed NON-2.04 MID=33304, Token=C08D8CC0506CE6C8, 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:53:51.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.676 [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=33304, Token=C08D8CC0506CE6C8, 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:53:51.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33304] 06:53:51.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L478, 127.0.0.1:8204, complete]! 06:53:51.676 [: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-C08D8CC0506CE6C8] 06:53:51.677 [: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-33304] 06:53:51.677 [: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=33304, Token=C08D8CC0506CE6C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33304, Token=C08D8CC0506CE6C8, 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:53:51.677 [: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:53:51.677 [: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:53:51.678 [: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:53:51.678 [: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-33305], CON-POST MID=33305, 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:53:51.678 [: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-40F11B32802AC7AC], CON-POST MID=33305, Token=40F11B32802AC7AC, 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:53:51.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33305], KeyToken[127.0.0.1:8204-40F11B32802AC7AC]] 06:53:51.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.679 [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=33305, Token=40F11B32802AC7AC, 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:53:51.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33305] 06:53:51.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R481, 127.0.0.1:8201] replace CON-POST MID=33305, Token=40F11B32802AC7AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33305, Token=40F11B32802AC7AC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R481, 127.0.0.1:8201] send response NON-2.05 MID=33305, Token=null, OptionSet={}, "server responds hi" 06:53:51.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R481, 127.0.0.1:8201, complete]! 06:53:51.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R481, 127.0.0.1:8201, complete] completed NON-2.04 MID=33305, Token=40F11B32802AC7AC, 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:53:51.680 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.681 [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=33305, Token=40F11B32802AC7AC, 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:53:51.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33305] 06:53:51.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L480, 127.0.0.1:8204, complete]! 06:53:51.681 [: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-40F11B32802AC7AC] 06:53:51.681 [: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-33305] 06:53:51.681 [: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=33305, Token=40F11B32802AC7AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33305, Token=40F11B32802AC7AC, 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:53:51.681 [: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:53:51.681 [: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:53:51.682 [: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:53:51.682 [: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-33306], CON-POST MID=33306, 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:53:51.682 [: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-C4AD39E646D5A86F], CON-POST MID=33306, Token=C4AD39E646D5A86F, 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:53:51.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33306], KeyToken[127.0.0.1:8204-C4AD39E646D5A86F]] 06:53:51.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:53:51.741 [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=33306, Token=C4AD39E646D5A86F, 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:53:51.741 [UDP-Receiver-localhost/127.0.0.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:53:51.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33306] 06:53:51.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R483, 127.0.0.1:8201] replace CON-POST MID=33306, Token=C4AD39E646D5A86F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33306, Token=C4AD39E646D5A86F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R483, 127.0.0.1:8201] send response NON-2.05 MID=33306, Token=null, OptionSet={}, "server responds hi" 06:53:51.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R483, 127.0.0.1:8201, complete]! 06:53:51.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R483, 127.0.0.1:8201, complete] completed NON-2.04 MID=33306, Token=C4AD39E646D5A86F, 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:53:51.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:8201 06:53:51.743 [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=33306, Token=C4AD39E646D5A86F, 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:53:51.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:53:51.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33306] 06:53:51.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L482, 127.0.0.1:8204, complete]! 06:53:51.744 [: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-C4AD39E646D5A86F] 06:53:51.744 [: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-33306] 06:53:51.744 [: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=33306, Token=C4AD39E646D5A86F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33306, Token=C4AD39E646D5A86F, 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:53:51.745 [: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:53:51.745 [: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:53:51.745 [: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:53:51.745 [: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-33307], CON-POST MID=33307, 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:53:51.746 [: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-B838EF4A2D34617D], CON-POST MID=33307, Token=B838EF4A2D34617D, 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:53:51.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-33307], KeyToken[127.0.0.1:8204-B838EF4A2D34617D]] 06:53:51.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:53:51.746 [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=33307, Token=B838EF4A2D34617D, 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:53:51.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:53:51.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33307] 06:53:51.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R485, 127.0.0.1:8201] replace CON-POST MID=33307, Token=B838EF4A2D34617D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33307, Token=B838EF4A2D34617D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R485, 127.0.0.1:8201] send response NON-2.05 MID=33307, Token=null, OptionSet={}, "server responds hi" 06:53:51.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R485, 127.0.0.1:8201, complete]! 06:53:51.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R485, 127.0.0.1:8201, complete] completed NON-2.04 MID=33307, Token=B838EF4A2D34617D, 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:53:51.748 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.748 [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=33307, Token=B838EF4A2D34617D, 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:53:51.748 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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:8204-33307] 06:53:51.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L484, 127.0.0.1:8204, complete]! 06:53:51.749 [: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-B838EF4A2D34617D] 06:53:51.749 [: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-33307] 06:53:51.749 [: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=33307, Token=B838EF4A2D34617D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33307, Token=B838EF4A2D34617D, 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:53:51.750 [: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:53:51.750 [: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:53:51.750 [: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:53:51.751 [: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-33308], CON-POST MID=33308, 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:53:51.751 [: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-8CE19C758E4DF03F], CON-POST MID=33308, Token=8CE19C758E4DF03F, 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:53:51.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-33308], KeyToken[127.0.0.1:8204-8CE19C758E4DF03F]] 06:53:51.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:53:51.752 [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=33308, Token=8CE19C758E4DF03F, 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:53:51.752 [UDP-Receiver-localhost/127.0.0.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:53:51.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33308] 06:53:51.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R487, 127.0.0.1:8201] replace CON-POST MID=33308, Token=8CE19C758E4DF03F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33308, Token=8CE19C758E4DF03F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R487, 127.0.0.1:8201] send response NON-2.05 MID=33308, Token=null, OptionSet={}, "server responds hi" 06:53:51.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R487, 127.0.0.1:8201, complete]! 06:53:51.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R487, 127.0.0.1:8201, complete] completed NON-2.04 MID=33308, Token=8CE19C758E4DF03F, 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:53:51.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:53:51.754 [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=33308, Token=8CE19C758E4DF03F, 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:53:51.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:53:51.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-33308] 06:53:51.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L486, 127.0.0.1:8204, complete]! 06:53:51.754 [: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-8CE19C758E4DF03F] 06:53:51.754 [: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-33308] 06:53:51.754 [: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=33308, Token=8CE19C758E4DF03F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33308, Token=8CE19C758E4DF03F, 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:53:51.755 [: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:53:51.755 [: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:53:51.755 [: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:53:51.756 [: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-33309], CON-POST MID=33309, 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:53:51.756 [: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-28DB7AEC81E04CF1], CON-POST MID=33309, Token=28DB7AEC81E04CF1, 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:53:51.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33309], KeyToken[127.0.0.1:8204-28DB7AEC81E04CF1]] 06:53:51.756 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.757 [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=33309, Token=28DB7AEC81E04CF1, 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:53:51.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:53:51.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33309] 06:53:51.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R489, 127.0.0.1:8201] replace CON-POST MID=33309, Token=28DB7AEC81E04CF1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33309, Token=28DB7AEC81E04CF1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R489, 127.0.0.1:8201] send response NON-2.05 MID=33309, Token=null, OptionSet={}, "server responds hi" 06:53:51.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R489, 127.0.0.1:8201, complete]! 06:53:51.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R489, 127.0.0.1:8201, complete] completed NON-2.04 MID=33309, Token=28DB7AEC81E04CF1, 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:53:51.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:53:51.758 [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=33309, Token=28DB7AEC81E04CF1, 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:53:51.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:53:51.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33309] 06:53:51.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L488, 127.0.0.1:8204, complete]! 06:53:51.759 [: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-28DB7AEC81E04CF1] 06:53:51.759 [: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-33309] 06:53:51.759 [: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=33309, Token=28DB7AEC81E04CF1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33309, Token=28DB7AEC81E04CF1, 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:53:51.759 [: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:53:51.759 [: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:53:51.760 [: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:53:51.760 [: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-33310], CON-POST MID=33310, 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:53:51.760 [: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-B4900EAC3E512332], CON-POST MID=33310, Token=B4900EAC3E512332, 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:53:51.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-33310], KeyToken[127.0.0.1:8204-B4900EAC3E512332]] 06:53:51.761 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.761 [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=33310, Token=B4900EAC3E512332, 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:53:51.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33310] 06:53:51.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R491, 127.0.0.1:8201] replace CON-POST MID=33310, Token=B4900EAC3E512332, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33310, Token=B4900EAC3E512332, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R491, 127.0.0.1:8201] send response NON-2.05 MID=33310, Token=null, OptionSet={}, "server responds hi" 06:53:51.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R491, 127.0.0.1:8201, complete]! 06:53:51.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R491, 127.0.0.1:8201, complete] completed NON-2.04 MID=33310, Token=B4900EAC3E512332, 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:53:51.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.763 [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=33310, Token=B4900EAC3E512332, 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:53:51.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:53:51.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-33310] 06:53:51.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L490, 127.0.0.1:8204, complete]! 06:53:51.763 [: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-B4900EAC3E512332] 06:53:51.763 [: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-33310] 06:53:51.763 [: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=33310, Token=B4900EAC3E512332, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33310, Token=B4900EAC3E512332, 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:53:51.764 [: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:53:51.764 [: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:53:51.764 [: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:53:51.764 [: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-33311], CON-POST MID=33311, 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:53:51.764 [: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-207B02B372B1D289], CON-POST MID=33311, Token=207B02B372B1D289, 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:53:51.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-33311], KeyToken[127.0.0.1:8204-207B02B372B1D289]] 06:53:51.765 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.765 [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=33311, Token=207B02B372B1D289, 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:53:51.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33311] 06:53:51.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R493, 127.0.0.1:8201] replace CON-POST MID=33311, Token=207B02B372B1D289, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33311, Token=207B02B372B1D289, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R493, 127.0.0.1:8201] send response NON-2.05 MID=33311, Token=null, OptionSet={}, "server responds hi" 06:53:51.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R493, 127.0.0.1:8201, complete]! 06:53:51.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R493, 127.0.0.1:8201, complete] completed NON-2.04 MID=33311, Token=207B02B372B1D289, 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:53:51.767 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.767 [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=33311, Token=207B02B372B1D289, 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:53:51.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33311] 06:53:51.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L492, 127.0.0.1:8204, complete]! 06:53:51.767 [: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-207B02B372B1D289] 06:53:51.767 [: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-33311] 06:53:51.767 [: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=33311, Token=207B02B372B1D289, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33311, Token=207B02B372B1D289, 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:53:51.768 [: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:53:51.768 [: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:53:51.768 [: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:53:51.768 [: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-33312], CON-POST MID=33312, 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:53:51.769 [: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-786C1CAE80AEB0E3], CON-POST MID=33312, Token=786C1CAE80AEB0E3, 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:53:51.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33312], KeyToken[127.0.0.1:8204-786C1CAE80AEB0E3]] 06:53:51.769 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.769 [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=33312, Token=786C1CAE80AEB0E3, 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:53:51.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33312] 06:53:51.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R495, 127.0.0.1:8201] replace CON-POST MID=33312, Token=786C1CAE80AEB0E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33312, Token=786C1CAE80AEB0E3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R495, 127.0.0.1:8201] send response NON-2.05 MID=33312, Token=null, OptionSet={}, "server responds hi" 06:53:51.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R495, 127.0.0.1:8201, complete]! 06:53:51.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R495, 127.0.0.1:8201, complete] completed NON-2.04 MID=33312, Token=786C1CAE80AEB0E3, 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:53:51.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:53:51.771 [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=33312, Token=786C1CAE80AEB0E3, 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:53:51.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33312] 06:53:51.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L494, 127.0.0.1:8204, complete]! 06:53:51.771 [: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-786C1CAE80AEB0E3] 06:53:51.771 [: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-33312] 06:53:51.772 [: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=33312, Token=786C1CAE80AEB0E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33312, Token=786C1CAE80AEB0E3, 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:53:51.772 [: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:53:51.772 [: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:53:51.772 [: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:53:51.773 [: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-33313], CON-POST MID=33313, 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:53:51.773 [: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-60B0217CC975A91A], CON-POST MID=33313, Token=60B0217CC975A91A, 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:53:51.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33313], KeyToken[127.0.0.1:8204-60B0217CC975A91A]] 06:53:51.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.774 [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=33313, Token=60B0217CC975A91A, 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:53:51.774 [UDP-Receiver-localhost/127.0.0.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:53:51.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33313] 06:53:51.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R497, 127.0.0.1:8201] replace CON-POST MID=33313, Token=60B0217CC975A91A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33313, Token=60B0217CC975A91A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R497, 127.0.0.1:8201] send response NON-2.05 MID=33313, Token=null, OptionSet={}, "server responds hi" 06:53:51.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R497, 127.0.0.1:8201, complete]! 06:53:51.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R497, 127.0.0.1:8201, complete] completed NON-2.04 MID=33313, Token=60B0217CC975A91A, 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:53:51.775 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.775 [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=33313, Token=60B0217CC975A91A, 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:53:51.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33313] 06:53:51.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L496, 127.0.0.1:8204, complete]! 06:53:51.776 [: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-60B0217CC975A91A] 06:53:51.776 [: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-33313] 06:53:51.776 [: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=33313, Token=60B0217CC975A91A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33313, Token=60B0217CC975A91A, 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:53:51.776 [: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:53:51.776 [: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:53:51.776 [: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:53:51.777 [: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-33314], CON-POST MID=33314, 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:53:51.777 [: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-DC842914649CC4DA], CON-POST MID=33314, Token=DC842914649CC4DA, 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:53:51.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33314], KeyToken[127.0.0.1:8204-DC842914649CC4DA]] 06:53:51.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.777 [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=33314, Token=DC842914649CC4DA, 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:53:51.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33314] 06:53:51.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R499, 127.0.0.1:8201] replace CON-POST MID=33314, Token=DC842914649CC4DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33314, Token=DC842914649CC4DA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R499, 127.0.0.1:8201] send response NON-2.05 MID=33314, Token=null, OptionSet={}, "server responds hi" 06:53:51.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R499, 127.0.0.1:8201, complete]! 06:53:51.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R499, 127.0.0.1:8201, complete] completed NON-2.04 MID=33314, Token=DC842914649CC4DA, 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:53:51.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.779 [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=33314, Token=DC842914649CC4DA, 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:53:51.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33314] 06:53:51.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L498, 127.0.0.1:8204, complete]! 06:53:51.779 [: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-DC842914649CC4DA] 06:53:51.779 [: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-33314] 06:53:51.779 [: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=33314, Token=DC842914649CC4DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33314, Token=DC842914649CC4DA, 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:53:51.780 [: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:53:51.780 [: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:53:51.780 [: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:53:51.780 [: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-33315], CON-POST MID=33315, 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:53:51.780 [: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-E4F39F4155330979], CON-POST MID=33315, Token=E4F39F4155330979, 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:53:51.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33315], KeyToken[127.0.0.1:8204-E4F39F4155330979]] 06:53:51.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:53:51.842 [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=33315, Token=E4F39F4155330979, 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:53:51.842 [UDP-Receiver-localhost/127.0.0.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:53:51.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33315] 06:53:51.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R501, 127.0.0.1:8201] replace CON-POST MID=33315, Token=E4F39F4155330979, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33315, Token=E4F39F4155330979, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R501, 127.0.0.1:8201] send response NON-2.05 MID=33315, Token=null, OptionSet={}, "server responds hi" 06:53:51.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R501, 127.0.0.1:8201, complete]! 06:53:51.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R501, 127.0.0.1:8201, complete] completed NON-2.04 MID=33315, Token=E4F39F4155330979, 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:53:51.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:53:51.844 [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=33315, Token=E4F39F4155330979, 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:53:51.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:53:51.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-33315] 06:53:51.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L500, 127.0.0.1:8204, complete]! 06:53:51.845 [: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-E4F39F4155330979] 06:53:51.845 [: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-33315] 06:53:51.845 [: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=33315, Token=E4F39F4155330979, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33315, Token=E4F39F4155330979, 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:53:51.845 [: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:53:51.845 [: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:53:51.846 [: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:53:51.846 [: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-33316], CON-POST MID=33316, 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:53:51.846 [: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-2020800C8A9B7199], CON-POST MID=33316, Token=2020800C8A9B7199, 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:53:51.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33316], KeyToken[127.0.0.1:8204-2020800C8A9B7199]] 06:53:51.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:8204 06:53:51.847 [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=33316, Token=2020800C8A9B7199, 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:53:51.847 [UDP-Receiver-localhost/127.0.0.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:53:51.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33316] 06:53:51.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R503, 127.0.0.1:8201] replace CON-POST MID=33316, Token=2020800C8A9B7199, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33316, Token=2020800C8A9B7199, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R503, 127.0.0.1:8201] send response NON-2.05 MID=33316, Token=null, OptionSet={}, "server responds hi" 06:53:51.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R503, 127.0.0.1:8201, complete]! 06:53:51.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R503, 127.0.0.1:8201, complete] completed NON-2.04 MID=33316, Token=2020800C8A9B7199, 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:53:51.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:53:51.849 [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=33316, Token=2020800C8A9B7199, 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:53:51.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:53:51.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-33316] 06:53:51.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L502, 127.0.0.1:8204, complete]! 06:53:51.850 [: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-2020800C8A9B7199] 06:53:51.850 [: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-33316] 06:53:51.850 [: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=33316, Token=2020800C8A9B7199, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33316, Token=2020800C8A9B7199, 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:53:51.851 [: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:53:51.851 [: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:53:51.851 [: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:53:51.851 [: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-33317], CON-POST MID=33317, 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:53:51.852 [: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-5810C3BD4CA61789], CON-POST MID=33317, Token=5810C3BD4CA61789, 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:53:51.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33317], KeyToken[127.0.0.1:8204-5810C3BD4CA61789]] 06:53:51.852 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.852 [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=33317, Token=5810C3BD4CA61789, 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:53:51.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33317] 06:53:51.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R505, 127.0.0.1:8201] replace CON-POST MID=33317, Token=5810C3BD4CA61789, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33317, Token=5810C3BD4CA61789, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R505, 127.0.0.1:8201] send response NON-2.05 MID=33317, Token=null, OptionSet={}, "server responds hi" 06:53:51.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R505, 127.0.0.1:8201, complete]! 06:53:51.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R505, 127.0.0.1:8201, complete] completed NON-2.04 MID=33317, Token=5810C3BD4CA61789, 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:53:51.854 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.854 [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=33317, Token=5810C3BD4CA61789, 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:53:51.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:53:51.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-33317] 06:53:51.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L504, 127.0.0.1:8204, complete]! 06:53:51.855 [: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-5810C3BD4CA61789] 06:53:51.855 [: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-33317] 06:53:51.855 [: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=33317, Token=5810C3BD4CA61789, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33317, Token=5810C3BD4CA61789, 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:53:51.855 [: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:53:51.855 [: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:53:51.856 [: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:53:51.856 [: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-33318], CON-POST MID=33318, 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:53:51.856 [: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-14D84BA24911B949], CON-POST MID=33318, Token=14D84BA24911B949, 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:53:51.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-33318], KeyToken[127.0.0.1:8204-14D84BA24911B949]] 06:53:51.857 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.857 [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=33318, Token=14D84BA24911B949, 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:53:51.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33318] 06:53:51.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R507, 127.0.0.1:8201] replace CON-POST MID=33318, Token=14D84BA24911B949, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33318, Token=14D84BA24911B949, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R507, 127.0.0.1:8201] send response NON-2.05 MID=33318, Token=null, OptionSet={}, "server responds hi" 06:53:51.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R507, 127.0.0.1:8201, complete]! 06:53:51.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R507, 127.0.0.1:8201, complete] completed NON-2.04 MID=33318, Token=14D84BA24911B949, 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:53:51.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:53:51.859 [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=33318, Token=14D84BA24911B949, 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:53:51.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:8204 06:53:51.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:8204-33318] 06:53:51.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L506, 127.0.0.1:8204, complete]! 06:53:51.859 [: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-14D84BA24911B949] 06:53:51.859 [: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-33318] 06:53:51.859 [: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=33318, Token=14D84BA24911B949, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33318, Token=14D84BA24911B949, 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:53:51.860 [: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:53:51.860 [: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:53:51.861 [: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:53:51.861 [: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-33319], CON-POST MID=33319, 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:53:51.861 [: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-9C2D6A5EA05D8368], CON-POST MID=33319, Token=9C2D6A5EA05D8368, 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:53:51.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33319], KeyToken[127.0.0.1:8204-9C2D6A5EA05D8368]] 06:53:51.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.862 [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=33319, Token=9C2D6A5EA05D8368, 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:53:51.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33319] 06:53:51.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R509, 127.0.0.1:8201] replace CON-POST MID=33319, Token=9C2D6A5EA05D8368, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33319, Token=9C2D6A5EA05D8368, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R509, 127.0.0.1:8201] send response NON-2.05 MID=33319, Token=null, OptionSet={}, "server responds hi" 06:53:51.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R509, 127.0.0.1:8201, complete]! 06:53:51.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R509, 127.0.0.1:8201, complete] completed NON-2.04 MID=33319, Token=9C2D6A5EA05D8368, 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:53:51.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.864 [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=33319, Token=9C2D6A5EA05D8368, 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:53:51.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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:8204-33319] 06:53:51.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L508, 127.0.0.1:8204, complete]! 06:53:51.864 [: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-9C2D6A5EA05D8368] 06:53:51.864 [: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-33319] 06:53:51.864 [: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=33319, Token=9C2D6A5EA05D8368, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33319, Token=9C2D6A5EA05D8368, 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:53:51.865 [: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:53:51.865 [: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:53:51.865 [: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:53:51.866 [: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-33320], CON-POST MID=33320, 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:53:51.866 [: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-F41183423A8BCA74], CON-POST MID=33320, Token=F41183423A8BCA74, 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:53:51.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33320], KeyToken[127.0.0.1:8204-F41183423A8BCA74]] 06:53:51.866 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.867 [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=33320, Token=F41183423A8BCA74, 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:53:51.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:53:51.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33320] 06:53:51.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R511, 127.0.0.1:8201] replace CON-POST MID=33320, Token=F41183423A8BCA74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33320, Token=F41183423A8BCA74, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R511, 127.0.0.1:8201] send response NON-2.05 MID=33320, Token=null, OptionSet={}, "server responds hi" 06:53:51.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R511, 127.0.0.1:8201, complete]! 06:53:51.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R511, 127.0.0.1:8201, complete] completed NON-2.04 MID=33320, Token=F41183423A8BCA74, 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:53:51.868 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.868 [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=33320, Token=F41183423A8BCA74, 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:53:51.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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-33320] 06:53:51.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L510, 127.0.0.1:8204, complete]! 06:53:51.869 [: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-F41183423A8BCA74] 06:53:51.869 [: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-33320] 06:53:51.869 [: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=33320, Token=F41183423A8BCA74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33320, Token=F41183423A8BCA74, 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:53:51.869 [: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:53:51.869 [: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:53:51.870 [: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:53:51.870 [: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-33321], CON-POST MID=33321, 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:53:51.870 [: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-18FD82F9D7804BD9], CON-POST MID=33321, Token=18FD82F9D7804BD9, 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:53:51.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-33321], KeyToken[127.0.0.1:8204-18FD82F9D7804BD9]] 06:53:51.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:53:51.871 [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=33321, Token=18FD82F9D7804BD9, 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:53:51.871 [UDP-Receiver-localhost/127.0.0.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:53:51.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33321] 06:53:51.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R513, 127.0.0.1:8201] replace CON-POST MID=33321, Token=18FD82F9D7804BD9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33321, Token=18FD82F9D7804BD9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R513, 127.0.0.1:8201] send response NON-2.05 MID=33321, Token=null, OptionSet={}, "server responds hi" 06:53:51.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R513, 127.0.0.1:8201, complete]! 06:53:51.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R513, 127.0.0.1:8201, complete] completed NON-2.04 MID=33321, Token=18FD82F9D7804BD9, 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:53:51.873 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.873 [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=33321, Token=18FD82F9D7804BD9, 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:53:51.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33321] 06:53:51.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L512, 127.0.0.1:8204, complete]! 06:53:51.873 [: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-18FD82F9D7804BD9] 06:53:51.874 [: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-33321] 06:53:51.874 [: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=33321, Token=18FD82F9D7804BD9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33321, Token=18FD82F9D7804BD9, 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:53:51.874 [: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:53:51.874 [: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:53:51.875 [: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:53:51.875 [: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-33322], CON-POST MID=33322, 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:53:51.875 [: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-E4EE6088CF976C64], CON-POST MID=33322, Token=E4EE6088CF976C64, 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:53:51.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33322], KeyToken[127.0.0.1:8204-E4EE6088CF976C64]] 06:53:51.876 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.876 [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=33322, Token=E4EE6088CF976C64, 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:53:51.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33322] 06:53:51.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R515, 127.0.0.1:8201] replace CON-POST MID=33322, Token=E4EE6088CF976C64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33322, Token=E4EE6088CF976C64, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R515, 127.0.0.1:8201] send response NON-2.05 MID=33322, Token=null, OptionSet={}, "server responds hi" 06:53:51.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R515, 127.0.0.1:8201, complete]! 06:53:51.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R515, 127.0.0.1:8201, complete] completed NON-2.04 MID=33322, Token=E4EE6088CF976C64, 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:53:51.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.878 [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=33322, Token=E4EE6088CF976C64, 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:53:51.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33322] 06:53:51.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L514, 127.0.0.1:8204, complete]! 06:53:51.878 [: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-E4EE6088CF976C64] 06:53:51.878 [: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-33322] 06:53:51.878 [: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=33322, Token=E4EE6088CF976C64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33322, Token=E4EE6088CF976C64, 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:53:51.879 [: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:53:51.879 [: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:53:51.879 [: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:53:51.879 [: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-33323], CON-POST MID=33323, 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:53:51.879 [: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-F03CFEA80643FD73], CON-POST MID=33323, Token=F03CFEA80643FD73, 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:53:51.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33323], KeyToken[127.0.0.1:8204-F03CFEA80643FD73]] 06:53:51.880 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.880 [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=33323, Token=F03CFEA80643FD73, 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:53:51.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33323] 06:53:51.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R517, 127.0.0.1:8201] replace CON-POST MID=33323, Token=F03CFEA80643FD73, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33323, Token=F03CFEA80643FD73, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R517, 127.0.0.1:8201] send response NON-2.05 MID=33323, Token=null, OptionSet={}, "server responds hi" 06:53:51.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R517, 127.0.0.1:8201, complete]! 06:53:51.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R517, 127.0.0.1:8201, complete] completed NON-2.04 MID=33323, Token=F03CFEA80643FD73, 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:53:51.882 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.882 [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=33323, Token=F03CFEA80643FD73, 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:53:51.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33323] 06:53:51.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L516, 127.0.0.1:8204, complete]! 06:53:51.883 [: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-F03CFEA80643FD73] 06:53:51.883 [: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-33323] 06:53:51.883 [: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=33323, Token=F03CFEA80643FD73, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33323, Token=F03CFEA80643FD73, 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:53:51.883 [: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:53:51.883 [: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:53:51.883 [: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:53:51.884 [: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-33324], CON-POST MID=33324, 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:53:51.884 [: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-D450D5346CAEFCF8], CON-POST MID=33324, Token=D450D5346CAEFCF8, 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:53:51.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33324], KeyToken[127.0.0.1:8204-D450D5346CAEFCF8]] 06:53:51.884 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.885 [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=33324, Token=D450D5346CAEFCF8, 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:53:51.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33324] 06:53:51.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R519, 127.0.0.1:8201] replace CON-POST MID=33324, Token=D450D5346CAEFCF8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33324, Token=D450D5346CAEFCF8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R519, 127.0.0.1:8201] send response NON-2.05 MID=33324, Token=null, OptionSet={}, "server responds hi" 06:53:51.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R519, 127.0.0.1:8201, complete]! 06:53:51.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R519, 127.0.0.1:8201, complete] completed NON-2.04 MID=33324, Token=D450D5346CAEFCF8, 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:53:51.886 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.887 [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=33324, Token=D450D5346CAEFCF8, 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:53:51.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33324] 06:53:51.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L518, 127.0.0.1:8204, complete]! 06:53:51.887 [: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-D450D5346CAEFCF8] 06:53:51.887 [: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-33324] 06:53:51.887 [: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=33324, Token=D450D5346CAEFCF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33324, Token=D450D5346CAEFCF8, 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:53:51.887 [: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:53:51.887 [: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:53:51.888 [: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:53:51.888 [: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-33325], CON-POST MID=33325, 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:53:51.888 [: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-7C5A673CB4704BA9], CON-POST MID=33325, Token=7C5A673CB4704BA9, 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:53:51.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33325], KeyToken[127.0.0.1:8204-7C5A673CB4704BA9]] 06:53:51.888 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.889 [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=33325, Token=7C5A673CB4704BA9, 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:53:51.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33325] 06:53:51.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R521, 127.0.0.1:8201] replace CON-POST MID=33325, Token=7C5A673CB4704BA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33325, Token=7C5A673CB4704BA9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R521, 127.0.0.1:8201] send response NON-2.05 MID=33325, Token=null, OptionSet={}, "server responds hi" 06:53:51.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R521, 127.0.0.1:8201, complete]! 06:53:51.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R521, 127.0.0.1:8201, complete] completed NON-2.04 MID=33325, Token=7C5A673CB4704BA9, 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:53:51.890 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.891 [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=33325, Token=7C5A673CB4704BA9, 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:53:51.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33325] 06:53:51.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L520, 127.0.0.1:8204, complete]! 06:53:51.891 [: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-7C5A673CB4704BA9] 06:53:51.891 [: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-33325] 06:53:51.891 [: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=33325, Token=7C5A673CB4704BA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33325, Token=7C5A673CB4704BA9, 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:53:51.891 [: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:53:51.891 [: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:53:51.892 [: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:53:51.892 [: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-33326], CON-POST MID=33326, 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:53:51.892 [: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-D86CEEF87D2A8B75], CON-POST MID=33326, Token=D86CEEF87D2A8B75, 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:53:51.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33326], KeyToken[127.0.0.1:8204-D86CEEF87D2A8B75]] 06:53:51.892 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.893 [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=33326, Token=D86CEEF87D2A8B75, 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:53:51.893 [UDP-Receiver-localhost/127.0.0.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:53:51.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33326] 06:53:51.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R523, 127.0.0.1:8201] replace CON-POST MID=33326, Token=D86CEEF87D2A8B75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33326, Token=D86CEEF87D2A8B75, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R523, 127.0.0.1:8201] send response NON-2.05 MID=33326, Token=null, OptionSet={}, "server responds hi" 06:53:51.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R523, 127.0.0.1:8201, complete]! 06:53:51.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R523, 127.0.0.1:8201, complete] completed NON-2.04 MID=33326, Token=D86CEEF87D2A8B75, 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:53:51.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:53:51.942 [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=33326, Token=D86CEEF87D2A8B75, 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:53:51.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33326] 06:53:51.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L522, 127.0.0.1:8204, complete]! 06:53:51.943 [: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-D86CEEF87D2A8B75] 06:53:51.943 [: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-33326] 06:53:51.943 [: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=33326, Token=D86CEEF87D2A8B75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33326, Token=D86CEEF87D2A8B75, 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:53:51.943 [: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:53:51.943 [: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:53:51.944 [: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:53:51.944 [: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-33327], CON-POST MID=33327, 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:53:51.944 [: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-3C973FE20D54D32B], CON-POST MID=33327, Token=3C973FE20D54D32B, 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:53:51.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33327], KeyToken[127.0.0.1:8204-3C973FE20D54D32B]] 06:53:51.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 40 bytes to 127.0.0.1:8204 06:53:51.945 [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=33327, Token=3C973FE20D54D32B, 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:53:51.945 [UDP-Receiver-localhost/127.0.0.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:53:51.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33327] 06:53:51.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R525, 127.0.0.1:8201] replace CON-POST MID=33327, Token=3C973FE20D54D32B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33327, Token=3C973FE20D54D32B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R525, 127.0.0.1:8201] send response NON-2.05 MID=33327, Token=null, OptionSet={}, "server responds hi" 06:53:51.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R525, 127.0.0.1:8201, complete]! 06:53:51.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R525, 127.0.0.1:8201, complete] completed NON-2.04 MID=33327, Token=3C973FE20D54D32B, 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:53:51.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:53:51.947 [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=33327, Token=3C973FE20D54D32B, 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:53:51.947 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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-33327] 06:53:51.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L524, 127.0.0.1:8204, complete]! 06:53:51.947 [: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-3C973FE20D54D32B] 06:53:51.947 [: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-33327] 06:53:51.947 [: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=33327, Token=3C973FE20D54D32B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33327, Token=3C973FE20D54D32B, 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:53:51.948 [: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:53:51.948 [: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:53:51.948 [: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:53:51.948 [: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-33328], CON-POST MID=33328, 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:53:51.949 [: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-1C403DE763C6FC45], CON-POST MID=33328, Token=1C403DE763C6FC45, 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:53:51.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33328], KeyToken[127.0.0.1:8204-1C403DE763C6FC45]] 06:53:51.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:8204 06:53:51.949 [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=33328, Token=1C403DE763C6FC45, 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:53:51.949 [UDP-Receiver-localhost/127.0.0.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:53:51.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33328] 06:53:51.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R527, 127.0.0.1:8201] replace CON-POST MID=33328, Token=1C403DE763C6FC45, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33328, Token=1C403DE763C6FC45, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R527, 127.0.0.1:8201] send response NON-2.05 MID=33328, Token=null, OptionSet={}, "server responds hi" 06:53:51.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R527, 127.0.0.1:8201, complete]! 06:53:51.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R527, 127.0.0.1:8201, complete] completed NON-2.04 MID=33328, Token=1C403DE763C6FC45, 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:53:51.951 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.951 [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=33328, Token=1C403DE763C6FC45, 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:53:51.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33328] 06:53:51.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L526, 127.0.0.1:8204, complete]! 06:53:51.951 [: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-1C403DE763C6FC45] 06:53:51.952 [: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-33328] 06:53:51.952 [: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=33328, Token=1C403DE763C6FC45, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33328, Token=1C403DE763C6FC45, 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:53:51.952 [: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:53:51.952 [: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:53:51.953 [: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:53:51.953 [: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-33329], CON-POST MID=33329, 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:53:51.953 [: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-D47BC4FFF9EDDD05], CON-POST MID=33329, Token=D47BC4FFF9EDDD05, 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:53:51.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33329], KeyToken[127.0.0.1:8204-D47BC4FFF9EDDD05]] 06:53:51.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:8204 06:53:51.954 [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=33329, Token=D47BC4FFF9EDDD05, 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:53:51.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33329] 06:53:51.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R529, 127.0.0.1:8201] replace CON-POST MID=33329, Token=D47BC4FFF9EDDD05, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33329, Token=D47BC4FFF9EDDD05, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R529, 127.0.0.1:8201] send response NON-2.05 MID=33329, Token=null, OptionSet={}, "server responds hi" 06:53:51.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R529, 127.0.0.1:8201, complete]! 06:53:51.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R529, 127.0.0.1:8201, complete] completed NON-2.04 MID=33329, Token=D47BC4FFF9EDDD05, 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:53:51.955 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.955 [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=33329, Token=D47BC4FFF9EDDD05, 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:53:51.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.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:8204-33329] 06:53:51.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L528, 127.0.0.1:8204, complete]! 06:53:51.956 [: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-D47BC4FFF9EDDD05] 06:53:51.956 [: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-33329] 06:53:51.956 [: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=33329, Token=D47BC4FFF9EDDD05, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33329, Token=D47BC4FFF9EDDD05, 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:53:51.956 [: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:53:51.957 [: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:53:51.957 [: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:53:51.957 [: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-33330], CON-POST MID=33330, 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:53:51.957 [: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-BCB31DEF012D6BE9], CON-POST MID=33330, Token=BCB31DEF012D6BE9, 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:53:51.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33330], KeyToken[127.0.0.1:8204-BCB31DEF012D6BE9]] 06:53:51.958 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.958 [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=33330, Token=BCB31DEF012D6BE9, 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:53:51.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33330] 06:53:51.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R531, 127.0.0.1:8201] replace CON-POST MID=33330, Token=BCB31DEF012D6BE9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33330, Token=BCB31DEF012D6BE9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R531, 127.0.0.1:8201] send response NON-2.05 MID=33330, Token=null, OptionSet={}, "server responds hi" 06:53:51.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R531, 127.0.0.1:8201, complete]! 06:53:51.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R531, 127.0.0.1:8201, complete] completed NON-2.04 MID=33330, Token=BCB31DEF012D6BE9, 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:53:51.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:53:51.960 [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=33330, Token=BCB31DEF012D6BE9, 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:53:51.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:53:51.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-33330] 06:53:51.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L530, 127.0.0.1:8204, complete]! 06:53:51.960 [: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-BCB31DEF012D6BE9] 06:53:51.960 [: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-33330] 06:53:51.960 [: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=33330, Token=BCB31DEF012D6BE9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33330, Token=BCB31DEF012D6BE9, 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:53:51.961 [: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:53:51.961 [: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:53:51.961 [: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:53:51.962 [: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-33331], CON-POST MID=33331, 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:53:51.962 [: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-185BFD6ACAD0CCD6], CON-POST MID=33331, Token=185BFD6ACAD0CCD6, 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:53:51.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33331], KeyToken[127.0.0.1:8204-185BFD6ACAD0CCD6]] 06:53:51.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.963 [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=33331, Token=185BFD6ACAD0CCD6, 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:53:51.963 [UDP-Receiver-localhost/127.0.0.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:53:51.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33331] 06:53:51.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R533, 127.0.0.1:8201] replace CON-POST MID=33331, Token=185BFD6ACAD0CCD6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33331, Token=185BFD6ACAD0CCD6, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R533, 127.0.0.1:8201] send response NON-2.05 MID=33331, Token=null, OptionSet={}, "server responds hi" 06:53:51.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R533, 127.0.0.1:8201, complete]! 06:53:51.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R533, 127.0.0.1:8201, complete] completed NON-2.04 MID=33331, Token=185BFD6ACAD0CCD6, 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:53:51.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:53:51.964 [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=33331, Token=185BFD6ACAD0CCD6, 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:53:51.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:53:51.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-33331] 06:53:51.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L532, 127.0.0.1:8204, complete]! 06:53:51.965 [: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-185BFD6ACAD0CCD6] 06:53:51.965 [: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-33331] 06:53:51.965 [: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=33331, Token=185BFD6ACAD0CCD6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33331, Token=185BFD6ACAD0CCD6, 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:53:51.965 [: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:53:51.966 [: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:53:51.966 [: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:53:51.966 [: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-33332], CON-POST MID=33332, 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:53:51.966 [: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-2C74E540F89ABE7F], CON-POST MID=33332, Token=2C74E540F89ABE7F, 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:53:51.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-33332], KeyToken[127.0.0.1:8204-2C74E540F89ABE7F]] 06:53:51.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:53:51.967 [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=33332, Token=2C74E540F89ABE7F, 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:53:51.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:53:51.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33332] 06:53:51.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R535, 127.0.0.1:8201] replace CON-POST MID=33332, Token=2C74E540F89ABE7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33332, Token=2C74E540F89ABE7F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R535, 127.0.0.1:8201] send response NON-2.05 MID=33332, Token=null, OptionSet={}, "server responds hi" 06:53:51.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R535, 127.0.0.1:8201, complete]! 06:53:51.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R535, 127.0.0.1:8201, complete] completed NON-2.04 MID=33332, Token=2C74E540F89ABE7F, 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:53:51.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:53:51.969 [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=33332, Token=2C74E540F89ABE7F, 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:53:51.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:53:51.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-33332] 06:53:51.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L534, 127.0.0.1:8204, complete]! 06:53:51.969 [: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-2C74E540F89ABE7F] 06:53:51.970 [: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-33332] 06:53:51.970 [: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=33332, Token=2C74E540F89ABE7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33332, Token=2C74E540F89ABE7F, 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:53:51.970 [: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:53:51.970 [: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:53:51.971 [: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:53:51.971 [: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-33333], CON-POST MID=33333, 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:53:51.971 [: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-80DDD5214BC40C06], CON-POST MID=33333, Token=80DDD5214BC40C06, 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:53:51.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33333], KeyToken[127.0.0.1:8204-80DDD5214BC40C06]] 06:53:51.971 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.972 [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=33333, Token=80DDD5214BC40C06, 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:53:51.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33333] 06:53:51.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R537, 127.0.0.1:8201] replace CON-POST MID=33333, Token=80DDD5214BC40C06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33333, Token=80DDD5214BC40C06, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R537, 127.0.0.1:8201] send response NON-2.05 MID=33333, Token=null, OptionSet={}, "server responds hi" 06:53:51.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R537, 127.0.0.1:8201, complete]! 06:53:51.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R537, 127.0.0.1:8201, complete] completed NON-2.04 MID=33333, Token=80DDD5214BC40C06, 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:53:51.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:53:51.973 [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=33333, Token=80DDD5214BC40C06, 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:53:51.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:53:51.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33333] 06:53:51.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L536, 127.0.0.1:8204, complete]! 06:53:51.974 [: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-80DDD5214BC40C06] 06:53:51.974 [: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-33333] 06:53:51.974 [: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=33333, Token=80DDD5214BC40C06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33333, Token=80DDD5214BC40C06, 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:53:51.974 [: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:53:51.975 [: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:53:51.975 [: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:53:51.975 [: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-33334], CON-POST MID=33334, 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:53:51.975 [: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-9C852B9DB924125C], CON-POST MID=33334, Token=9C852B9DB924125C, 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:53:51.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-33334], KeyToken[127.0.0.1:8204-9C852B9DB924125C]] 06:53:51.976 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.976 [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=33334, Token=9C852B9DB924125C, 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:53:51.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33334] 06:53:51.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R539, 127.0.0.1:8201] replace CON-POST MID=33334, Token=9C852B9DB924125C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33334, Token=9C852B9DB924125C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R539, 127.0.0.1:8201] send response NON-2.05 MID=33334, Token=null, OptionSet={}, "server responds hi" 06:53:51.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R539, 127.0.0.1:8201, complete]! 06:53:51.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R539, 127.0.0.1:8201, complete] completed NON-2.04 MID=33334, Token=9C852B9DB924125C, 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:53:51.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:53:51.978 [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=33334, Token=9C852B9DB924125C, 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:53:51.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:53:51.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-33334] 06:53:51.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.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:53:51.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L538, 127.0.0.1:8204, complete]! 06:53:51.978 [: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-9C852B9DB924125C] 06:53:51.978 [: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-33334] 06:53:51.978 [: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=33334, Token=9C852B9DB924125C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33334, Token=9C852B9DB924125C, 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:53:51.979 [: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:53:51.979 [: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:53:51.979 [: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:53:51.980 [: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-33335], CON-POST MID=33335, 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:53:51.980 [: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-98EE503FF7DB8597], CON-POST MID=33335, Token=98EE503FF7DB8597, 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:53:51.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33335], KeyToken[127.0.0.1:8204-98EE503FF7DB8597]] 06:53:51.980 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.980 [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=33335, Token=98EE503FF7DB8597, 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:53:51.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33335] 06:53:51.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R541, 127.0.0.1:8201] replace CON-POST MID=33335, Token=98EE503FF7DB8597, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33335, Token=98EE503FF7DB8597, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R541, 127.0.0.1:8201] send response NON-2.05 MID=33335, Token=null, OptionSet={}, "server responds hi" 06:53:51.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R541, 127.0.0.1:8201, complete]! 06:53:51.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R541, 127.0.0.1:8201, complete] completed NON-2.04 MID=33335, Token=98EE503FF7DB8597, 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:53:51.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.982 [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=33335, Token=98EE503FF7DB8597, 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:53:51.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33335] 06:53:51.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L540, 127.0.0.1:8204, complete]! 06:53:51.982 [: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-98EE503FF7DB8597] 06:53:51.982 [: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-33335] 06:53:51.982 [: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=33335, Token=98EE503FF7DB8597, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33335, Token=98EE503FF7DB8597, 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:53:51.983 [: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:53:51.983 [: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:53:51.983 [: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:53:51.984 [: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-33336], CON-POST MID=33336, 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:53:51.984 [: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-D80C1F9004E2DA56], CON-POST MID=33336, Token=D80C1F9004E2DA56, 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:53:51.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33336], KeyToken[127.0.0.1:8204-D80C1F9004E2DA56]] 06:53:51.984 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.984 [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=33336, Token=D80C1F9004E2DA56, 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:53:51.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33336] 06:53:51.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R543, 127.0.0.1:8201] replace CON-POST MID=33336, Token=D80C1F9004E2DA56, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33336, Token=D80C1F9004E2DA56, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R543, 127.0.0.1:8201] send response NON-2.05 MID=33336, Token=null, OptionSet={}, "server responds hi" 06:53:51.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R543, 127.0.0.1:8201, complete]! 06:53:51.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R543, 127.0.0.1:8201, complete] completed NON-2.04 MID=33336, Token=D80C1F9004E2DA56, 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:53:51.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.986 [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=33336, Token=D80C1F9004E2DA56, 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:53:51.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33336] 06:53:51.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L542, 127.0.0.1:8204, complete]! 06:53:51.987 [: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-D80C1F9004E2DA56] 06:53:51.987 [: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-33336] 06:53:51.987 [: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=33336, Token=D80C1F9004E2DA56, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33336, Token=D80C1F9004E2DA56, 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:53:51.987 [: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:53:51.987 [: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:53:51.988 [: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:53:51.988 [: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-33337], CON-POST MID=33337, 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:53:51.988 [: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-F4CDF23D20AA2BF3], CON-POST MID=33337, Token=F4CDF23D20AA2BF3, 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:53:51.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33337], KeyToken[127.0.0.1:8204-F4CDF23D20AA2BF3]] 06:53:51.988 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:51.989 [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=33337, Token=F4CDF23D20AA2BF3, 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:53:51.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:51.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33337] 06:53:51.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R545, 127.0.0.1:8201] replace CON-POST MID=33337, Token=F4CDF23D20AA2BF3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33337, Token=F4CDF23D20AA2BF3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:51.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R545, 127.0.0.1:8201] send response NON-2.05 MID=33337, Token=null, OptionSet={}, "server responds hi" 06:53:51.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R545, 127.0.0.1:8201, complete]! 06:53:51.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R545, 127.0.0.1:8201, complete] completed NON-2.04 MID=33337, Token=F4CDF23D20AA2BF3, 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:53:51.990 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:51.991 [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=33337, Token=F4CDF23D20AA2BF3, 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:53:51.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:51.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33337] 06:53:51.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:51.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:51.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L544, 127.0.0.1:8204, complete]! 06:53:51.991 [: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-F4CDF23D20AA2BF3] 06:53:51.991 [: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-33337] 06:53:51.991 [: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=33337, Token=F4CDF23D20AA2BF3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33337, Token=F4CDF23D20AA2BF3, 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:53:52.041 [: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:53:52.041 [: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:53:52.041 [: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:53:52.042 [: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-33338], CON-POST MID=33338, 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:53:52.042 [: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-C48FDFA910A13A5A], CON-POST MID=33338, Token=C48FDFA910A13A5A, 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:53:52.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-33338], KeyToken[127.0.0.1:8204-C48FDFA910A13A5A]] 06:53:52.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:8204 06:53:52.043 [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=33338, Token=C48FDFA910A13A5A, 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:53:52.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:53:52.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33338] 06:53:52.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R547, 127.0.0.1:8201] replace CON-POST MID=33338, Token=C48FDFA910A13A5A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33338, Token=C48FDFA910A13A5A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R547, 127.0.0.1:8201] send response NON-2.05 MID=33338, Token=null, OptionSet={}, "server responds hi" 06:53:52.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R547, 127.0.0.1:8201, complete]! 06:53:52.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R547, 127.0.0.1:8201, complete] completed NON-2.04 MID=33338, Token=C48FDFA910A13A5A, 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:53:52.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:53:52.045 [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=33338, Token=C48FDFA910A13A5A, 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:53:52.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:53:52.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-33338] 06:53:52.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L546, 127.0.0.1:8204, complete]! 06:53:52.045 [: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-C48FDFA910A13A5A] 06:53:52.045 [: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-33338] 06:53:52.045 [: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=33338, Token=C48FDFA910A13A5A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33338, Token=C48FDFA910A13A5A, 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:53:52.046 [: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:53:52.046 [: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:53:52.046 [: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:53:52.047 [: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-33339], CON-POST MID=33339, 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:53:52.047 [: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-10E8C81982A383BB], CON-POST MID=33339, Token=10E8C81982A383BB, 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:53:52.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-33339], KeyToken[127.0.0.1:8204-10E8C81982A383BB]] 06:53:52.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:8204 06:53:52.048 [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=33339, Token=10E8C81982A383BB, 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:53:52.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:53:52.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33339] 06:53:52.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R549, 127.0.0.1:8201] replace CON-POST MID=33339, Token=10E8C81982A383BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33339, Token=10E8C81982A383BB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R549, 127.0.0.1:8201] send response NON-2.05 MID=33339, Token=null, OptionSet={}, "server responds hi" 06:53:52.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R549, 127.0.0.1:8201, complete]! 06:53:52.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R549, 127.0.0.1:8201, complete] completed NON-2.04 MID=33339, Token=10E8C81982A383BB, 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:53:52.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:53:52.049 [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=33339, Token=10E8C81982A383BB, 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:53:52.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:53:52.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-33339] 06:53:52.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L548, 127.0.0.1:8204, complete]! 06:53:52.050 [: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-10E8C81982A383BB] 06:53:52.050 [: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-33339] 06:53:52.050 [: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=33339, Token=10E8C81982A383BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33339, Token=10E8C81982A383BB, 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:53:52.051 [: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:53:52.051 [: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:53:52.051 [: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:53:52.051 [: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-33340], CON-POST MID=33340, 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:53:52.052 [: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-34ECC1D37FFACC35], CON-POST MID=33340, Token=34ECC1D37FFACC35, 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:53:52.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33340], KeyToken[127.0.0.1:8204-34ECC1D37FFACC35]] 06:53:52.052 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.062 [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=33340, Token=34ECC1D37FFACC35, 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:53:52.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:52.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33340] 06:53:52.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R551, 127.0.0.1:8201] replace CON-POST MID=33340, Token=34ECC1D37FFACC35, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33340, Token=34ECC1D37FFACC35, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R551, 127.0.0.1:8201] send response NON-2.05 MID=33340, Token=null, OptionSet={}, "server responds hi" 06:53:52.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R551, 127.0.0.1:8201, complete]! 06:53:52.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R551, 127.0.0.1:8201, complete] completed NON-2.04 MID=33340, Token=34ECC1D37FFACC35, 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:53:52.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:53:52.064 [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=33340, Token=34ECC1D37FFACC35, 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:53:52.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33340] 06:53:52.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L550, 127.0.0.1:8204, complete]! 06:53:52.065 [: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-34ECC1D37FFACC35] 06:53:52.065 [: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-33340] 06:53:52.065 [: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=33340, Token=34ECC1D37FFACC35, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33340, Token=34ECC1D37FFACC35, 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:53:52.065 [: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:53:52.065 [: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:53:52.066 [: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:53:52.066 [: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-33341], CON-POST MID=33341, 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:53:52.066 [: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-907647D713999D7C], CON-POST MID=33341, Token=907647D713999D7C, 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:53:52.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-33341], KeyToken[127.0.0.1:8204-907647D713999D7C]] 06:53:52.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.067 [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=33341, Token=907647D713999D7C, 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:53:52.067 [UDP-Receiver-localhost/127.0.0.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:53:52.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33341] 06:53:52.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R553, 127.0.0.1:8201] replace CON-POST MID=33341, Token=907647D713999D7C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33341, Token=907647D713999D7C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R553, 127.0.0.1:8201] send response NON-2.05 MID=33341, Token=null, OptionSet={}, "server responds hi" 06:53:52.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R553, 127.0.0.1:8201, complete]! 06:53:52.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R553, 127.0.0.1:8201, complete] completed NON-2.04 MID=33341, Token=907647D713999D7C, 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:53:52.069 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.069 [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=33341, Token=907647D713999D7C, 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:53:52.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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:8204-33341] 06:53:52.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L552, 127.0.0.1:8204, complete]! 06:53:52.070 [: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-907647D713999D7C] 06:53:52.070 [: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-33341] 06:53:52.070 [: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=33341, Token=907647D713999D7C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33341, Token=907647D713999D7C, 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:53:52.070 [: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:53:52.070 [: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:53:52.071 [: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:53:52.071 [: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-33342], CON-POST MID=33342, 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:53:52.071 [: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-AC412B0754FF11D8], CON-POST MID=33342, Token=AC412B0754FF11D8, 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:53:52.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33342], KeyToken[127.0.0.1:8204-AC412B0754FF11D8]] 06:53:52.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.072 [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=33342, Token=AC412B0754FF11D8, 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:53:52.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:52.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33342] 06:53:52.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R555, 127.0.0.1:8201] replace CON-POST MID=33342, Token=AC412B0754FF11D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33342, Token=AC412B0754FF11D8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R555, 127.0.0.1:8201] send response NON-2.05 MID=33342, Token=null, OptionSet={}, "server responds hi" 06:53:52.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R555, 127.0.0.1:8201, complete]! 06:53:52.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R555, 127.0.0.1:8201, complete] completed NON-2.04 MID=33342, Token=AC412B0754FF11D8, 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:53:52.074 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.074 [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=33342, Token=AC412B0754FF11D8, 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:53:52.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33342] 06:53:52.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L554, 127.0.0.1:8204, complete]! 06:53:52.074 [: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-AC412B0754FF11D8] 06:53:52.074 [: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-33342] 06:53:52.074 [: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=33342, Token=AC412B0754FF11D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33342, Token=AC412B0754FF11D8, 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:53:52.075 [: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:53:52.075 [: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:53:52.075 [: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:53:52.075 [: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-33343], CON-POST MID=33343, 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:53:52.075 [: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-2016085802AC78B2], CON-POST MID=33343, Token=2016085802AC78B2, 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:53:52.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33343], KeyToken[127.0.0.1:8204-2016085802AC78B2]] 06:53:52.076 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.076 [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=33343, Token=2016085802AC78B2, 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:53:52.076 [UDP-Receiver-localhost/127.0.0.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:53:52.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33343] 06:53:52.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R557, 127.0.0.1:8201] replace CON-POST MID=33343, Token=2016085802AC78B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33343, Token=2016085802AC78B2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R557, 127.0.0.1:8201] send response NON-2.05 MID=33343, Token=null, OptionSet={}, "server responds hi" 06:53:52.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R557, 127.0.0.1:8201, complete]! 06:53:52.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R557, 127.0.0.1:8201, complete] completed NON-2.04 MID=33343, Token=2016085802AC78B2, 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:53:52.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.078 [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=33343, Token=2016085802AC78B2, 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:53:52.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33343] 06:53:52.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L556, 127.0.0.1:8204, complete]! 06:53:52.078 [: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-2016085802AC78B2] 06:53:52.078 [: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-33343] 06:53:52.078 [: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=33343, Token=2016085802AC78B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33343, Token=2016085802AC78B2, 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:53:52.079 [: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:53:52.079 [: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:53:52.079 [: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:53:52.079 [: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-33344], CON-POST MID=33344, 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:53:52.080 [: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-94972940D3397032], CON-POST MID=33344, Token=94972940D3397032, 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:53:52.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33344], KeyToken[127.0.0.1:8204-94972940D3397032]] 06:53:52.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.080 [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=33344, Token=94972940D3397032, 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:53:52.080 [UDP-Receiver-localhost/127.0.0.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:53:52.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33344] 06:53:52.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R559, 127.0.0.1:8201] replace CON-POST MID=33344, Token=94972940D3397032, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33344, Token=94972940D3397032, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R559, 127.0.0.1:8201] send response NON-2.05 MID=33344, Token=null, OptionSet={}, "server responds hi" 06:53:52.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R559, 127.0.0.1:8201, complete]! 06:53:52.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R559, 127.0.0.1:8201, complete] completed NON-2.04 MID=33344, Token=94972940D3397032, 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:53:52.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.082 [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=33344, Token=94972940D3397032, 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:53:52.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33344] 06:53:52.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L558, 127.0.0.1:8204, complete]! 06:53:52.082 [: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-94972940D3397032] 06:53:52.082 [: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-33344] 06:53:52.082 [: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=33344, Token=94972940D3397032, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33344, Token=94972940D3397032, 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:53:52.082 [: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:53:52.082 [: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:53:52.083 [: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:53:52.083 [: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-33345], CON-POST MID=33345, 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:53:52.083 [: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-AC80C9AD00D54BA1], CON-POST MID=33345, Token=AC80C9AD00D54BA1, 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:53:52.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33345], KeyToken[127.0.0.1:8204-AC80C9AD00D54BA1]] 06:53:52.083 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.084 [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=33345, Token=AC80C9AD00D54BA1, 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:53:52.084 [UDP-Receiver-localhost/127.0.0.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:53:52.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33345] 06:53:52.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R561, 127.0.0.1:8201] replace CON-POST MID=33345, Token=AC80C9AD00D54BA1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33345, Token=AC80C9AD00D54BA1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R561, 127.0.0.1:8201] send response NON-2.05 MID=33345, Token=null, OptionSet={}, "server responds hi" 06:53:52.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R561, 127.0.0.1:8201, complete]! 06:53:52.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R561, 127.0.0.1:8201, complete] completed NON-2.04 MID=33345, Token=AC80C9AD00D54BA1, 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:53:52.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.085 [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=33345, Token=AC80C9AD00D54BA1, 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:53:52.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33345] 06:53:52.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L560, 127.0.0.1:8204, complete]! 06:53:52.085 [: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-AC80C9AD00D54BA1] 06:53:52.086 [: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-33345] 06:53:52.086 [: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=33345, Token=AC80C9AD00D54BA1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33345, Token=AC80C9AD00D54BA1, 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:53:52.086 [: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:53:52.086 [: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:53:52.086 [: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:53:52.086 [: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-33346], CON-POST MID=33346, 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:53:52.087 [: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-8014A73CE7CE5830], CON-POST MID=33346, Token=8014A73CE7CE5830, 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:53:52.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33346], KeyToken[127.0.0.1:8204-8014A73CE7CE5830]] 06:53:52.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.087 [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=33346, Token=8014A73CE7CE5830, 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:53:52.087 [UDP-Receiver-localhost/127.0.0.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:53:52.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33346] 06:53:52.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R563, 127.0.0.1:8201] replace CON-POST MID=33346, Token=8014A73CE7CE5830, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33346, Token=8014A73CE7CE5830, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R563, 127.0.0.1:8201] send response NON-2.05 MID=33346, Token=null, OptionSet={}, "server responds hi" 06:53:52.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R563, 127.0.0.1:8201, complete]! 06:53:52.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R563, 127.0.0.1:8201, complete] completed NON-2.04 MID=33346, Token=8014A73CE7CE5830, 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:53:52.088 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.089 [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=33346, Token=8014A73CE7CE5830, 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:53:52.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33346] 06:53:52.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L562, 127.0.0.1:8204, complete]! 06:53:52.089 [: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-8014A73CE7CE5830] 06:53:52.089 [: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-33346] 06:53:52.089 [: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=33346, Token=8014A73CE7CE5830, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33346, Token=8014A73CE7CE5830, 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:53:52.089 [: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:53:52.089 [: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:53:52.090 [: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:53:52.090 [: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-33347], CON-POST MID=33347, 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:53:52.090 [: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-E06052E894C9DD1B], CON-POST MID=33347, Token=E06052E894C9DD1B, 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:53:52.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33347], KeyToken[127.0.0.1:8204-E06052E894C9DD1B]] 06:53:52.090 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:52.091 [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=33347, Token=E06052E894C9DD1B, 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:53:52.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:52.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33347] 06:53:52.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R565, 127.0.0.1:8201] replace CON-POST MID=33347, Token=E06052E894C9DD1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33347, Token=E06052E894C9DD1B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R565, 127.0.0.1:8201] send response NON-2.05 MID=33347, Token=null, OptionSet={}, "server responds hi" 06:53:52.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R565, 127.0.0.1:8201, complete]! 06:53:52.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R565, 127.0.0.1:8201, complete] completed NON-2.04 MID=33347, Token=E06052E894C9DD1B, 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:53:52.092 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.092 [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=33347, Token=E06052E894C9DD1B, 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:53:52.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33347] 06:53:52.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L564, 127.0.0.1:8204, complete]! 06:53:52.093 [: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-E06052E894C9DD1B] 06:53:52.093 [: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-33347] 06:53:52.093 [: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=33347, Token=E06052E894C9DD1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33347, Token=E06052E894C9DD1B, 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:53:52.093 [: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:53:52.093 [: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:53:52.093 [: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:53:52.094 [: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-33348], CON-POST MID=33348, 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:53:52.094 [: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-D8466C5E7AF60DBD], CON-POST MID=33348, Token=D8466C5E7AF60DBD, 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:53:52.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33348], KeyToken[127.0.0.1:8204-D8466C5E7AF60DBD]] 06:53:52.094 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.095 [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=33348, Token=D8466C5E7AF60DBD, 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:53:52.095 [UDP-Receiver-localhost/127.0.0.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:53:52.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33348] 06:53:52.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R567, 127.0.0.1:8201] replace CON-POST MID=33348, Token=D8466C5E7AF60DBD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33348, Token=D8466C5E7AF60DBD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R567, 127.0.0.1:8201] send response NON-2.05 MID=33348, Token=null, OptionSet={}, "server responds hi" 06:53:52.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R567, 127.0.0.1:8201, complete]! 06:53:52.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R567, 127.0.0.1:8201, complete] completed NON-2.04 MID=33348, Token=D8466C5E7AF60DBD, 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:53:52.096 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.096 [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=33348, Token=D8466C5E7AF60DBD, 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:53:52.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33348] 06:53:52.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L566, 127.0.0.1:8204, complete]! 06:53:52.096 [: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-D8466C5E7AF60DBD] 06:53:52.096 [: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-33348] 06:53:52.140 [: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=33348, Token=D8466C5E7AF60DBD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33348, Token=D8466C5E7AF60DBD, 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:53:52.141 [: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:53:52.141 [: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:53:52.142 [: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:53:52.142 [: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-33349], CON-POST MID=33349, 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:53:52.142 [: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-503BBE4A6DA800A2], CON-POST MID=33349, Token=503BBE4A6DA800A2, 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:53:52.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33349], KeyToken[127.0.0.1:8204-503BBE4A6DA800A2]] 06:53:52.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 40 bytes to 127.0.0.1:8204 06:53:52.143 [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=33349, Token=503BBE4A6DA800A2, 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:53:52.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:53:52.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33349] 06:53:52.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R569, 127.0.0.1:8201] replace CON-POST MID=33349, Token=503BBE4A6DA800A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33349, Token=503BBE4A6DA800A2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R569, 127.0.0.1:8201] send response NON-2.05 MID=33349, Token=null, OptionSet={}, "server responds hi" 06:53:52.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R569, 127.0.0.1:8201, complete]! 06:53:52.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R569, 127.0.0.1:8201, complete] completed NON-2.04 MID=33349, Token=503BBE4A6DA800A2, 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:53:52.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:53:52.144 [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=33349, Token=503BBE4A6DA800A2, 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:53:52.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:53:52.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:8204-33349] 06:53:52.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L568, 127.0.0.1:8204, complete]! 06:53:52.145 [: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-503BBE4A6DA800A2] 06:53:52.145 [: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-33349] 06:53:52.145 [: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=33349, Token=503BBE4A6DA800A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33349, Token=503BBE4A6DA800A2, 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:53:52.145 [: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:53:52.145 [: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:53:52.146 [: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:53:52.146 [: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-33350], CON-POST MID=33350, 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:53:52.146 [: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-48F6C222BCB44286], CON-POST MID=33350, Token=48F6C222BCB44286, 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:53:52.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33350], KeyToken[127.0.0.1:8204-48F6C222BCB44286]] 06:53:52.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:8204 06:53:52.147 [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=33350, Token=48F6C222BCB44286, 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:53:52.147 [UDP-Receiver-localhost/127.0.0.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:53:52.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33350] 06:53:52.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R571, 127.0.0.1:8201] replace CON-POST MID=33350, Token=48F6C222BCB44286, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33350, Token=48F6C222BCB44286, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R571, 127.0.0.1:8201] send response NON-2.05 MID=33350, Token=null, OptionSet={}, "server responds hi" 06:53:52.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R571, 127.0.0.1:8201, complete]! 06:53:52.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R571, 127.0.0.1:8201, complete] completed NON-2.04 MID=33350, Token=48F6C222BCB44286, 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:53:52.148 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.148 [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=33350, Token=48F6C222BCB44286, 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:53:52.148 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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-33350] 06:53:52.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L570, 127.0.0.1:8204, complete]! 06:53:52.149 [: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-48F6C222BCB44286] 06:53:52.149 [: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-33350] 06:53:52.149 [: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=33350, Token=48F6C222BCB44286, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33350, Token=48F6C222BCB44286, 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:53:52.149 [: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:53:52.149 [: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:53:52.150 [: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:53:52.150 [: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-33351], CON-POST MID=33351, 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:53:52.150 [: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-7409C7BED5D2DB27], CON-POST MID=33351, Token=7409C7BED5D2DB27, 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:53:52.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33351], KeyToken[127.0.0.1:8204-7409C7BED5D2DB27]] 06:53:52.151 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.151 [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=33351, Token=7409C7BED5D2DB27, 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:53:52.151 [UDP-Receiver-localhost/127.0.0.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:53:52.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33351] 06:53:52.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R573, 127.0.0.1:8201] replace CON-POST MID=33351, Token=7409C7BED5D2DB27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33351, Token=7409C7BED5D2DB27, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R573, 127.0.0.1:8201] send response NON-2.05 MID=33351, Token=null, OptionSet={}, "server responds hi" 06:53:52.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R573, 127.0.0.1:8201, complete]! 06:53:52.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R573, 127.0.0.1:8201, complete] completed NON-2.04 MID=33351, Token=7409C7BED5D2DB27, 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:53:52.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 42 bytes to 127.0.0.1:8201 06:53:52.153 [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=33351, Token=7409C7BED5D2DB27, 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:53:52.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33351] 06:53:52.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L572, 127.0.0.1:8204, complete]! 06:53:52.154 [: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-7409C7BED5D2DB27] 06:53:52.154 [: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-33351] 06:53:52.154 [: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=33351, Token=7409C7BED5D2DB27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33351, Token=7409C7BED5D2DB27, 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:53:52.154 [: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:53:52.154 [: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:53:52.155 [: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:53:52.155 [: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-33352], CON-POST MID=33352, 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:53:52.155 [: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-740BD518287BABF1], CON-POST MID=33352, Token=740BD518287BABF1, 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:53:52.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33352], KeyToken[127.0.0.1:8204-740BD518287BABF1]] 06:53:52.156 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.156 [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=33352, Token=740BD518287BABF1, 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:53:52.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:52.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33352] 06:53:52.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R575, 127.0.0.1:8201] replace CON-POST MID=33352, Token=740BD518287BABF1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33352, Token=740BD518287BABF1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R575, 127.0.0.1:8201] send response NON-2.05 MID=33352, Token=null, OptionSet={}, "server responds hi" 06:53:52.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R575, 127.0.0.1:8201, complete]! 06:53:52.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R575, 127.0.0.1:8201, complete] completed NON-2.04 MID=33352, Token=740BD518287BABF1, 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:53:52.157 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.158 [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=33352, Token=740BD518287BABF1, 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:53:52.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:53:52.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-33352] 06:53:52.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L574, 127.0.0.1:8204, complete]! 06:53:52.158 [: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-740BD518287BABF1] 06:53:52.158 [: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-33352] 06:53:52.158 [: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=33352, Token=740BD518287BABF1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33352, Token=740BD518287BABF1, 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:53:52.158 [: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:53:52.158 [: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:53:52.159 [: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:53:52.159 [: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-33353], CON-POST MID=33353, 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:53:52.159 [: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-4866D6A5E97AAB74], CON-POST MID=33353, Token=4866D6A5E97AAB74, 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:53:52.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-33353], KeyToken[127.0.0.1:8204-4866D6A5E97AAB74]] 06:53:52.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.160 [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=33353, Token=4866D6A5E97AAB74, 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:53:52.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:52.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33353] 06:53:52.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R577, 127.0.0.1:8201] replace CON-POST MID=33353, Token=4866D6A5E97AAB74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33353, Token=4866D6A5E97AAB74, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R577, 127.0.0.1:8201] send response NON-2.05 MID=33353, Token=null, OptionSet={}, "server responds hi" 06:53:52.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R577, 127.0.0.1:8201, complete]! 06:53:52.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R577, 127.0.0.1:8201, complete] completed NON-2.04 MID=33353, Token=4866D6A5E97AAB74, 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:53:52.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.161 [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=33353, Token=4866D6A5E97AAB74, 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:53:52.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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-33353] 06:53:52.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L576, 127.0.0.1:8204, complete]! 06:53:52.162 [: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-4866D6A5E97AAB74] 06:53:52.162 [: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-33353] 06:53:52.162 [: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=33353, Token=4866D6A5E97AAB74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33353, Token=4866D6A5E97AAB74, 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:53:52.162 [: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:53:52.162 [: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:53:52.163 [: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:53:52.163 [: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-33354], CON-POST MID=33354, 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:53:52.163 [: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-A804AE5641DA5A45], CON-POST MID=33354, Token=A804AE5641DA5A45, 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:53:52.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-33354], KeyToken[127.0.0.1:8204-A804AE5641DA5A45]] 06:53:52.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 40 bytes to 127.0.0.1:8204 06:53:52.164 [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=33354, Token=A804AE5641DA5A45, 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:53:52.164 [UDP-Receiver-localhost/127.0.0.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:53:52.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33354] 06:53:52.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R579, 127.0.0.1:8201] replace CON-POST MID=33354, Token=A804AE5641DA5A45, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33354, Token=A804AE5641DA5A45, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R579, 127.0.0.1:8201] send response NON-2.05 MID=33354, Token=null, OptionSet={}, "server responds hi" 06:53:52.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R579, 127.0.0.1:8201, complete]! 06:53:52.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R579, 127.0.0.1:8201, complete] completed NON-2.04 MID=33354, Token=A804AE5641DA5A45, 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:53:52.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.165 [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=33354, Token=A804AE5641DA5A45, 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:53:52.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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-33354] 06:53:52.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L578, 127.0.0.1:8204, complete]! 06:53:52.166 [: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-A804AE5641DA5A45] 06:53:52.166 [: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-33354] 06:53:52.166 [: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=33354, Token=A804AE5641DA5A45, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33354, Token=A804AE5641DA5A45, 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:53:52.166 [: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:53:52.166 [: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:53:52.167 [: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:53:52.167 [: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-33355], CON-POST MID=33355, 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:53:52.167 [: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-9059C6546E2AAED2], CON-POST MID=33355, Token=9059C6546E2AAED2, 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:53:52.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-33355], KeyToken[127.0.0.1:8204-9059C6546E2AAED2]] 06:53:52.168 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.168 [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=33355, Token=9059C6546E2AAED2, 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:53:52.168 [UDP-Receiver-localhost/127.0.0.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:53:52.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33355] 06:53:52.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R581, 127.0.0.1:8201] replace CON-POST MID=33355, Token=9059C6546E2AAED2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33355, Token=9059C6546E2AAED2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R581, 127.0.0.1:8201] send response NON-2.05 MID=33355, Token=null, OptionSet={}, "server responds hi" 06:53:52.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R581, 127.0.0.1:8201, complete]! 06:53:52.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R581, 127.0.0.1:8201, complete] completed NON-2.04 MID=33355, Token=9059C6546E2AAED2, 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:53:52.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.169 [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=33355, Token=9059C6546E2AAED2, 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:53:52.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:53:52.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-33355] 06:53:52.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L580, 127.0.0.1:8204, complete]! 06:53:52.170 [: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-9059C6546E2AAED2] 06:53:52.170 [: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-33355] 06:53:52.170 [: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=33355, Token=9059C6546E2AAED2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33355, Token=9059C6546E2AAED2, 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:53:52.170 [: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:53:52.170 [: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:53:52.171 [: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:53:52.171 [: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-33356], CON-POST MID=33356, 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:53:52.171 [: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-B8598298635C30C0], CON-POST MID=33356, Token=B8598298635C30C0, 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:53:52.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33356], KeyToken[127.0.0.1:8204-B8598298635C30C0]] 06:53:52.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[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:53:52.172 [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=33356, Token=B8598298635C30C0, 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:53:52.172 [UDP-Receiver-localhost/127.0.0.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:53:52.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33356] 06:53:52.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R583, 127.0.0.1:8201] replace CON-POST MID=33356, Token=B8598298635C30C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33356, Token=B8598298635C30C0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R583, 127.0.0.1:8201] send response NON-2.05 MID=33356, Token=null, OptionSet={}, "server responds hi" 06:53:52.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R583, 127.0.0.1:8201, complete]! 06:53:52.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R583, 127.0.0.1:8201, complete] completed NON-2.04 MID=33356, Token=B8598298635C30C0, 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:53:52.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.174 [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=33356, Token=B8598298635C30C0, 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:53:52.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33356] 06:53:52.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L582, 127.0.0.1:8204, complete]! 06:53:52.174 [: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-B8598298635C30C0] 06:53:52.174 [: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-33356] 06:53:52.174 [: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=33356, Token=B8598298635C30C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33356, Token=B8598298635C30C0, 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:53:52.175 [: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:53:52.175 [: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:53:52.175 [: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:53:52.176 [: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-33357], CON-POST MID=33357, 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:53:52.176 [: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-58AE33E0098D3613], CON-POST MID=33357, Token=58AE33E0098D3613, 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:53:52.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33357], KeyToken[127.0.0.1:8204-58AE33E0098D3613]] 06:53:52.176 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.177 [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=33357, Token=58AE33E0098D3613, 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:53:52.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:52.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33357] 06:53:52.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R585, 127.0.0.1:8201] replace CON-POST MID=33357, Token=58AE33E0098D3613, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33357, Token=58AE33E0098D3613, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R585, 127.0.0.1:8201] send response NON-2.05 MID=33357, Token=null, OptionSet={}, "server responds hi" 06:53:52.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R585, 127.0.0.1:8201, complete]! 06:53:52.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R585, 127.0.0.1:8201, complete] completed NON-2.04 MID=33357, Token=58AE33E0098D3613, 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:53:52.178 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.178 [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=33357, Token=58AE33E0098D3613, 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:53:52.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33357] 06:53:52.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L584, 127.0.0.1:8204, complete]! 06:53:52.179 [: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-58AE33E0098D3613] 06:53:52.179 [: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-33357] 06:53:52.179 [: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=33357, Token=58AE33E0098D3613, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33357, Token=58AE33E0098D3613, 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:53:52.180 [: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:53:52.180 [: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:53:52.180 [: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:53:52.181 [: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-33358], CON-POST MID=33358, 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:53:52.181 [: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-284366246A1FFA0C], CON-POST MID=33358, Token=284366246A1FFA0C, 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:53:52.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33358], KeyToken[127.0.0.1:8204-284366246A1FFA0C]] 06:53:52.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.181 [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=33358, Token=284366246A1FFA0C, 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:53:52.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:52.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33358] 06:53:52.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R587, 127.0.0.1:8201] replace CON-POST MID=33358, Token=284366246A1FFA0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33358, Token=284366246A1FFA0C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R587, 127.0.0.1:8201] send response NON-2.05 MID=33358, Token=null, OptionSet={}, "server responds hi" 06:53:52.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R587, 127.0.0.1:8201, complete]! 06:53:52.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R587, 127.0.0.1:8201, complete] completed NON-2.04 MID=33358, Token=284366246A1FFA0C, 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:53:52.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.183 [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=33358, Token=284366246A1FFA0C, 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:53:52.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33358] 06:53:52.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L586, 127.0.0.1:8204, complete]! 06:53:52.184 [: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-284366246A1FFA0C] 06:53:52.184 [: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-33358] 06:53:52.184 [: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=33358, Token=284366246A1FFA0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33358, Token=284366246A1FFA0C, 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:53:52.184 [: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:53:52.185 [: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:53:52.185 [: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:53:52.185 [: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-33359], CON-POST MID=33359, 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:53:52.185 [: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-A47DBB109729FEFF], CON-POST MID=33359, Token=A47DBB109729FEFF, 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:53:52.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33359], KeyToken[127.0.0.1:8204-A47DBB109729FEFF]] 06:53:52.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.186 [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=33359, Token=A47DBB109729FEFF, 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:53:52.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:52.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33359] 06:53:52.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R589, 127.0.0.1:8201] replace CON-POST MID=33359, Token=A47DBB109729FEFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33359, Token=A47DBB109729FEFF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R589, 127.0.0.1:8201] send response NON-2.05 MID=33359, Token=null, OptionSet={}, "server responds hi" 06:53:52.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R589, 127.0.0.1:8201, complete]! 06:53:52.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R589, 127.0.0.1:8201, complete] completed NON-2.04 MID=33359, Token=A47DBB109729FEFF, 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:53:52.187 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.188 [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=33359, Token=A47DBB109729FEFF, 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:53:52.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33359] 06:53:52.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L588, 127.0.0.1:8204, complete]! 06:53:52.188 [: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-A47DBB109729FEFF] 06:53:52.188 [: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-33359] 06:53:52.188 [: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=33359, Token=A47DBB109729FEFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33359, Token=A47DBB109729FEFF, 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:53:52.188 [: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:53:52.188 [: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:53:52.189 [: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:53:52.189 [: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-33360], CON-POST MID=33360, 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:53:52.189 [: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-C49F94334D8AEDE8], CON-POST MID=33360, Token=C49F94334D8AEDE8, 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:53:52.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33360], KeyToken[127.0.0.1:8204-C49F94334D8AEDE8]] 06:53:52.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.190 [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=33360, Token=C49F94334D8AEDE8, 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:53:52.190 [UDP-Receiver-localhost/127.0.0.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:53:52.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33360] 06:53:52.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R591, 127.0.0.1:8201] replace CON-POST MID=33360, Token=C49F94334D8AEDE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33360, Token=C49F94334D8AEDE8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R591, 127.0.0.1:8201] send response NON-2.05 MID=33360, Token=null, OptionSet={}, "server responds hi" 06:53:52.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R591, 127.0.0.1:8201, complete]! 06:53:52.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R591, 127.0.0.1:8201, complete] completed NON-2.04 MID=33360, Token=C49F94334D8AEDE8, 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:53:52.191 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.191 [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=33360, Token=C49F94334D8AEDE8, 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:53:52.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33360] 06:53:52.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L590, 127.0.0.1:8204, complete]! 06:53:52.192 [: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-C49F94334D8AEDE8] 06:53:52.192 [: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-33360] 06:53:52.192 [: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=33360, Token=C49F94334D8AEDE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33360, Token=C49F94334D8AEDE8, 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:53:52.192 [: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:53:52.192 [: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:53:52.192 [: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:53:52.193 [: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-33361], CON-POST MID=33361, 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:53:52.193 [: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-A8CC388289D27E29], CON-POST MID=33361, Token=A8CC388289D27E29, 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:53:52.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33361], KeyToken[127.0.0.1:8204-A8CC388289D27E29]] 06:53:52.193 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.193 [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=33361, Token=A8CC388289D27E29, 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:53:52.193 [UDP-Receiver-localhost/127.0.0.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:53:52.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33361] 06:53:52.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R593, 127.0.0.1:8201] replace CON-POST MID=33361, Token=A8CC388289D27E29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33361, Token=A8CC388289D27E29, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R593, 127.0.0.1:8201] send response NON-2.05 MID=33361, Token=null, OptionSet={}, "server responds hi" 06:53:52.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R593, 127.0.0.1:8201, complete]! 06:53:52.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R593, 127.0.0.1:8201, complete] completed NON-2.04 MID=33361, Token=A8CC388289D27E29, 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:53:52.195 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.195 [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=33361, Token=A8CC388289D27E29, 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:53:52.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33361] 06:53:52.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L592, 127.0.0.1:8204, complete]! 06:53:52.195 [: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-A8CC388289D27E29] 06:53:52.195 [: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-33361] 06:53:52.195 [: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=33361, Token=A8CC388289D27E29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33361, Token=A8CC388289D27E29, 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:53:52.196 [: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:53:52.196 [: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:53:52.196 [: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:53:52.197 [: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-33362], CON-POST MID=33362, 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:53:52.197 [: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-A0EE75748F586181], CON-POST MID=33362, Token=A0EE75748F586181, 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:53:52.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33362], KeyToken[127.0.0.1:8204-A0EE75748F586181]] 06:53:52.197 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.197 [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=33362, Token=A0EE75748F586181, 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:53:52.197 [UDP-Receiver-localhost/127.0.0.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:53:52.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33362] 06:53:52.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R595, 127.0.0.1:8201] replace CON-POST MID=33362, Token=A0EE75748F586181, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33362, Token=A0EE75748F586181, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R595, 127.0.0.1:8201] send response NON-2.05 MID=33362, Token=null, OptionSet={}, "server responds hi" 06:53:52.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R595, 127.0.0.1:8201, complete]! 06:53:52.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R595, 127.0.0.1:8201, complete] completed NON-2.04 MID=33362, Token=A0EE75748F586181, 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:53:52.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:8201 06:53:52.241 [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=33362, Token=A0EE75748F586181, 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:53:52.241 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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:8204-33362] 06:53:52.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L594, 127.0.0.1:8204, complete]! 06:53:52.242 [: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-A0EE75748F586181] 06:53:52.242 [: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-33362] 06:53:52.242 [: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=33362, Token=A0EE75748F586181, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33362, Token=A0EE75748F586181, 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:53:52.242 [: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:53:52.242 [: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:53:52.243 [: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:53:52.243 [: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-33363], CON-POST MID=33363, 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:53:52.243 [: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-38CBD4456159389D], CON-POST MID=33363, Token=38CBD4456159389D, 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:53:52.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-33363], KeyToken[127.0.0.1:8204-38CBD4456159389D]] 06:53:52.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:8204 06:53:52.244 [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=33363, Token=38CBD4456159389D, 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:53:52.244 [UDP-Receiver-localhost/127.0.0.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:53:52.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33363] 06:53:52.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R597, 127.0.0.1:8201] replace CON-POST MID=33363, Token=38CBD4456159389D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33363, Token=38CBD4456159389D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R597, 127.0.0.1:8201] send response NON-2.05 MID=33363, Token=null, OptionSet={}, "server responds hi" 06:53:52.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R597, 127.0.0.1:8201, complete]! 06:53:52.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R597, 127.0.0.1:8201, complete] completed NON-2.04 MID=33363, Token=38CBD4456159389D, 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:53:52.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:8201 06:53:52.246 [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=33363, Token=38CBD4456159389D, 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:53:52.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:53:52.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-33363] 06:53:52.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L596, 127.0.0.1:8204, complete]! 06:53:52.247 [: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-38CBD4456159389D] 06:53:52.247 [: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-33363] 06:53:52.247 [: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=33363, Token=38CBD4456159389D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33363, Token=38CBD4456159389D, 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:53:52.247 [: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:53:52.247 [: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:53:52.248 [: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:53:52.248 [: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-33364], CON-POST MID=33364, 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:53:52.248 [: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-D4D350A5A3FC5CC5], CON-POST MID=33364, Token=D4D350A5A3FC5CC5, 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:53:52.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-33364], KeyToken[127.0.0.1:8204-D4D350A5A3FC5CC5]] 06:53:52.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:8204 06:53:52.249 [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=33364, Token=D4D350A5A3FC5CC5, 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:53:52.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:53:52.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33364] 06:53:52.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R599, 127.0.0.1:8201] replace CON-POST MID=33364, Token=D4D350A5A3FC5CC5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33364, Token=D4D350A5A3FC5CC5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R599, 127.0.0.1:8201] send response NON-2.05 MID=33364, Token=null, OptionSet={}, "server responds hi" 06:53:52.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R599, 127.0.0.1:8201, complete]! 06:53:52.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R599, 127.0.0.1:8201, complete] completed NON-2.04 MID=33364, Token=D4D350A5A3FC5CC5, 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:53:52.250 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.251 [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=33364, Token=D4D350A5A3FC5CC5, 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:53:52.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:53:52.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-33364] 06:53:52.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L598, 127.0.0.1:8204, complete]! 06:53:52.251 [: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-D4D350A5A3FC5CC5] 06:53:52.251 [: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-33364] 06:53:52.251 [: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=33364, Token=D4D350A5A3FC5CC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33364, Token=D4D350A5A3FC5CC5, 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:53:52.251 [: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:53:52.251 [: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:53:52.252 [: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:53:52.252 [: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-33365], CON-POST MID=33365, 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:53:52.252 [: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-70756F44E0AC0A8D], CON-POST MID=33365, Token=70756F44E0AC0A8D, 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:53:52.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-33365], KeyToken[127.0.0.1:8204-70756F44E0AC0A8D]] 06:53:52.253 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:53:52.253 [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=33365, Token=70756F44E0AC0A8D, 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:53:52.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 06:53:52.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33365] 06:53:52.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R601, 127.0.0.1:8201] replace CON-POST MID=33365, Token=70756F44E0AC0A8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33365, Token=70756F44E0AC0A8D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R601, 127.0.0.1:8201] send response NON-2.05 MID=33365, Token=null, OptionSet={}, "server responds hi" 06:53:52.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R601, 127.0.0.1:8201, complete]! 06:53:52.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R601, 127.0.0.1:8201, complete] completed NON-2.04 MID=33365, Token=70756F44E0AC0A8D, 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:53:52.254 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.255 [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=33365, Token=70756F44E0AC0A8D, 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:53:52.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:53:52.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-33365] 06:53:52.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L600, 127.0.0.1:8204, complete]! 06:53:52.255 [: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-70756F44E0AC0A8D] 06:53:52.255 [: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-33365] 06:53:52.255 [: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=33365, Token=70756F44E0AC0A8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33365, Token=70756F44E0AC0A8D, 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:53:52.256 [: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:53:52.256 [: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:53:52.256 [: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:53:52.256 [: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-33366], CON-POST MID=33366, 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:53:52.257 [: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-645CDCFF77CFD57C], CON-POST MID=33366, Token=645CDCFF77CFD57C, 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:53:52.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33366], KeyToken[127.0.0.1:8204-645CDCFF77CFD57C]] 06:53:52.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:8204 06:53:52.257 [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=33366, Token=645CDCFF77CFD57C, 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:53:52.257 [UDP-Receiver-localhost/127.0.0.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:53:52.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33366] 06:53:52.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R603, 127.0.0.1:8201] replace CON-POST MID=33366, Token=645CDCFF77CFD57C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33366, Token=645CDCFF77CFD57C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R603, 127.0.0.1:8201] send response NON-2.05 MID=33366, Token=null, OptionSet={}, "server responds hi" 06:53:52.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R603, 127.0.0.1:8201, complete]! 06:53:52.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R603, 127.0.0.1:8201, complete] completed NON-2.04 MID=33366, Token=645CDCFF77CFD57C, 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:53:52.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:53:52.259 [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=33366, Token=645CDCFF77CFD57C, 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:53:52.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:53:52.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-33366] 06:53:52.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L602, 127.0.0.1:8204, complete]! 06:53:52.259 [: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-645CDCFF77CFD57C] 06:53:52.259 [: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-33366] 06:53:52.259 [: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=33366, Token=645CDCFF77CFD57C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33366, Token=645CDCFF77CFD57C, 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:53:52.260 [: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:53:52.260 [: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:53:52.260 [: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:53:52.260 [: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-33367], CON-POST MID=33367, 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:53:52.260 [: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-007F9338BAC3B706], CON-POST MID=33367, Token=007F9338BAC3B706, 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:53:52.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33367], KeyToken[127.0.0.1:8204-007F9338BAC3B706]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.261 [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=33367, Token=007F9338BAC3B706, 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:53:52.261 [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:53:52.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33367] 06:53:52.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R605, 127.0.0.1:8201] replace CON-POST MID=33367, Token=007F9338BAC3B706, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33367, Token=007F9338BAC3B706, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R605, 127.0.0.1:8201] send response NON-2.05 MID=33367, Token=null, OptionSet={}, "server responds hi" 06:53:52.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R605, 127.0.0.1:8201, complete]! 06:53:52.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R605, 127.0.0.1:8201, complete] completed NON-2.04 MID=33367, Token=007F9338BAC3B706, 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:53:52.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 42 bytes to 127.0.0.1:8201 06:53:52.262 [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=33367, Token=007F9338BAC3B706, 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:53:52.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:53:52.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-33367] 06:53:52.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L604, 127.0.0.1:8204, complete]! 06:53:52.263 [: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-007F9338BAC3B706] 06:53:52.263 [: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-33367] 06:53:52.263 [: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=33367, Token=007F9338BAC3B706, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33367, Token=007F9338BAC3B706, 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:53:52.264 [: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:53:52.264 [: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:53:52.264 [: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:53:52.264 [: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-33368], CON-POST MID=33368, 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:53:52.265 [: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-802B68F0621ED987], CON-POST MID=33368, Token=802B68F0621ED987, 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:53:52.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33368], KeyToken[127.0.0.1:8204-802B68F0621ED987]] 06:53:52.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.265 [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=33368, Token=802B68F0621ED987, 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:53:52.265 [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:53:52.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33368] 06:53:52.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R607, 127.0.0.1:8201] replace CON-POST MID=33368, Token=802B68F0621ED987, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33368, Token=802B68F0621ED987, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R607, 127.0.0.1:8201] send response NON-2.05 MID=33368, Token=null, OptionSet={}, "server responds hi" 06:53:52.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R607, 127.0.0.1:8201, complete]! 06:53:52.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R607, 127.0.0.1:8201, complete] completed NON-2.04 MID=33368, Token=802B68F0621ED987, 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:53:52.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.266 [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=33368, Token=802B68F0621ED987, 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:53:52.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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-33368] 06:53:52.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L606, 127.0.0.1:8204, complete]! 06:53:52.267 [: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-802B68F0621ED987] 06:53:52.267 [: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-33368] 06:53:52.267 [: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=33368, Token=802B68F0621ED987, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33368, Token=802B68F0621ED987, 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:53:52.267 [: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:53:52.267 [: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:53:52.268 [: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:53:52.268 [: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-33369], CON-POST MID=33369, 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:53:52.268 [: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-080BD8F131994D1A], CON-POST MID=33369, Token=080BD8F131994D1A, 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:53:52.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-33369], KeyToken[127.0.0.1:8204-080BD8F131994D1A]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.268 [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=33369, Token=080BD8F131994D1A, 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:53:52.268 [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:53:52.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33369] 06:53:52.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R609, 127.0.0.1:8201] replace CON-POST MID=33369, Token=080BD8F131994D1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33369, Token=080BD8F131994D1A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R609, 127.0.0.1:8201] send response NON-2.05 MID=33369, Token=null, OptionSet={}, "server responds hi" 06:53:52.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R609, 127.0.0.1:8201, complete]! 06:53:52.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R609, 127.0.0.1:8201, complete] completed NON-2.04 MID=33369, Token=080BD8F131994D1A, 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:53:52.269 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.269 [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=33369, Token=080BD8F131994D1A, 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:53:52.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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:8204-33369] 06:53:52.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L608, 127.0.0.1:8204, complete]! 06:53:52.270 [: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-080BD8F131994D1A] 06:53:52.270 [: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-33369] 06:53:52.270 [: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=33369, Token=080BD8F131994D1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33369, Token=080BD8F131994D1A, 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:53:52.270 [: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:53:52.270 [: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:53:52.271 [: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:53:52.271 [: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-33370], CON-POST MID=33370, 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:53:52.271 [: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-B4A7F602503DCEB2], CON-POST MID=33370, Token=B4A7F602503DCEB2, 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:53:52.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33370], KeyToken[127.0.0.1:8204-B4A7F602503DCEB2]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.271 [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=33370, Token=B4A7F602503DCEB2, 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:53:52.271 [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:53:52.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33370] 06:53:52.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R611, 127.0.0.1:8201] replace CON-POST MID=33370, Token=B4A7F602503DCEB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33370, Token=B4A7F602503DCEB2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R611, 127.0.0.1:8201] send response NON-2.05 MID=33370, Token=null, OptionSet={}, "server responds hi" 06:53:52.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R611, 127.0.0.1:8201, complete]! 06:53:52.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R611, 127.0.0.1:8201, complete] completed NON-2.04 MID=33370, Token=B4A7F602503DCEB2, 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:53:52.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:8201 06:53:52.273 [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=33370, Token=B4A7F602503DCEB2, 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:53:52.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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:8204-33370] 06:53:52.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L610, 127.0.0.1:8204, complete]! 06:53:52.273 [: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-B4A7F602503DCEB2] 06:53:52.273 [: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-33370] 06:53:52.273 [: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=33370, Token=B4A7F602503DCEB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33370, Token=B4A7F602503DCEB2, 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:53:52.273 [: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:53:52.273 [: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:53:52.274 [: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:53:52.274 [: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-33371], CON-POST MID=33371, 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:53:52.274 [: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-64217F96ECBCAF0D], CON-POST MID=33371, Token=64217F96ECBCAF0D, 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:53:52.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33371], KeyToken[127.0.0.1:8204-64217F96ECBCAF0D]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.275 [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=33371, Token=64217F96ECBCAF0D, 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:53:52.275 [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:53:52.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33371] 06:53:52.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R613, 127.0.0.1:8201] replace CON-POST MID=33371, Token=64217F96ECBCAF0D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33371, Token=64217F96ECBCAF0D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R613, 127.0.0.1:8201] send response NON-2.05 MID=33371, Token=null, OptionSet={}, "server responds hi" 06:53:52.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R613, 127.0.0.1:8201, complete]! 06:53:52.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R613, 127.0.0.1:8201, complete] completed NON-2.04 MID=33371, Token=64217F96ECBCAF0D, 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:53:52.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.276 [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=33371, Token=64217F96ECBCAF0D, 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:53:52.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33371] 06:53:52.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L612, 127.0.0.1:8204, complete]! 06:53:52.276 [: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-64217F96ECBCAF0D] 06:53:52.276 [: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-33371] 06:53:52.276 [: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=33371, Token=64217F96ECBCAF0D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33371, Token=64217F96ECBCAF0D, 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:53:52.277 [: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:53:52.277 [: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:53:52.277 [: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:53:52.277 [: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-33372], CON-POST MID=33372, 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:53:52.277 [: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-0CC48EF616CDB498], CON-POST MID=33372, Token=0CC48EF616CDB498, 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:53:52.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33372], KeyToken[127.0.0.1:8204-0CC48EF616CDB498]] 06:53:52.278 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:52.278 [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=33372, Token=0CC48EF616CDB498, 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:53:52.278 [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:53:52.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33372] 06:53:52.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R615, 127.0.0.1:8201] replace CON-POST MID=33372, Token=0CC48EF616CDB498, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33372, Token=0CC48EF616CDB498, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R615, 127.0.0.1:8201] send response NON-2.05 MID=33372, Token=null, OptionSet={}, "server responds hi" 06:53:52.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R615, 127.0.0.1:8201, complete]! 06:53:52.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R615, 127.0.0.1:8201, complete] completed NON-2.04 MID=33372, Token=0CC48EF616CDB498, 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:53:52.279 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.279 [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=33372, Token=0CC48EF616CDB498, 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:53:52.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33372] 06:53:52.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L614, 127.0.0.1:8204, complete]! 06:53:52.280 [: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-0CC48EF616CDB498] 06:53:52.280 [: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-33372] 06:53:52.280 [: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=33372, Token=0CC48EF616CDB498, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33372, Token=0CC48EF616CDB498, 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:53:52.280 [: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:53:52.280 [: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:53:52.281 [: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:53:52.281 [: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-33373], CON-POST MID=33373, 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:53:52.281 [: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-DC9887316BF79DED], CON-POST MID=33373, Token=DC9887316BF79DED, 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:53:52.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33373], KeyToken[127.0.0.1:8204-DC9887316BF79DED]] 06:53:52.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.282 [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=33373, Token=DC9887316BF79DED, 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:53:52.282 [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:53:52.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33373] 06:53:52.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R617, 127.0.0.1:8201] replace CON-POST MID=33373, Token=DC9887316BF79DED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33373, Token=DC9887316BF79DED, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R617, 127.0.0.1:8201] send response NON-2.05 MID=33373, Token=null, OptionSet={}, "server responds hi" 06:53:52.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R617, 127.0.0.1:8201, complete]! 06:53:52.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R617, 127.0.0.1:8201, complete] completed NON-2.04 MID=33373, Token=DC9887316BF79DED, 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:53:52.283 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.283 [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=33373, Token=DC9887316BF79DED, 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:53:52.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33373] 06:53:52.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L616, 127.0.0.1:8204, complete]! 06:53:52.284 [: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-DC9887316BF79DED] 06:53:52.284 [: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-33373] 06:53:52.284 [: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=33373, Token=DC9887316BF79DED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33373, Token=DC9887316BF79DED, 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:53:52.284 [: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:53:52.284 [: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:53:52.284 [: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:53:52.284 [: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-33374], CON-POST MID=33374, 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:53:52.285 [: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-789574CE2EFE3BB3], CON-POST MID=33374, Token=789574CE2EFE3BB3, 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:53:52.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33374], KeyToken[127.0.0.1:8204-789574CE2EFE3BB3]] 06:53:52.285 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:52.285 [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=33374, Token=789574CE2EFE3BB3, 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:53:52.285 [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:53:52.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33374] 06:53:52.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R619, 127.0.0.1:8201] replace CON-POST MID=33374, Token=789574CE2EFE3BB3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33374, Token=789574CE2EFE3BB3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R619, 127.0.0.1:8201] send response NON-2.05 MID=33374, Token=null, OptionSet={}, "server responds hi" 06:53:52.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R619, 127.0.0.1:8201, complete]! 06:53:52.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R619, 127.0.0.1:8201, complete] completed NON-2.04 MID=33374, Token=789574CE2EFE3BB3, 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:53:52.286 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.286 [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=33374, Token=789574CE2EFE3BB3, 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:53:52.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33374] 06:53:52.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L618, 127.0.0.1:8204, complete]! 06:53:52.287 [: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-789574CE2EFE3BB3] 06:53:52.287 [: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-33374] 06:53:52.287 [: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=33374, Token=789574CE2EFE3BB3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33374, Token=789574CE2EFE3BB3, 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:53:52.287 [: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:53:52.287 [: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:53:52.288 [: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:53:52.288 [: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-33375], CON-POST MID=33375, 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:53:52.288 [: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-5C4AA3E0960CA75C], CON-POST MID=33375, Token=5C4AA3E0960CA75C, 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:53:52.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33375], KeyToken[127.0.0.1:8204-5C4AA3E0960CA75C]] 06:53:52.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.289 [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=33375, Token=5C4AA3E0960CA75C, 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:53:52.289 [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:53:52.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33375] 06:53:52.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R621, 127.0.0.1:8201] replace CON-POST MID=33375, Token=5C4AA3E0960CA75C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33375, Token=5C4AA3E0960CA75C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R621, 127.0.0.1:8201] send response NON-2.05 MID=33375, Token=null, OptionSet={}, "server responds hi" 06:53:52.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R621, 127.0.0.1:8201, complete]! 06:53:52.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R621, 127.0.0.1:8201, complete] completed NON-2.04 MID=33375, Token=5C4AA3E0960CA75C, 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:53:52.290 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.290 [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=33375, Token=5C4AA3E0960CA75C, 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:53:52.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33375] 06:53:52.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L620, 127.0.0.1:8204, complete]! 06:53:52.290 [: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-5C4AA3E0960CA75C] 06:53:52.290 [: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-33375] 06:53:52.290 [: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=33375, Token=5C4AA3E0960CA75C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33375, Token=5C4AA3E0960CA75C, 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:53:52.291 [: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:53:52.291 [: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:53:52.291 [: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:53:52.292 [: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-33376], CON-POST MID=33376, 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:53:52.292 [: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-04D439D4059BD2CD], CON-POST MID=33376, Token=04D439D4059BD2CD, 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:53:52.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33376], KeyToken[127.0.0.1:8204-04D439D4059BD2CD]] 06:53:52.292 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.292 [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=33376, Token=04D439D4059BD2CD, 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:53:52.292 [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:53:52.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33376] 06:53:52.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R623, 127.0.0.1:8201] replace CON-POST MID=33376, Token=04D439D4059BD2CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33376, Token=04D439D4059BD2CD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R623, 127.0.0.1:8201] send response NON-2.05 MID=33376, Token=null, OptionSet={}, "server responds hi" 06:53:52.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R623, 127.0.0.1:8201, complete]! 06:53:52.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R623, 127.0.0.1:8201, complete] completed NON-2.04 MID=33376, Token=04D439D4059BD2CD, 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:53:52.293 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.341 [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=33376, Token=04D439D4059BD2CD, 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:53:52.341 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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:8204-33376] 06:53:52.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L622, 127.0.0.1:8204, complete]! 06:53:52.342 [: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-04D439D4059BD2CD] 06:53:52.342 [: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-33376] 06:53:52.342 [: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=33376, Token=04D439D4059BD2CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33376, Token=04D439D4059BD2CD, 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:53:52.342 [: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:53:52.342 [: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:53:52.343 [: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:53:52.343 [: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-33377], CON-POST MID=33377, 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:53:52.343 [: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-745BE8464B03A808], CON-POST MID=33377, Token=745BE8464B03A808, 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:53:52.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33377], KeyToken[127.0.0.1:8204-745BE8464B03A808]] 06:53:52.344 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:52.344 [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=33377, Token=745BE8464B03A808, 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:53:52.344 [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:53:52.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33377] 06:53:52.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R625, 127.0.0.1:8201] replace CON-POST MID=33377, Token=745BE8464B03A808, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33377, Token=745BE8464B03A808, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R625, 127.0.0.1:8201] send response NON-2.05 MID=33377, Token=null, OptionSet={}, "server responds hi" 06:53:52.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R625, 127.0.0.1:8201, complete]! 06:53:52.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R625, 127.0.0.1:8201, complete] completed NON-2.04 MID=33377, Token=745BE8464B03A808, 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:53:52.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:53:52.346 [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=33377, Token=745BE8464B03A808, 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:53:52.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:53:52.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:8204-33377] 06:53:52.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L624, 127.0.0.1:8204, complete]! 06:53:52.347 [: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-745BE8464B03A808] 06:53:52.347 [: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-33377] 06:53:52.347 [: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=33377, Token=745BE8464B03A808, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33377, Token=745BE8464B03A808, 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:53:52.348 [: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:53:52.348 [: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:53:52.348 [: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:53:52.349 [: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-33378], CON-POST MID=33378, 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:53:52.349 [: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-F85542BBD858EC54], CON-POST MID=33378, Token=F85542BBD858EC54, 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:53:52.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-33378], KeyToken[127.0.0.1:8204-F85542BBD858EC54]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.350 [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=33378, Token=F85542BBD858EC54, 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:53:52.350 [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:53:52.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33378] 06:53:52.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R627, 127.0.0.1:8201] replace CON-POST MID=33378, Token=F85542BBD858EC54, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33378, Token=F85542BBD858EC54, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R627, 127.0.0.1:8201] send response NON-2.05 MID=33378, Token=null, OptionSet={}, "server responds hi" 06:53:52.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R627, 127.0.0.1:8201, complete]! 06:53:52.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R627, 127.0.0.1:8201, complete] completed NON-2.04 MID=33378, Token=F85542BBD858EC54, 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:53:52.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:8201 06:53:52.352 [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=33378, Token=F85542BBD858EC54, 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:53:52.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:53:52.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-33378] 06:53:52.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L626, 127.0.0.1:8204, complete]! 06:53:52.353 [: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-F85542BBD858EC54] 06:53:52.353 [: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-33378] 06:53:52.353 [: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=33378, Token=F85542BBD858EC54, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33378, Token=F85542BBD858EC54, 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:53:52.353 [: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:53:52.353 [: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:53:52.354 [: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:53:52.354 [: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-33379], CON-POST MID=33379, 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:53:52.354 [: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-14C8CA3DDA154E69], CON-POST MID=33379, Token=14C8CA3DDA154E69, 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:53:52.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-33379], KeyToken[127.0.0.1:8204-14C8CA3DDA154E69]] 06:53:52.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:8204 06:53:52.355 [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=33379, Token=14C8CA3DDA154E69, 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:53:52.355 [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:53:52.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33379] 06:53:52.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R629, 127.0.0.1:8201] replace CON-POST MID=33379, Token=14C8CA3DDA154E69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33379, Token=14C8CA3DDA154E69, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R629, 127.0.0.1:8201] send response NON-2.05 MID=33379, Token=null, OptionSet={}, "server responds hi" 06:53:52.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R629, 127.0.0.1:8201, complete]! 06:53:52.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R629, 127.0.0.1:8201, complete] completed NON-2.04 MID=33379, Token=14C8CA3DDA154E69, 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:53:52.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:8201 06:53:52.358 [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=33379, Token=14C8CA3DDA154E69, 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:53:52.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:53:52.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-33379] 06:53:52.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L628, 127.0.0.1:8204, complete]! 06:53:52.358 [: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-14C8CA3DDA154E69] 06:53:52.358 [: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-33379] 06:53:52.358 [: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=33379, Token=14C8CA3DDA154E69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33379, Token=14C8CA3DDA154E69, 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:53:52.359 [: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:53:52.359 [: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:53:52.359 [: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:53:52.360 [: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-33380], CON-POST MID=33380, 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:53:52.360 [: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-900CCB78420D52A5], CON-POST MID=33380, Token=900CCB78420D52A5, 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:53:52.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33380], KeyToken[127.0.0.1:8204-900CCB78420D52A5]] 06:53:52.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:8204 06:53:52.361 [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=33380, Token=900CCB78420D52A5, 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:53:52.361 [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:53:52.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33380] 06:53:52.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R631, 127.0.0.1:8201] replace CON-POST MID=33380, Token=900CCB78420D52A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33380, Token=900CCB78420D52A5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R631, 127.0.0.1:8201] send response NON-2.05 MID=33380, Token=null, OptionSet={}, "server responds hi" 06:53:52.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R631, 127.0.0.1:8201, complete]! 06:53:52.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R631, 127.0.0.1:8201, complete] completed NON-2.04 MID=33380, Token=900CCB78420D52A5, 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:53:52.363 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.363 [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=33380, Token=900CCB78420D52A5, 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:53:52.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33380] 06:53:52.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L630, 127.0.0.1:8204, complete]! 06:53:52.364 [: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-900CCB78420D52A5] 06:53:52.364 [: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-33380] 06:53:52.364 [: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=33380, Token=900CCB78420D52A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33380, Token=900CCB78420D52A5, 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:53:52.364 [: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:53:52.364 [: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:53:52.365 [: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:53:52.365 [: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-33381], CON-POST MID=33381, 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:53:52.365 [: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-10997D62DA5540EA], CON-POST MID=33381, Token=10997D62DA5540EA, 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:53:52.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33381], KeyToken[127.0.0.1:8204-10997D62DA5540EA]] 06:53:52.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:8204 06:53:52.366 [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=33381, Token=10997D62DA5540EA, 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:53:52.366 [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:53:52.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33381] 06:53:52.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R633, 127.0.0.1:8201] replace CON-POST MID=33381, Token=10997D62DA5540EA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33381, Token=10997D62DA5540EA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R633, 127.0.0.1:8201] send response NON-2.05 MID=33381, Token=null, OptionSet={}, "server responds hi" 06:53:52.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R633, 127.0.0.1:8201, complete]! 06:53:52.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R633, 127.0.0.1:8201, complete] completed NON-2.04 MID=33381, Token=10997D62DA5540EA, 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:53:52.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:8201 06:53:52.368 [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=33381, Token=10997D62DA5540EA, 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:53:52.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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:8204-33381] 06:53:52.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L632, 127.0.0.1:8204, complete]! 06:53:52.369 [: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-10997D62DA5540EA] 06:53:52.369 [: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-33381] 06:53:52.369 [: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=33381, Token=10997D62DA5540EA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33381, Token=10997D62DA5540EA, 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:53:52.369 [: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:53:52.369 [: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:53:52.370 [: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:53:52.370 [: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-33382], CON-POST MID=33382, 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:53:52.370 [: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-00A6B0254A1A7125], CON-POST MID=33382, Token=00A6B0254A1A7125, 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:53:52.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33382], KeyToken[127.0.0.1:8204-00A6B0254A1A7125]] 06:53:52.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:8204 06:53:52.371 [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=33382, Token=00A6B0254A1A7125, 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:53:52.371 [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:53:52.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33382] 06:53:52.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R635, 127.0.0.1:8201] replace CON-POST MID=33382, Token=00A6B0254A1A7125, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33382, Token=00A6B0254A1A7125, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R635, 127.0.0.1:8201] send response NON-2.05 MID=33382, Token=null, OptionSet={}, "server responds hi" 06:53:52.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R635, 127.0.0.1:8201, complete]! 06:53:52.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R635, 127.0.0.1:8201, complete] completed NON-2.04 MID=33382, Token=00A6B0254A1A7125, 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:53:52.373 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.373 [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=33382, Token=00A6B0254A1A7125, 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:53:52.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33382] 06:53:52.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L634, 127.0.0.1:8204, complete]! 06:53:52.374 [: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-00A6B0254A1A7125] 06:53:52.374 [: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-33382] 06:53:52.374 [: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=33382, Token=00A6B0254A1A7125, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33382, Token=00A6B0254A1A7125, 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:53:52.374 [: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:53:52.374 [: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:53:52.375 [: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:53:52.375 [: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-33383], CON-POST MID=33383, 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:53:52.375 [: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-BCA89F025F02EF31], CON-POST MID=33383, Token=BCA89F025F02EF31, 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:53:52.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33383], KeyToken[127.0.0.1:8204-BCA89F025F02EF31]] 06:53:52.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.376 [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=33383, Token=BCA89F025F02EF31, 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:53:52.376 [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:53:52.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33383] 06:53:52.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R637, 127.0.0.1:8201] replace CON-POST MID=33383, Token=BCA89F025F02EF31, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33383, Token=BCA89F025F02EF31, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R637, 127.0.0.1:8201] send response NON-2.05 MID=33383, Token=null, OptionSet={}, "server responds hi" 06:53:52.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R637, 127.0.0.1:8201, complete]! 06:53:52.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R637, 127.0.0.1:8201, complete] completed NON-2.04 MID=33383, Token=BCA89F025F02EF31, 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:53:52.378 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.378 [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=33383, Token=BCA89F025F02EF31, 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:53:52.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33383] 06:53:52.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L636, 127.0.0.1:8204, complete]! 06:53:52.379 [: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-BCA89F025F02EF31] 06:53:52.379 [: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-33383] 06:53:52.379 [: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=33383, Token=BCA89F025F02EF31, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33383, Token=BCA89F025F02EF31, 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:53:52.379 [: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:53:52.379 [: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:53:52.380 [: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:53:52.380 [: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-33384], CON-POST MID=33384, 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:53:52.380 [: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-384A89AE21DF3304], CON-POST MID=33384, Token=384A89AE21DF3304, 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:53:52.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33384], KeyToken[127.0.0.1:8204-384A89AE21DF3304]] 06:53:52.380 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.381 [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=33384, Token=384A89AE21DF3304, 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:53:52.381 [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:53:52.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33384] 06:53:52.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R639, 127.0.0.1:8201] replace CON-POST MID=33384, Token=384A89AE21DF3304, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33384, Token=384A89AE21DF3304, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R639, 127.0.0.1:8201] send response NON-2.05 MID=33384, Token=null, OptionSet={}, "server responds hi" 06:53:52.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R639, 127.0.0.1:8201, complete]! 06:53:52.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R639, 127.0.0.1:8201, complete] completed NON-2.04 MID=33384, Token=384A89AE21DF3304, 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:53:52.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.382 [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=33384, Token=384A89AE21DF3304, 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:53:52.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33384] 06:53:52.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L638, 127.0.0.1:8204, complete]! 06:53:52.383 [: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-384A89AE21DF3304] 06:53:52.383 [: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-33384] 06:53:52.383 [: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=33384, Token=384A89AE21DF3304, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33384, Token=384A89AE21DF3304, 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:53:52.383 [: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:53:52.383 [: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:53:52.384 [: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:53:52.384 [: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-33385], CON-POST MID=33385, 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:53:52.384 [: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-68A5EA58DD10041E], CON-POST MID=33385, Token=68A5EA58DD10041E, 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:53:52.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33385], KeyToken[127.0.0.1:8204-68A5EA58DD10041E]] 06:53:52.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.385 [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=33385, Token=68A5EA58DD10041E, 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:53:52.385 [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:53:52.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33385] 06:53:52.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R641, 127.0.0.1:8201] replace CON-POST MID=33385, Token=68A5EA58DD10041E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33385, Token=68A5EA58DD10041E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R641, 127.0.0.1:8201] send response NON-2.05 MID=33385, Token=null, OptionSet={}, "server responds hi" 06:53:52.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R641, 127.0.0.1:8201, complete]! 06:53:52.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R641, 127.0.0.1:8201, complete] completed NON-2.04 MID=33385, Token=68A5EA58DD10041E, 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:53:52.386 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.386 [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=33385, Token=68A5EA58DD10041E, 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:53:52.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33385] 06:53:52.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L640, 127.0.0.1:8204, complete]! 06:53:52.387 [: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-68A5EA58DD10041E] 06:53:52.387 [: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-33385] 06:53:52.387 [: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=33385, Token=68A5EA58DD10041E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33385, Token=68A5EA58DD10041E, 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:53:52.387 [: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:53:52.387 [: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:53:52.388 [: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:53:52.388 [: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-33386], CON-POST MID=33386, 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:53:52.388 [: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-5CF2F4DAC21996E3], CON-POST MID=33386, Token=5CF2F4DAC21996E3, 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:53:52.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33386], KeyToken[127.0.0.1:8204-5CF2F4DAC21996E3]] 06:53:52.388 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.389 [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=33386, Token=5CF2F4DAC21996E3, 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:53:52.389 [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:53:52.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33386] 06:53:52.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R643, 127.0.0.1:8201] replace CON-POST MID=33386, Token=5CF2F4DAC21996E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33386, Token=5CF2F4DAC21996E3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R643, 127.0.0.1:8201] send response NON-2.05 MID=33386, Token=null, OptionSet={}, "server responds hi" 06:53:52.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R643, 127.0.0.1:8201, complete]! 06:53:52.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R643, 127.0.0.1:8201, complete] completed NON-2.04 MID=33386, Token=5CF2F4DAC21996E3, 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:53:52.390 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.390 [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=33386, Token=5CF2F4DAC21996E3, 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:53:52.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33386] 06:53:52.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L642, 127.0.0.1:8204, complete]! 06:53:52.391 [: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-5CF2F4DAC21996E3] 06:53:52.391 [: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-33386] 06:53:52.391 [: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=33386, Token=5CF2F4DAC21996E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33386, Token=5CF2F4DAC21996E3, 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:53:52.391 [: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:53:52.391 [: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:53:52.391 [: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:53:52.441 [: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-33387], CON-POST MID=33387, 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:53:52.441 [: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-64C43C77C663B522], CON-POST MID=33387, Token=64C43C77C663B522, 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:53:52.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-33387], KeyToken[127.0.0.1:8204-64C43C77C663B522]] 06:53:52.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:8204 06:53:52.442 [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=33387, Token=64C43C77C663B522, 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:53:52.442 [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:53:52.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33387] 06:53:52.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R645, 127.0.0.1:8201] replace CON-POST MID=33387, Token=64C43C77C663B522, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33387, Token=64C43C77C663B522, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R645, 127.0.0.1:8201] send response NON-2.05 MID=33387, Token=null, OptionSet={}, "server responds hi" 06:53:52.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R645, 127.0.0.1:8201, complete]! 06:53:52.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R645, 127.0.0.1:8201, complete] completed NON-2.04 MID=33387, Token=64C43C77C663B522, 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:53:52.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:8201 06:53:52.444 [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=33387, Token=64C43C77C663B522, 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:53:52.444 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33387] 06:53:52.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L644, 127.0.0.1:8204, complete]! 06:53:52.444 [: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-64C43C77C663B522] 06:53:52.444 [: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-33387] 06:53:52.444 [: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=33387, Token=64C43C77C663B522, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33387, Token=64C43C77C663B522, 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:53:52.445 [: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:53:52.445 [: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:53:52.445 [: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:53:52.445 [: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-33388], CON-POST MID=33388, 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:53:52.445 [: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-58105CFB2E34D4D4], CON-POST MID=33388, Token=58105CFB2E34D4D4, 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:53:52.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33388], KeyToken[127.0.0.1:8204-58105CFB2E34D4D4]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.446 [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=33388, Token=58105CFB2E34D4D4, 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:53:52.446 [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:53:52.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33388] 06:53:52.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R647, 127.0.0.1:8201] replace CON-POST MID=33388, Token=58105CFB2E34D4D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33388, Token=58105CFB2E34D4D4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R647, 127.0.0.1:8201] send response NON-2.05 MID=33388, Token=null, OptionSet={}, "server responds hi" 06:53:52.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R647, 127.0.0.1:8201, complete]! 06:53:52.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R647, 127.0.0.1:8201, complete] completed NON-2.04 MID=33388, Token=58105CFB2E34D4D4, 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:53:52.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:53:52.447 [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=33388, Token=58105CFB2E34D4D4, 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:53:52.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:53:52.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33388] 06:53:52.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L646, 127.0.0.1:8204, complete]! 06:53:52.448 [: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-58105CFB2E34D4D4] 06:53:52.448 [: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-33388] 06:53:52.448 [: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=33388, Token=58105CFB2E34D4D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33388, Token=58105CFB2E34D4D4, 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:53:52.448 [: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:53:52.448 [: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:53:52.449 [: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:53:52.449 [: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-33389], CON-POST MID=33389, 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:53:52.449 [: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-4076CDE63DC34E1E], CON-POST MID=33389, Token=4076CDE63DC34E1E, 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:53:52.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33389], KeyToken[127.0.0.1:8204-4076CDE63DC34E1E]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.450 [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=33389, Token=4076CDE63DC34E1E, 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:53:52.450 [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:53:52.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33389] 06:53:52.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R649, 127.0.0.1:8201] replace CON-POST MID=33389, Token=4076CDE63DC34E1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33389, Token=4076CDE63DC34E1E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R649, 127.0.0.1:8201] send response NON-2.05 MID=33389, Token=null, OptionSet={}, "server responds hi" 06:53:52.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R649, 127.0.0.1:8201, complete]! 06:53:52.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R649, 127.0.0.1:8201, complete] completed NON-2.04 MID=33389, Token=4076CDE63DC34E1E, 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:53:52.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:53:52.451 [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=33389, Token=4076CDE63DC34E1E, 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:53:52.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:53:52.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33389] 06:53:52.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L648, 127.0.0.1:8204, complete]! 06:53:52.452 [: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-4076CDE63DC34E1E] 06:53:52.452 [: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-33389] 06:53:52.452 [: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=33389, Token=4076CDE63DC34E1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33389, Token=4076CDE63DC34E1E, 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:53:52.452 [: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:53:52.452 [: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:53:52.453 [: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:53:52.453 [: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-33390], CON-POST MID=33390, 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:53:52.453 [: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-783662914FCD909D], CON-POST MID=33390, Token=783662914FCD909D, 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:53:52.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33390], KeyToken[127.0.0.1:8204-783662914FCD909D]] 06:53:52.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.454 [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=33390, Token=783662914FCD909D, 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:53:52.454 [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:53:52.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33390] 06:53:52.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R651, 127.0.0.1:8201] replace CON-POST MID=33390, Token=783662914FCD909D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33390, Token=783662914FCD909D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R651, 127.0.0.1:8201] send response NON-2.05 MID=33390, Token=null, OptionSet={}, "server responds hi" 06:53:52.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R651, 127.0.0.1:8201, complete]! 06:53:52.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R651, 127.0.0.1:8201, complete] completed NON-2.04 MID=33390, Token=783662914FCD909D, 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:53:52.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:53:52.455 [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=33390, Token=783662914FCD909D, 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:53:52.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:53:52.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-33390] 06:53:52.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L650, 127.0.0.1:8204, complete]! 06:53:52.456 [: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-783662914FCD909D] 06:53:52.456 [: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-33390] 06:53:52.456 [: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=33390, Token=783662914FCD909D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33390, Token=783662914FCD909D, 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:53:52.456 [: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:53:52.456 [: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:53:52.457 [: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:53:52.457 [: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-33391], CON-POST MID=33391, 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:53:52.457 [: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-200280163BC7986D], CON-POST MID=33391, Token=200280163BC7986D, 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:53:52.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33391], KeyToken[127.0.0.1:8204-200280163BC7986D]] 06:53:52.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.458 [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=33391, Token=200280163BC7986D, 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:53:52.458 [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:53:52.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33391] 06:53:52.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R653, 127.0.0.1:8201] replace CON-POST MID=33391, Token=200280163BC7986D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33391, Token=200280163BC7986D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R653, 127.0.0.1:8201] send response NON-2.05 MID=33391, Token=null, OptionSet={}, "server responds hi" 06:53:52.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R653, 127.0.0.1:8201, complete]! 06:53:52.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R653, 127.0.0.1:8201, complete] completed NON-2.04 MID=33391, Token=200280163BC7986D, 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:53:52.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:53:52.459 [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=33391, Token=200280163BC7986D, 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:53:52.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:53:52.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-33391] 06:53:52.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L652, 127.0.0.1:8204, complete]! 06:53:52.459 [: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-200280163BC7986D] 06:53:52.459 [: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-33391] 06:53:52.459 [: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=33391, Token=200280163BC7986D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33391, Token=200280163BC7986D, 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:53:52.460 [: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:53:52.460 [: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:53:52.460 [: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:53:52.460 [: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-33392], CON-POST MID=33392, 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:53:52.460 [: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-14F14EB9A94F3FEE], CON-POST MID=33392, Token=14F14EB9A94F3FEE, 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:53:52.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-33392], KeyToken[127.0.0.1:8204-14F14EB9A94F3FEE]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.461 [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=33392, Token=14F14EB9A94F3FEE, 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:53:52.461 [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:53:52.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33392] 06:53:52.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R655, 127.0.0.1:8201] replace CON-POST MID=33392, Token=14F14EB9A94F3FEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33392, Token=14F14EB9A94F3FEE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R655, 127.0.0.1:8201] send response NON-2.05 MID=33392, Token=null, OptionSet={}, "server responds hi" 06:53:52.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R655, 127.0.0.1:8201, complete]! 06:53:52.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R655, 127.0.0.1:8201, complete] completed NON-2.04 MID=33392, Token=14F14EB9A94F3FEE, 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:53:52.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:53:52.462 [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=33392, Token=14F14EB9A94F3FEE, 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:53:52.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:53:52.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-33392] 06:53:52.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L654, 127.0.0.1:8204, complete]! 06:53:52.463 [: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-14F14EB9A94F3FEE] 06:53:52.463 [: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-33392] 06:53:52.463 [: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=33392, Token=14F14EB9A94F3FEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33392, Token=14F14EB9A94F3FEE, 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:53:52.463 [: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:53:52.463 [: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:53:52.464 [: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:53:52.464 [: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-33393], CON-POST MID=33393, 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:53:52.464 [: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-C020C637C8593743], CON-POST MID=33393, Token=C020C637C8593743, 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:53:52.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33393], KeyToken[127.0.0.1:8204-C020C637C8593743]] 06:53:52.464 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.465 [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=33393, Token=C020C637C8593743, 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:53:52.465 [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:53:52.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33393] 06:53:52.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R657, 127.0.0.1:8201] replace CON-POST MID=33393, Token=C020C637C8593743, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33393, Token=C020C637C8593743, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R657, 127.0.0.1:8201] send response NON-2.05 MID=33393, Token=null, OptionSet={}, "server responds hi" 06:53:52.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R657, 127.0.0.1:8201, complete]! 06:53:52.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R657, 127.0.0.1:8201, complete] completed NON-2.04 MID=33393, Token=C020C637C8593743, 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:53:52.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:53:52.466 [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=33393, Token=C020C637C8593743, 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:53:52.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:53:52.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-33393] 06:53:52.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L656, 127.0.0.1:8204, complete]! 06:53:52.466 [: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-C020C637C8593743] 06:53:52.466 [: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-33393] 06:53:52.466 [: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=33393, Token=C020C637C8593743, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33393, Token=C020C637C8593743, 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:53:52.467 [: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:53:52.467 [: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:53:52.467 [: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:53:52.468 [: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-33394], CON-POST MID=33394, 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:53:52.468 [: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-9839DBD86109D640], CON-POST MID=33394, Token=9839DBD86109D640, 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:53:52.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-33394], KeyToken[127.0.0.1:8204-9839DBD86109D640]] 06:53:52.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.469 [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=33394, Token=9839DBD86109D640, 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:53:52.469 [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:53:52.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33394] 06:53:52.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R659, 127.0.0.1:8201] replace CON-POST MID=33394, Token=9839DBD86109D640, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33394, Token=9839DBD86109D640, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R659, 127.0.0.1:8201] send response NON-2.05 MID=33394, Token=null, OptionSet={}, "server responds hi" 06:53:52.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R659, 127.0.0.1:8201, complete]! 06:53:52.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R659, 127.0.0.1:8201, complete] completed NON-2.04 MID=33394, Token=9839DBD86109D640, 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:53:52.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.470 [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=33394, Token=9839DBD86109D640, 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:53:52.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:53:52.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-33394] 06:53:52.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L658, 127.0.0.1:8204, complete]! 06:53:52.470 [: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-9839DBD86109D640] 06:53:52.470 [: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-33394] 06:53:52.470 [: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=33394, Token=9839DBD86109D640, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33394, Token=9839DBD86109D640, 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:53:52.471 [: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:53:52.471 [: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:53:52.471 [: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:53:52.472 [: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-33395], CON-POST MID=33395, 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:53:52.472 [: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-303E7F27000453B9], CON-POST MID=33395, Token=303E7F27000453B9, 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:53:52.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-33395], KeyToken[127.0.0.1:8204-303E7F27000453B9]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.472 [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=33395, Token=303E7F27000453B9, 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:53:52.472 [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:53:52.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33395] 06:53:52.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R661, 127.0.0.1:8201] replace CON-POST MID=33395, Token=303E7F27000453B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33395, Token=303E7F27000453B9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R661, 127.0.0.1:8201] send response NON-2.05 MID=33395, Token=null, OptionSet={}, "server responds hi" 06:53:52.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R661, 127.0.0.1:8201, complete]! 06:53:52.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R661, 127.0.0.1:8201, complete] completed NON-2.04 MID=33395, Token=303E7F27000453B9, 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:53:52.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.474 [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=33395, Token=303E7F27000453B9, 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:53:52.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33395] 06:53:52.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L660, 127.0.0.1:8204, complete]! 06:53:52.475 [: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-303E7F27000453B9] 06:53:52.475 [: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-33395] 06:53:52.475 [: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=33395, Token=303E7F27000453B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33395, Token=303E7F27000453B9, 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:53:52.475 [: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:53:52.475 [: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:53:52.476 [: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:53:52.476 [: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-33396], CON-POST MID=33396, 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:53:52.476 [: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-A88F955154D014CB], CON-POST MID=33396, Token=A88F955154D014CB, 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:53:52.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33396], KeyToken[127.0.0.1:8204-A88F955154D014CB]] 06:53:52.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.477 [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=33396, Token=A88F955154D014CB, 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:53:52.477 [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:53:52.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33396] 06:53:52.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R663, 127.0.0.1:8201] replace CON-POST MID=33396, Token=A88F955154D014CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33396, Token=A88F955154D014CB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R663, 127.0.0.1:8201] send response NON-2.05 MID=33396, Token=null, OptionSet={}, "server responds hi" 06:53:52.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R663, 127.0.0.1:8201, complete]! 06:53:52.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R663, 127.0.0.1:8201, complete] completed NON-2.04 MID=33396, Token=A88F955154D014CB, 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:53:52.478 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.478 [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=33396, Token=A88F955154D014CB, 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:53:52.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33396] 06:53:52.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L662, 127.0.0.1:8204, complete]! 06:53:52.479 [: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-A88F955154D014CB] 06:53:52.479 [: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-33396] 06:53:52.479 [: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=33396, Token=A88F955154D014CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33396, Token=A88F955154D014CB, 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:53:52.479 [: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:53:52.479 [: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:53:52.480 [: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:53:52.480 [: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-33397], CON-POST MID=33397, 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:53:52.480 [: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-405557F84CB2E853], CON-POST MID=33397, Token=405557F84CB2E853, 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:53:52.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33397], KeyToken[127.0.0.1:8204-405557F84CB2E853]] 06:53:52.480 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.481 [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=33397, Token=405557F84CB2E853, 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:53:52.481 [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:53:52.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33397] 06:53:52.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R665, 127.0.0.1:8201] replace CON-POST MID=33397, Token=405557F84CB2E853, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33397, Token=405557F84CB2E853, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R665, 127.0.0.1:8201] send response NON-2.05 MID=33397, Token=null, OptionSet={}, "server responds hi" 06:53:52.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R665, 127.0.0.1:8201, complete]! 06:53:52.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R665, 127.0.0.1:8201, complete] completed NON-2.04 MID=33397, Token=405557F84CB2E853, 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:53:52.482 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.482 [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=33397, Token=405557F84CB2E853, 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:53:52.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33397] 06:53:52.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L664, 127.0.0.1:8204, complete]! 06:53:52.482 [: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-405557F84CB2E853] 06:53:52.482 [: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-33397] 06:53:52.483 [: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=33397, Token=405557F84CB2E853, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33397, Token=405557F84CB2E853, 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:53:52.483 [: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:53:52.483 [: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:53:52.483 [: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:53:52.484 [: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-33398], CON-POST MID=33398, 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:53:52.484 [: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-24DCE88265EF8D7E], CON-POST MID=33398, Token=24DCE88265EF8D7E, 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:53:52.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33398], KeyToken[127.0.0.1:8204-24DCE88265EF8D7E]] 06:53:52.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.484 [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=33398, Token=24DCE88265EF8D7E, 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:53:52.484 [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:53:52.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33398] 06:53:52.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R667, 127.0.0.1:8201] replace CON-POST MID=33398, Token=24DCE88265EF8D7E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33398, Token=24DCE88265EF8D7E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R667, 127.0.0.1:8201] send response NON-2.05 MID=33398, Token=null, OptionSet={}, "server responds hi" 06:53:52.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R667, 127.0.0.1:8201, complete]! 06:53:52.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R667, 127.0.0.1:8201, complete] completed NON-2.04 MID=33398, Token=24DCE88265EF8D7E, 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:53:52.486 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.486 [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=33398, Token=24DCE88265EF8D7E, 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:53:52.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33398] 06:53:52.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L666, 127.0.0.1:8204, complete]! 06:53:52.486 [: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-24DCE88265EF8D7E] 06:53:52.486 [: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-33398] 06:53:52.486 [: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=33398, Token=24DCE88265EF8D7E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33398, Token=24DCE88265EF8D7E, 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:53:52.487 [: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:53:52.487 [: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:53:52.487 [: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:53:52.488 [: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-33399], CON-POST MID=33399, 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:53:52.488 [: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-0C4FE6CF1A2D0A01], CON-POST MID=33399, Token=0C4FE6CF1A2D0A01, 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:53:52.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33399], KeyToken[127.0.0.1:8204-0C4FE6CF1A2D0A01]] 06:53:52.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.489 [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=33399, Token=0C4FE6CF1A2D0A01, 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:53:52.489 [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:53:52.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33399] 06:53:52.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R669, 127.0.0.1:8201] replace CON-POST MID=33399, Token=0C4FE6CF1A2D0A01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33399, Token=0C4FE6CF1A2D0A01, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R669, 127.0.0.1:8201] send response NON-2.05 MID=33399, Token=null, OptionSet={}, "server responds hi" 06:53:52.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R669, 127.0.0.1:8201, complete]! 06:53:52.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R669, 127.0.0.1:8201, complete] completed NON-2.04 MID=33399, Token=0C4FE6CF1A2D0A01, 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:53:52.490 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.490 [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=33399, Token=0C4FE6CF1A2D0A01, 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:53:52.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33399] 06:53:52.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L668, 127.0.0.1:8204, complete]! 06:53:52.491 [: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-0C4FE6CF1A2D0A01] 06:53:52.491 [: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-33399] 06:53:52.491 [: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=33399, Token=0C4FE6CF1A2D0A01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33399, Token=0C4FE6CF1A2D0A01, 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:53:52.491 [: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:53:52.491 [: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:53:52.492 [: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:53:52.492 [: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-33400], CON-POST MID=33400, 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:53:52.492 [: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-54160395369D7CAB], CON-POST MID=33400, Token=54160395369D7CAB, 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:53:52.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33400], KeyToken[127.0.0.1:8204-54160395369D7CAB]] 06:53:52.492 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:52.541 [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=33400, Token=54160395369D7CAB, 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:53:52.541 [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:53:52.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33400] 06:53:52.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R671, 127.0.0.1:8201] replace CON-POST MID=33400, Token=54160395369D7CAB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33400, Token=54160395369D7CAB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R671, 127.0.0.1:8201] send response NON-2.05 MID=33400, Token=null, OptionSet={}, "server responds hi" 06:53:52.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R671, 127.0.0.1:8201, complete]! 06:53:52.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R671, 127.0.0.1:8201, complete] completed NON-2.04 MID=33400, Token=54160395369D7CAB, 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:53:52.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:53:52.543 [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=33400, Token=54160395369D7CAB, 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:53:52.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:53:52.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-33400] 06:53:52.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L670, 127.0.0.1:8204, complete]! 06:53:52.544 [: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-54160395369D7CAB] 06:53:52.544 [: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-33400] 06:53:52.544 [: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=33400, Token=54160395369D7CAB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33400, Token=54160395369D7CAB, 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:53:52.544 [: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:53:52.544 [: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:53:52.545 [: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:53:52.545 [: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-33401], CON-POST MID=33401, 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:53:52.545 [: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-28C5B48486028112], CON-POST MID=33401, Token=28C5B48486028112, 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:53:52.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33401], KeyToken[127.0.0.1:8204-28C5B48486028112]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.546 [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=33401, Token=28C5B48486028112, 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:53:52.546 [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:53:52.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33401] 06:53:52.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R673, 127.0.0.1:8201] replace CON-POST MID=33401, Token=28C5B48486028112, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33401, Token=28C5B48486028112, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R673, 127.0.0.1:8201] send response NON-2.05 MID=33401, Token=null, OptionSet={}, "server responds hi" 06:53:52.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R673, 127.0.0.1:8201, complete]! 06:53:52.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R673, 127.0.0.1:8201, complete] completed NON-2.04 MID=33401, Token=28C5B48486028112, 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:53:52.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 42 bytes to 127.0.0.1:8201 06:53:52.547 [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=33401, Token=28C5B48486028112, 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:53:52.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.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-33401] 06:53:52.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L672, 127.0.0.1:8204, complete]! 06:53:52.548 [: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-28C5B48486028112] 06:53:52.548 [: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-33401] 06:53:52.548 [: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=33401, Token=28C5B48486028112, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33401, Token=28C5B48486028112, 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:53:52.548 [: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:53:52.548 [: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:53:52.549 [: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:53:52.549 [: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-33402], CON-POST MID=33402, 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:53:52.549 [: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-E43E0B26164A7278], CON-POST MID=33402, Token=E43E0B26164A7278, 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:53:52.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-33402], KeyToken[127.0.0.1:8204-E43E0B26164A7278]] 06:53:52.550 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.550 [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=33402, Token=E43E0B26164A7278, 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:53:52.550 [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:53:52.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33402] 06:53:52.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R675, 127.0.0.1:8201] replace CON-POST MID=33402, Token=E43E0B26164A7278, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33402, Token=E43E0B26164A7278, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R675, 127.0.0.1:8201] send response NON-2.05 MID=33402, Token=null, OptionSet={}, "server responds hi" 06:53:52.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R675, 127.0.0.1:8201, complete]! 06:53:52.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R675, 127.0.0.1:8201, complete] completed NON-2.04 MID=33402, Token=E43E0B26164A7278, 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:53:52.551 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.551 [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=33402, Token=E43E0B26164A7278, 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:53:52.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:53:52.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-33402] 06:53:52.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L674, 127.0.0.1:8204, complete]! 06:53:52.552 [: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-E43E0B26164A7278] 06:53:52.552 [: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-33402] 06:53:52.552 [: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=33402, Token=E43E0B26164A7278, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33402, Token=E43E0B26164A7278, 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:53:52.552 [: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:53:52.552 [: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:53:52.553 [: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:53:52.553 [: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-33403], CON-POST MID=33403, 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:53:52.553 [: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-642889AA302D9280], CON-POST MID=33403, Token=642889AA302D9280, 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:53:52.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-33403], KeyToken[127.0.0.1:8204-642889AA302D9280]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.554 [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=33403, Token=642889AA302D9280, 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:53:52.554 [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:53:52.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33403] 06:53:52.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R677, 127.0.0.1:8201] replace CON-POST MID=33403, Token=642889AA302D9280, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33403, Token=642889AA302D9280, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R677, 127.0.0.1:8201] send response NON-2.05 MID=33403, Token=null, OptionSet={}, "server responds hi" 06:53:52.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R677, 127.0.0.1:8201, complete]! 06:53:52.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R677, 127.0.0.1:8201, complete] completed NON-2.04 MID=33403, Token=642889AA302D9280, 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:53:52.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:8201 06:53:52.555 [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=33403, Token=642889AA302D9280, 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:53:52.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33403] 06:53:52.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L676, 127.0.0.1:8204, complete]! 06:53:52.556 [: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-642889AA302D9280] 06:53:52.556 [: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-33403] 06:53:52.556 [: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=33403, Token=642889AA302D9280, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33403, Token=642889AA302D9280, 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:53:52.556 [: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:53:52.556 [: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:53:52.557 [: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:53:52.557 [: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-33404], CON-POST MID=33404, 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:53:52.557 [: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-A0B46FAA41C529B1], CON-POST MID=33404, Token=A0B46FAA41C529B1, 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:53:52.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-33404], KeyToken[127.0.0.1:8204-A0B46FAA41C529B1]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.558 [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=33404, Token=A0B46FAA41C529B1, 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:53:52.558 [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:53:52.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33404] 06:53:52.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R679, 127.0.0.1:8201] replace CON-POST MID=33404, Token=A0B46FAA41C529B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33404, Token=A0B46FAA41C529B1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R679, 127.0.0.1:8201] send response NON-2.05 MID=33404, Token=null, OptionSet={}, "server responds hi" 06:53:52.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R679, 127.0.0.1:8201, complete]! 06:53:52.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R679, 127.0.0.1:8201, complete] completed NON-2.04 MID=33404, Token=A0B46FAA41C529B1, 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:53:52.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:53:52.559 [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=33404, Token=A0B46FAA41C529B1, 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:53:52.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33404] 06:53:52.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L678, 127.0.0.1:8204, complete]! 06:53:52.559 [: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-A0B46FAA41C529B1] 06:53:52.559 [: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-33404] 06:53:52.559 [: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=33404, Token=A0B46FAA41C529B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33404, Token=A0B46FAA41C529B1, 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:53:52.560 [: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:53:52.560 [: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:53:52.560 [: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:53:52.560 [: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-33405], CON-POST MID=33405, 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:53:52.560 [: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-A8F2D7D6D4B85593], CON-POST MID=33405, Token=A8F2D7D6D4B85593, 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:53:52.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33405], KeyToken[127.0.0.1:8204-A8F2D7D6D4B85593]] 06:53:52.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.561 [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=33405, Token=A8F2D7D6D4B85593, 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:53:52.561 [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:53:52.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33405] 06:53:52.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R681, 127.0.0.1:8201] replace CON-POST MID=33405, Token=A8F2D7D6D4B85593, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33405, Token=A8F2D7D6D4B85593, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R681, 127.0.0.1:8201] send response NON-2.05 MID=33405, Token=null, OptionSet={}, "server responds hi" 06:53:52.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R681, 127.0.0.1:8201, complete]! 06:53:52.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R681, 127.0.0.1:8201, complete] completed NON-2.04 MID=33405, Token=A8F2D7D6D4B85593, 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:53:52.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.563 [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=33405, Token=A8F2D7D6D4B85593, 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:53:52.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:53:52.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33405] 06:53:52.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L680, 127.0.0.1:8204, complete]! 06:53:52.563 [: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-A8F2D7D6D4B85593] 06:53:52.563 [: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-33405] 06:53:52.563 [: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=33405, Token=A8F2D7D6D4B85593, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33405, Token=A8F2D7D6D4B85593, 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:53:52.563 [: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:53:52.563 [: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:53:52.564 [: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:53:52.564 [: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-33406], CON-POST MID=33406, 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:53:52.564 [: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-84D1EE87A512BEE1], CON-POST MID=33406, Token=84D1EE87A512BEE1, 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:53:52.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33406], KeyToken[127.0.0.1:8204-84D1EE87A512BEE1]] 06:53:52.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 41 bytes to 127.0.0.1:8204 06:53:52.565 [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=33406, Token=84D1EE87A512BEE1, 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:53:52.565 [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:53:52.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33406] 06:53:52.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R683, 127.0.0.1:8201] replace CON-POST MID=33406, Token=84D1EE87A512BEE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33406, Token=84D1EE87A512BEE1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R683, 127.0.0.1:8201] send response NON-2.05 MID=33406, Token=null, OptionSet={}, "server responds hi" 06:53:52.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R683, 127.0.0.1:8201, complete]! 06:53:52.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R683, 127.0.0.1:8201, complete] completed NON-2.04 MID=33406, Token=84D1EE87A512BEE1, 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:53:52.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.566 [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=33406, Token=84D1EE87A512BEE1, 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:53:52.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33406] 06:53:52.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L682, 127.0.0.1:8204, complete]! 06:53:52.567 [: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-84D1EE87A512BEE1] 06:53:52.567 [: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-33406] 06:53:52.567 [: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=33406, Token=84D1EE87A512BEE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33406, Token=84D1EE87A512BEE1, 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:53:52.567 [: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:53:52.567 [: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:53:52.568 [: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:53:52.568 [: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-33407], CON-POST MID=33407, 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:53:52.568 [: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-58FB96A2EE6496DC], CON-POST MID=33407, Token=58FB96A2EE6496DC, 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:53:52.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33407], KeyToken[127.0.0.1:8204-58FB96A2EE6496DC]] 06:53:52.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.568 [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=33407, Token=58FB96A2EE6496DC, 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:53:52.568 [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:53:52.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33407] 06:53:52.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R685, 127.0.0.1:8201] replace CON-POST MID=33407, Token=58FB96A2EE6496DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33407, Token=58FB96A2EE6496DC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R685, 127.0.0.1:8201] send response NON-2.05 MID=33407, Token=null, OptionSet={}, "server responds hi" 06:53:52.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R685, 127.0.0.1:8201, complete]! 06:53:52.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R685, 127.0.0.1:8201, complete] completed NON-2.04 MID=33407, Token=58FB96A2EE6496DC, 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:53:52.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.570 [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=33407, Token=58FB96A2EE6496DC, 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:53:52.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33407] 06:53:52.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L684, 127.0.0.1:8204, complete]! 06:53:52.571 [: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-58FB96A2EE6496DC] 06:53:52.571 [: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-33407] 06:53:52.571 [: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=33407, Token=58FB96A2EE6496DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33407, Token=58FB96A2EE6496DC, 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:53:52.571 [: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:53:52.571 [: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:53:52.571 [: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:53:52.572 [: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-33408], CON-POST MID=33408, 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:53:52.572 [: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-601A58AB32EE6F8D], CON-POST MID=33408, Token=601A58AB32EE6F8D, 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:53:52.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33408], KeyToken[127.0.0.1:8204-601A58AB32EE6F8D]] 06:53:52.572 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.572 [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=33408, Token=601A58AB32EE6F8D, 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:53:52.572 [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:53:52.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33408] 06:53:52.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R687, 127.0.0.1:8201] replace CON-POST MID=33408, Token=601A58AB32EE6F8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33408, Token=601A58AB32EE6F8D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R687, 127.0.0.1:8201] send response NON-2.05 MID=33408, Token=null, OptionSet={}, "server responds hi" 06:53:52.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R687, 127.0.0.1:8201, complete]! 06:53:52.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R687, 127.0.0.1:8201, complete] completed NON-2.04 MID=33408, Token=601A58AB32EE6F8D, 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:53:52.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.574 [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=33408, Token=601A58AB32EE6F8D, 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:53:52.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33408] 06:53:52.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L686, 127.0.0.1:8204, complete]! 06:53:52.574 [: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-601A58AB32EE6F8D] 06:53:52.574 [: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-33408] 06:53:52.574 [: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=33408, Token=601A58AB32EE6F8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33408, Token=601A58AB32EE6F8D, 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:53:52.575 [: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:53:52.575 [: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:53:52.575 [: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:53:52.575 [: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-33409], CON-POST MID=33409, 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:53:52.576 [: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-708F7ABBD8F49930], CON-POST MID=33409, Token=708F7ABBD8F49930, 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:53:52.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33409], KeyToken[127.0.0.1:8204-708F7ABBD8F49930]] 06:53:52.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.576 [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=33409, Token=708F7ABBD8F49930, 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:53:52.576 [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:53:52.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33409] 06:53:52.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R689, 127.0.0.1:8201] replace CON-POST MID=33409, Token=708F7ABBD8F49930, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33409, Token=708F7ABBD8F49930, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R689, 127.0.0.1:8201] send response NON-2.05 MID=33409, Token=null, OptionSet={}, "server responds hi" 06:53:52.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R689, 127.0.0.1:8201, complete]! 06:53:52.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R689, 127.0.0.1:8201, complete] completed NON-2.04 MID=33409, Token=708F7ABBD8F49930, 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:53:52.577 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.578 [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=33409, Token=708F7ABBD8F49930, 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:53:52.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33409] 06:53:52.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L688, 127.0.0.1:8204, complete]! 06:53:52.578 [: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-708F7ABBD8F49930] 06:53:52.578 [: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-33409] 06:53:52.578 [: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=33409, Token=708F7ABBD8F49930, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33409, Token=708F7ABBD8F49930, 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:53:52.579 [: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:53:52.579 [: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:53:52.579 [: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:53:52.579 [: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-33410], CON-POST MID=33410, 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:53:52.580 [: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-78339C1A84CCF158], CON-POST MID=33410, Token=78339C1A84CCF158, 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:53:52.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-33410], KeyToken[127.0.0.1:8204-78339C1A84CCF158]] 06:53:52.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 06:53:52.580 [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=33410, Token=78339C1A84CCF158, 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:53:52.580 [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:53:52.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-33410] 06:53:52.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R691, 127.0.0.1:8201] replace CON-POST MID=33410, Token=78339C1A84CCF158, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33410, Token=78339C1A84CCF158, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R691, 127.0.0.1:8201] send response NON-2.05 MID=33410, Token=null, OptionSet={}, "server responds hi" 06:53:52.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R691, 127.0.0.1:8201, complete]! 06:53:52.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R691, 127.0.0.1:8201, complete] completed NON-2.04 MID=33410, Token=78339C1A84CCF158, 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:53:52.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.581 [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=33410, Token=78339C1A84CCF158, 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:53:52.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:53:52.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-33410] 06:53:52.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L690, 127.0.0.1:8204, complete]! 06:53:52.582 [: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-78339C1A84CCF158] 06:53:52.582 [: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-33410] 06:53:52.582 [: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=33410, Token=78339C1A84CCF158, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33410, Token=78339C1A84CCF158, 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:53:52.582 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.582 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8204 06:53:52.582 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8204 06:53:52.582 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] stopping ... 06:53:52.583 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /127.0.0.1 06:53:52.583 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] has stopped. 06:53:52.583 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8204 06:53:52.583 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:52.584 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.584 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.584 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.584 [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:53:52.585 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.585 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.585 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.585 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.585 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.585 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 06:53:52.585 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.586 [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:53:52.586 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205 06:53:52.586 [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:53:52.586 [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:53:52.587 [: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:53:52.587 [: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:53:52.587 [: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:53:52.587 [: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:53:52.587 [: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-3CC074BCC8747A31], CON-POST MID=10000, Token=3CC074BCC8747A31, 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:53:52.587 [: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-3CC074BCC8747A31]] 06:53:52.588 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:53:52.588 [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=3CC074BCC8747A31, 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:53:52.588 [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:53:52.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000] 06:53:52.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R693, 127.0.0.1:8201] replace CON-POST MID=10000, Token=3CC074BCC8747A31, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=3CC074BCC8747A31, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.589 [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:53:52.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R693, 127.0.0.1:8201, complete]! 06:53:52.589 [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=3CC074BCC8747A31, 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:53:52.589 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.589 [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=3CC074BCC8747A31, 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:53:52.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8205 06:53:52.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-10000] 06:53:52.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L692, 127.0.0.1:8205, complete]! 06:53:52.590 [: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-3CC074BCC8747A31] 06:53:52.590 [: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:53:52.590 [: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=3CC074BCC8747A31, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=3CC074BCC8747A31, 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:53:52.590 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.590 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 06:53:52.590 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205 06:53:52.590 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ... 06:53:52.591 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1 06:53:52.591 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped. 06:53:52.591 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205 06:53:52.591 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:52.591 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.591 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.592 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.592 [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:53:52.592 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.592 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.592 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.593 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.593 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.593 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 06:53:52.593 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.593 [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:53:52.641 [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:53:52.641 [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:53:52.641 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206 client sent request 06:53:52.642 [: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:53:52.642 [: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:53:52.642 [: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:53:52.642 [: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:53:52.642 [: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-CCDFC972C72BCC4E], CON-POST MID=10000, Token=CCDFC972C72BCC4E, 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:53:52.642 [: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-CCDFC972C72BCC4E]] 06:53:52.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 41 bytes to 127.0.0.1:8206 06:53:52.643 [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=CCDFC972C72BCC4E, 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:53:52.643 [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:53:52.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000] 06:53:52.643 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 06:53:52.643 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 06:53:52.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R695, 127.0.0.1:8201, complete]! 06:53:52.643 [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=CCDFC972C72BCC4E, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 06:53:52.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 41 bytes to 127.0.0.1:8201 06:53:52.644 [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=CCDFC972C72BCC4E, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 06:53:52.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 41 bytes from 127.0.0.1:8206 06:53:52.644 [: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:53:52.644 [: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=CCDFC972C72BCC4E, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 06:53:52.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L694, 127.0.0.1:8206, complete]! 06:53:52.644 [: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-CCDFC972C72BCC4E] 06:53:52.644 [: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:53:52.644 [: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=CCDFC972C72BCC4E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=CCDFC972C72BCC4E, 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:53:52.645 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.645 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 06:53:52.645 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206 06:53:52.645 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ... 06:53:52.645 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1 06:53:52.645 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped. 06:53:52.645 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206 06:53:52.645 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:52.646 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.646 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.646 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.646 [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:53:52.647 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.647 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.647 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.647 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.647 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.648 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 06:53:52.648 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.648 [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:53:52.648 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207 06:53:52.648 [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:53:52.648 [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:53:52.649 [: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:53:52.649 [: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:53:52.649 [: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:53:52.649 [: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-37310], CON-POST MID=37310, 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:53:52.649 [: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-F48BC3963C5EF3D3], CON-POST MID=37310, Token=F48BC3963C5EF3D3, 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:53:52.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-37310], KeyToken[127.0.0.1:8207-F48BC3963C5EF3D3]] 06:53:52.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 40 bytes to 127.0.0.1:8207 06:53:52.650 [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=37310, Token=F48BC3963C5EF3D3, 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:53:52.650 [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:53:52.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37310] 06:53:52.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R697, 127.0.0.1:8201] replace CON-POST MID=37310, Token=F48BC3963C5EF3D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=37310, Token=F48BC3963C5EF3D3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R697, 127.0.0.1:8201] send response NON-2.05 MID=37310, Token=null, OptionSet={}, "server responds hi" 06:53:52.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R697, 127.0.0.1:8201, complete]! 06:53:52.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R697, 127.0.0.1:8201, complete] completed NON-2.04 MID=37310, Token=F48BC3963C5EF3D3, 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:53:52.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:53:52.652 [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=37310, Token=F48BC3963C5EF3D3, 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:53:52.652 [UDP-Receiver-0.0.0.0/0.0.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:53:52.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:8207-37310] 06:53:52.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L696, 127.0.0.1:8207, complete]! 06:53:52.652 [: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-F48BC3963C5EF3D3] 06:53:52.652 [: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-37310] 06:53:52.652 [: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=37310, Token=F48BC3963C5EF3D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=37310, Token=F48BC3963C5EF3D3, 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:53:52.653 [: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:53:52.653 [: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:53:52.653 [: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:53:52.653 [: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-37311], CON-POST MID=37311, 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:53:52.653 [: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-AC791267C1EB04E1], CON-POST MID=37311, Token=AC791267C1EB04E1, 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:53:52.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-37311], KeyToken[127.0.0.1:8207-AC791267C1EB04E1]] 06:53:52.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:8207 06:53:52.654 [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=37311, Token=AC791267C1EB04E1, 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:53:52.654 [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:53:52.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37311] 06:53:52.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R699, 127.0.0.1:8201] replace CON-POST MID=37311, Token=AC791267C1EB04E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=37311, Token=AC791267C1EB04E1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R699, 127.0.0.1:8201] send response NON-2.05 MID=37311, Token=null, OptionSet={}, "server responds hi" 06:53:52.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R699, 127.0.0.1:8201, complete]! 06:53:52.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R699, 127.0.0.1:8201, complete] completed NON-2.04 MID=37311, Token=AC791267C1EB04E1, 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:53:52.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:53:52.655 [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=37311, Token=AC791267C1EB04E1, 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:53:52.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:8207 06:53:52.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:8207-37311] 06:53:52.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L698, 127.0.0.1:8207, complete]! 06:53:52.655 [: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-AC791267C1EB04E1] 06:53:52.655 [: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-37311] 06:53:52.656 [: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=37311, Token=AC791267C1EB04E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=37311, Token=AC791267C1EB04E1, 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:53:52.656 [: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:53:52.656 [: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:53:52.656 [: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:53:52.656 [: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-37312], CON-POST MID=37312, 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:53:52.657 [: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-509832599414C385], CON-POST MID=37312, Token=509832599414C385, 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:53:52.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-37312], KeyToken[127.0.0.1:8207-509832599414C385]] 06:53:52.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:8207 06:53:52.657 [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=37312, Token=509832599414C385, 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:53:52.657 [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:53:52.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37312] 06:53:52.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.657 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:53:52.657 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:53:52.657 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:53:52.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R701, 127.0.0.1:8201, complete]! 06:53:52.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R701, 127.0.0.1:8201, complete] completed ACK-4.01 MID=37312, Token=509832599414C385, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:53:52.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 30 bytes to 127.0.0.1:8201 06:53:52.658 [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=37312, Token=509832599414C385, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:53:52.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 30 bytes from 127.0.0.1:8207 06:53:52.658 [: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:53:52.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=37312, Token=509832599414C385, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:53:52.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L700, 127.0.0.1:8207, complete]! 06:53:52.658 [: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-509832599414C385] 06:53:52.658 [: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-37312] 06:53:52.658 [: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=37312, Token=509832599414C385, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=37312, Token=509832599414C385, 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:53:52.658 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.659 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207 06:53:52.659 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207 06:53:52.659 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ... 06:53:52.659 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1 06:53:52.659 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped. 06:53:52.659 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207 06:53:52.659 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:52.660 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.660 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.660 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.660 [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:53:52.660 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.661 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.661 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.661 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.661 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.661 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 06:53:52.661 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.662 [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:53:52.662 [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:53:52.662 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 06:53:52.662 [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:53:52.663 [: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:53:52.663 [: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:53:52.663 [: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:53:52.663 [: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:53:52.664 [: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-D05FC4124FB82E8D], CON-POST MID=10000, Token=D05FC4124FB82E8D, 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:53:52.664 [: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-D05FC4124FB82E8D]] 06:53:52.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:8208 06:53:52.664 [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=D05FC4124FB82E8D, 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:53:52.664 [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:53:52.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000] 06:53:52.665 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 06:53:52.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R703, 127.0.0.1:8201, complete]! 06:53:52.665 [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=D05FC4124FB82E8D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 06:53:52.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 66 bytes to 127.0.0.1:8201 06:53:52.665 [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=D05FC4124FB82E8D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 06:53:52.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 66 bytes from 127.0.0.1:8208 06:53:52.666 [: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:53:52.666 [: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=D05FC4124FB82E8D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 06:53:52.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L702, 127.0.0.1:8208, complete]! 06:53:52.666 [: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-D05FC4124FB82E8D] 06:53:52.666 [: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:53:52.666 [: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=D05FC4124FB82E8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=D05FC4124FB82E8D, 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:53:52.667 [: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:53:52.667 [: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:53:52.667 [: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:53:52.667 [: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:53:52.668 [: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-F043C54B270D8A66], CON-POST MID=10001, Token=F043C54B270D8A66, 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:53:52.668 [: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-F043C54B270D8A66]] 06:53:52.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 49 bytes to 127.0.0.1:8208 06:53:52.668 [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=F043C54B270D8A66, 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:53:52.668 [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:53:52.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10001] 06:53:52.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R705, 127.0.0.1:8201] replace CON-POST MID=10001, Token=F043C54B270D8A66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=F043C54B270D8A66, OptionSet={"Object-Security":0x}, "client says hi" 06:53:52.669 [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:53:52.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R705, 127.0.0.1:8201, complete]! 06:53:52.670 [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=F043C54B270D8A66, 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:53:52.670 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:53:52.670 [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=F043C54B270D8A66, 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:53:52.670 [UDP-Receiver-0.0.0.0/0.0.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:53:52.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-10001] 06:53:52.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L704, 127.0.0.1:8208, complete]! 06:53:52.671 [: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-F043C54B270D8A66] 06:53:52.671 [: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:53:52.671 [: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=F043C54B270D8A66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=F043C54B270D8A66, 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:53:52.671 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.672 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 06:53:52.672 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 06:53:52.672 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 06:53:52.672 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 06:53:52.672 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 06:53:52.672 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 06:53:52.672 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 06:53:52.672 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:52.672 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8201 06:53:52.672 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8201 06:53:52.672 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] stopping ... 06:53:52.672 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /0.0.0.0 06:53:52.672 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] has stopped. 06:53:52.672 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8201 06:53:52.673 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.001 s - in org.eclipse.californium.oscore.OSCoreServerClientTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 06:53:52.676 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.676 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.676 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.676 [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:53:52.677 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.678 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.678 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.678 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.678 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.678 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 06:53:52.678 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.679 [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:53:52.679 [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:53:52.679 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8209 06:53:52.679 [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:53:52.681 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.681 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.681 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.681 [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:53:52.681 [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:53:52.681 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:52.682 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.682 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.682 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:52.682 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 06:53:52.682 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.682 [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:53:52.682 [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:53:52.682 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8210 06:53:52.682 [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:53:52.682 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8210 for coap client sent request 06:53:52.683 [: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:53:52.683 [: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:53:52.683 [: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:53:52.683 [: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-47732], CON-POST MID=47732, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:53:52.684 [: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-1CAABFA303913DCB], CON-POST MID=47732, Token=1CAABFA303913DCB, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:53:52.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-47732], KeyToken[127.0.0.1:8209-1CAABFA303913DCB]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:53:52.684 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8209 06:53:52.684 [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=47732, Token=1CAABFA303913DCB, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:53:52.684 [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:53:52.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-47732] 06:53:52.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R707, 127.0.0.1:8210] replace CON-POST MID=47732, Token=1CAABFA303913DCB, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=47732, Token=1CAABFA303913DCB, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:53:52.685 [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:53:52.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R707, 127.0.0.1:8210, complete]! 06:53:52.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R707, 127.0.0.1:8210, complete] completed ACK-2.04 MID=47732, Token=1CAABFA303913DCB, 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:53:52.686 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 06:53:52.686 [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=47732, Token=1CAABFA303913DCB, 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:53:52.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 06:53:52.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L706, 127.0.0.1:8209, complete]! 06:53:52.687 [: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-1CAABFA303913DCB] 06:53:52.687 [: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-47732] 06:53:52.687 [: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=47732, Token=1CAABFA303913DCB, OptionSet={"Object-Security":0x}, -/- CON-POST MID=47732, Token=1CAABFA303913DCB, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 06:53:52.687 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.687 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209 06:53:52.687 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8209 06:53:52.687 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] stopping ... 06:53:52.687 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /127.0.0.1 06:53:52.687 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] has stopped. 06:53:52.687 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8209 06:53:52.687 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 06:53:52.688 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.688 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.688 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.688 [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:53:52.689 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.689 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.689 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.689 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.689 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.689 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 06:53:52.689 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.690 [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:53:52.690 [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:53:52.690 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8211 06:53:52.690 [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:53:52.741 [: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:53:52.741 [: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:53:52.742 [: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:53:52.742 [: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-17140], CON-POST MID=17140, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:53:52.742 [: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-ACD6360A80B5C9D3], CON-POST MID=17140, Token=ACD6360A80B5C9D3, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:53:52.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-17140], KeyToken[127.0.0.1:8211-ACD6360A80B5C9D3]] 06:53:52.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 29 bytes to 127.0.0.1:8211 06:53:52.743 [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=17140, Token=ACD6360A80B5C9D3, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:53:52.743 [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:53:52.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-17140] 06:53:52.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R709, 127.0.0.1:8210] replace CON-POST MID=17140, Token=ACD6360A80B5C9D3, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=17140, Token=ACD6360A80B5C9D3, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:53:52.744 [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:53:52.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R709, 127.0.0.1:8210, complete]! 06:53:52.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R709, 127.0.0.1:8210, complete] completed ACK-2.04 MID=17140, Token=ACD6360A80B5C9D3, 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:53:52.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 42 bytes to 127.0.0.1:8210 06:53:52.745 [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=17140, Token=ACD6360A80B5C9D3, 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:53:52.745 [UDP-Receiver-0.0.0.0/0.0.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:53:52.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L708, 127.0.0.1:8211, complete]! 06:53:52.745 [: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-ACD6360A80B5C9D3] 06:53:52.745 [: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-17140] 06:53:52.745 [: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=17140, Token=ACD6360A80B5C9D3, OptionSet={"Object-Security":0x}, -/- CON-POST MID=17140, Token=ACD6360A80B5C9D3, 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:53:52.745 [: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:53:52.745 [: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:53:52.746 [: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:53:52.746 [: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-17141], CON-POST MID=17141, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:53:52.746 [: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-DCD67A0C04A13F66], CON-POST MID=17141, Token=DCD67A0C04A13F66, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:53:52.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-17141], KeyToken[127.0.0.1:8211-DCD67A0C04A13F66]] 06:53:52.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 29 bytes to 127.0.0.1:8211 06:53:52.747 [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=17141, Token=DCD67A0C04A13F66, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 06:53:52.747 [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:53:52.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-17141] 06:53:52.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R711, 127.0.0.1:8210] replace CON-POST MID=17141, Token=DCD67A0C04A13F66, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=17141, Token=DCD67A0C04A13F66, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:53:52.747 [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:53:52.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R711, 127.0.0.1:8210, complete]! 06:53:52.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R711, 127.0.0.1:8210, complete] completed ACK-2.04 MID=17141, Token=DCD67A0C04A13F66, 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:53:52.748 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.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:53:52.748 [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=17141, Token=DCD67A0C04A13F66, 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:53:52.748 [UDP-Receiver-0.0.0.0/0.0.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:53:52.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L710, 127.0.0.1:8211, complete]! 06:53:52.748 [: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-DCD67A0C04A13F66] 06:53:52.748 [: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-17141] 06:53:52.748 [: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=17141, Token=DCD67A0C04A13F66, OptionSet={"Object-Security":0x}, -/- CON-POST MID=17141, Token=DCD67A0C04A13F66, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 06:53:52.749 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.749 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8211 06:53:52.749 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8211 06:53:52.749 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] stopping ... 06:53:52.749 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /127.0.0.1 06:53:52.749 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] has stopped. 06:53:52.749 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8211 06:53:52.749 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 06:53:52.749 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:52.749 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8210 06:53:52.749 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8210 06:53:52.749 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] stopping ... 06:53:52.749 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /0.0.0.0 06:53:52.750 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] has stopped. 06:53:52.750 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8210 06:53:52.750 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 06:53:52.751 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:53:52.752 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.752 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.752 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.752 [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:53:52.753 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.753 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.753 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.753 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.753 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.753 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 06:53:52.753 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.754 [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:53:52.754 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 06:53:52.754 [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:53:52.754 [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:53:52.754 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.754 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.754 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.754 [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:53:52.754 [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:53:52.754 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:52.754 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.754 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.754 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:52.754 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 06:53:52.754 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.755 [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:53:52.755 [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:53:52.755 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8213 06:53:52.755 [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:53:52.756 [: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:53:52.756 [: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:53:52.756 [: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:53:52.756 [: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:53:52.756 [: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:53:52.757 [: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:53:52.758 [: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-8369], CON-POST MID= 8369, 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:53:52.758 [: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-F8B645610A5AC9C6], CON-POST MID= 8369, Token=F8B645610A5AC9C6, 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:53:52.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8369], KeyToken[127.0.0.1:8212-F8B645610A5AC9C6]] 06:53:52.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8212 06:53:52.758 [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= 8369, Token=F8B645610A5AC9C6, 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:53:52.758 [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:53:52.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8369] 06:53:52.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R713, 127.0.0.1:8213] replace CON-POST MID= 8369, Token=F8B645610A5AC9C6, 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= 8369, Token=F8B645610A5AC9C6, 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:53:52.759 [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:53:52.759 [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:53:52.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:53:52.759 [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:53:52.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R713, 127.0.0.1:8213, complete]! 06:53:52.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R713, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8369, Token=F8B645610A5AC9C6, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:53:52.760 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8213 06:53:52.760 [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= 8369, Token=F8B645610A5AC9C6, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:53:52.760 [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:53:52.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.760 [: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:53:52.761 [: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:53:52.761 [: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= 8369, Token=F8B645610A5AC9C6, 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:53:52.761 [: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:53:52.761 [: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:53:52.762 [: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:53:52.762 [: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-8370], CON-POST MID= 8370, 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:53:52.762 [: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-8369] 06:53:52.762 [: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-685762528B8E2AA9], CON-POST MID= 8370, Token=685762528B8E2AA9, 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:53:52.762 [: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-F8B645610A5AC9C6] 06:53:52.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8370], KeyToken[127.0.0.1:8212-685762528B8E2AA9]] 06:53:52.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8212 06:53:52.763 [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= 8370, Token=685762528B8E2AA9, 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:53:52.763 [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:53:52.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8370] 06:53:52.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, 127.0.0.1:8213] replace CON-POST MID= 8370, Token=685762528B8E2AA9, 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= 8370, Token=685762528B8E2AA9, 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:53:52.763 [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:53:52.764 [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= 8370, Token=685762528B8E2AA9, 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:53:52.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:53:52.764 [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:53:52.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, 127.0.0.1:8213, complete]! 06:53:52.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R714, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8370, Token=685762528B8E2AA9, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:53:52.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 26 bytes to 127.0.0.1:8213 06:53:52.764 [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= 8370, Token=685762528B8E2AA9, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:53:52.764 [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:53:52.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.765 [: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:53:52.765 [: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:53:52.765 [: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= 8370, Token=685762528B8E2AA9, 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:53:52.765 [: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:53:52.765 [: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:53:52.766 [: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:53:52.766 [: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-8371], CON-POST MID= 8371, 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:53:52.766 [: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-8370] 06:53:52.766 [: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-BC82C76CEA37ACA0], CON-POST MID= 8371, Token=BC82C76CEA37ACA0, 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:53:52.766 [: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-685762528B8E2AA9] 06:53:52.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8371], KeyToken[127.0.0.1:8212-BC82C76CEA37ACA0]] 06:53:52.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 103 bytes to 127.0.0.1:8212 06:53:52.766 [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= 8371, Token=BC82C76CEA37ACA0, 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:53:52.766 [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:53:52.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8371] 06:53:52.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R715, 127.0.0.1:8213] replace CON-POST MID= 8371, Token=BC82C76CEA37ACA0, 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= 8371, Token=BC82C76CEA37ACA0, 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:53:52.767 [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:53:52.767 [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= 8371, Token=BC82C76CEA37ACA0, 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:53:52.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:53:52.767 [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:53:52.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R715, 127.0.0.1:8213, complete]! 06:53:52.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R715, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8371, Token=BC82C76CEA37ACA0, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:53:52.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 26 bytes to 127.0.0.1:8213 06:53:52.768 [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= 8371, Token=BC82C76CEA37ACA0, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:53:52.768 [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:53:52.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.769 [: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:53:52.769 [: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:53:52.769 [: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= 8371, Token=BC82C76CEA37ACA0, 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:53:52.769 [: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:53:52.769 [: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:53:52.770 [: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:53:52.770 [: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-8372], CON-POST MID= 8372, 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:53:52.771 [: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-8371] 06:53:52.771 [: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-A8E58508840CAE9B], CON-POST MID= 8372, Token=A8E58508840CAE9B, 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:53:52.771 [: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-BC82C76CEA37ACA0] 06:53:52.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8372], KeyToken[127.0.0.1:8212-A8E58508840CAE9B]] 06:53:52.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8212 06:53:52.771 [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= 8372, Token=A8E58508840CAE9B, 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:53:52.771 [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:53:52.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8372] 06:53:52.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, 127.0.0.1:8213] replace CON-POST MID= 8372, Token=A8E58508840CAE9B, 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= 8372, Token=A8E58508840CAE9B, 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:53:52.772 [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:53:52.772 [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= 8372, Token=A8E58508840CAE9B, 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:53:52.772 [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:53:52.772 [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:53:52.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 06:53:52.772 [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:53:52.772 [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:53:52.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, 127.0.0.1:8213, complete]! 06:53:52.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R716, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8372, Token=A8E58508840CAE9B, 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:53:52.773 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 96 bytes to 127.0.0.1:8213 06:53:52.774 [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= 8372, Token=A8E58508840CAE9B, 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:53:52.774 [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:53:52.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.774 [: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:53:52.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 06:53:52.774 [: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= 8372, Token=A8E58508840CAE9B, 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:53:52.774 [: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:53:52.775 [: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= 8372, Token=A8E58508840CAE9B, 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:53:52.775 [: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:53:52.775 [: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:53:52.776 [: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:53:52.776 [: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-8373], CON-POST MID= 8373, 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:53:52.776 [: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-8372] 06:53:52.776 [: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-C4F57FAC611ADF32], CON-POST MID= 8373, Token=C4F57FAC611ADF32, 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:53:52.776 [: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-A8E58508840CAE9B] 06:53:52.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8373], KeyToken[127.0.0.1:8212-C4F57FAC611ADF32]] 06:53:52.776 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8212 06:53:52.777 [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= 8373, Token=C4F57FAC611ADF32, 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:53:52.777 [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:53:52.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8373] 06:53:52.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R717, 127.0.0.1:8213] replace CON-POST MID= 8373, Token=C4F57FAC611ADF32, 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= 8373, Token=C4F57FAC611ADF32, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 06:53:52.778 [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:53:52.778 [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:53:52.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R717, 127.0.0.1:8213, complete]! 06:53:52.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R717, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8373, Token=C4F57FAC611ADF32, 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:53:52.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8213 06:53:52.779 [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= 8373, Token=C4F57FAC611ADF32, 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:53:52.779 [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:53:52.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.779 [: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:53:52.779 [: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= 8373, Token=C4F57FAC611ADF32, 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:53:52.780 [: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:53:52.780 [: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:53:52.780 [: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:53:52.780 [: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-8374], CON-POST MID= 8374, 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:53:52.780 [: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-8373] 06:53:52.780 [: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-AC322A0111286CFB], CON-POST MID= 8374, Token=AC322A0111286CFB, 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:53:52.781 [: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-C4F57FAC611ADF32] 06:53:52.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8374], KeyToken[127.0.0.1:8212-AC322A0111286CFB]] 06:53:52.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8212 06:53:52.781 [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= 8374, Token=AC322A0111286CFB, 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:53:52.781 [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:53:52.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8374] 06:53:52.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, 127.0.0.1:8213] replace CON-POST MID= 8374, Token=AC322A0111286CFB, 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= 8374, Token=AC322A0111286CFB, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 06:53:52.782 [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:53:52.782 [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:53:52.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, 127.0.0.1:8213, complete]! 06:53:52.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R718, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8374, Token=AC322A0111286CFB, 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:53:52.782 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8213 06:53:52.782 [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= 8374, Token=AC322A0111286CFB, 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:53:52.782 [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:53:52.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.783 [: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:53:52.783 [: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= 8374, Token=AC322A0111286CFB, 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:53:52.783 [: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:53:52.783 [: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:53:52.784 [: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:53:52.784 [: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-8375], CON-POST MID= 8375, 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:53:52.784 [: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-8374] 06:53:52.784 [: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-20F3346B3B1AE6E2], CON-POST MID= 8375, Token=20F3346B3B1AE6E2, 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:53:52.784 [: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-AC322A0111286CFB] 06:53:52.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8375], KeyToken[127.0.0.1:8212-20F3346B3B1AE6E2]] 06:53:52.784 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8212 06:53:52.784 [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= 8375, Token=20F3346B3B1AE6E2, 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:53:52.785 [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:53:52.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8375] 06:53:52.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R719, 127.0.0.1:8213] replace CON-POST MID= 8375, Token=20F3346B3B1AE6E2, 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= 8375, Token=20F3346B3B1AE6E2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 06:53:52.785 [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:53:52.785 [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:53:52.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R719, 127.0.0.1:8213, complete]! 06:53:52.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R719, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8375, Token=20F3346B3B1AE6E2, 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:53:52.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8213 06:53:52.786 [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= 8375, Token=20F3346B3B1AE6E2, 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:53:52.786 [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:53:52.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.786 [: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:53:52.786 [: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= 8375, Token=20F3346B3B1AE6E2, 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:53:52.787 [: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:53:52.787 [: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:53:52.787 [: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:53:52.787 [: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-8376], CON-POST MID= 8376, 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:53:52.788 [: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-8375] 06:53:52.788 [: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-2C2FB1B66AA37B2A], CON-POST MID= 8376, Token=2C2FB1B66AA37B2A, 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:53:52.788 [: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-20F3346B3B1AE6E2] 06:53:52.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8376], KeyToken[127.0.0.1:8212-2C2FB1B66AA37B2A]] 06:53:52.788 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8212 06:53:52.788 [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= 8376, Token=2C2FB1B66AA37B2A, 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:53:52.788 [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:53:52.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8376] 06:53:52.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, 127.0.0.1:8213] replace CON-POST MID= 8376, Token=2C2FB1B66AA37B2A, 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= 8376, Token=2C2FB1B66AA37B2A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 06:53:52.789 [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:53:52.789 [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:53:52.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, 127.0.0.1:8213, complete]! 06:53:52.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R720, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8376, Token=2C2FB1B66AA37B2A, 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:53:52.789 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8213 06:53:52.841 [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= 8376, Token=2C2FB1B66AA37B2A, 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:53:52.841 [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:53:52.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.842 [: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:53:52.842 [: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= 8376, Token=2C2FB1B66AA37B2A, 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:53:52.842 [: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:53:52.842 [: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:53:52.843 [: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:53:52.843 [: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-8377], CON-POST MID= 8377, 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:53:52.843 [: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-8376] 06:53:52.843 [: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-AC8CF18F4BEF63E8], CON-POST MID= 8377, Token=AC8CF18F4BEF63E8, 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:53:52.843 [: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-2C2FB1B66AA37B2A] 06:53:52.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8377], KeyToken[127.0.0.1:8212-AC8CF18F4BEF63E8]] 06:53:52.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 38 bytes to 127.0.0.1:8212 06:53:52.844 [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= 8377, Token=AC8CF18F4BEF63E8, 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:53:52.844 [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:53:52.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8377] 06:53:52.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R721, 127.0.0.1:8213] replace CON-POST MID= 8377, Token=AC8CF18F4BEF63E8, 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= 8377, Token=AC8CF18F4BEF63E8, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 06:53:52.844 [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:53:52.844 [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:53:52.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R721, 127.0.0.1:8213, complete]! 06:53:52.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R721, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8377, Token=AC8CF18F4BEF63E8, 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:53:52.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 91 bytes to 127.0.0.1:8213 06:53:52.845 [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= 8377, Token=AC8CF18F4BEF63E8, 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:53:52.845 [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:53:52.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.846 [: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:53:52.846 [: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= 8377, Token=AC8CF18F4BEF63E8, 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:53:52.846 [: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:53:52.846 [: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:53:52.847 [: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:53:52.847 [: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-8378], CON-POST MID= 8378, 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:53:52.847 [: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-8377] 06:53:52.847 [: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-AC500CC185D948B6], CON-POST MID= 8378, Token=AC500CC185D948B6, 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:53:52.847 [: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-AC8CF18F4BEF63E8] 06:53:52.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8378], KeyToken[127.0.0.1:8212-AC500CC185D948B6]] 06:53:52.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 38 bytes to 127.0.0.1:8212 06:53:52.848 [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= 8378, Token=AC500CC185D948B6, 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:53:52.848 [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:53:52.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8378] 06:53:52.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, 127.0.0.1:8213] replace CON-POST MID= 8378, Token=AC500CC185D948B6, 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= 8378, Token=AC500CC185D948B6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 06:53:52.848 [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:53:52.849 [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:53:52.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, 127.0.0.1:8213, complete]! 06:53:52.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R722, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8378, Token=AC500CC185D948B6, 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:53:52.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 91 bytes to 127.0.0.1:8213 06:53:52.849 [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= 8378, Token=AC500CC185D948B6, 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:53:52.849 [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:53:52.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.850 [: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:53:52.850 [: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= 8378, Token=AC500CC185D948B6, 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:53:52.850 [: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:53:52.850 [: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:53:52.851 [: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:53:52.851 [: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-8379], CON-POST MID= 8379, 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:53:52.851 [: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-8378] 06:53:52.851 [: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-1802DFA680E2B6F1], CON-POST MID= 8379, Token=1802DFA680E2B6F1, 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:53:52.851 [: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-AC500CC185D948B6] 06:53:52.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-8379], KeyToken[127.0.0.1:8212-1802DFA680E2B6F1]] 06:53:52.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 38 bytes to 127.0.0.1:8212 06:53:52.852 [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= 8379, Token=1802DFA680E2B6F1, 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:53:52.852 [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:53:52.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-8379] 06:53:52.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R723, 127.0.0.1:8213] replace CON-POST MID= 8379, Token=1802DFA680E2B6F1, 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= 8379, Token=1802DFA680E2B6F1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 06:53:52.852 [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:53:52.852 [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:53:52.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R723, 127.0.0.1:8213, complete]! 06:53:52.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R723, 127.0.0.1:8213, complete] completed ACK-2.04 MID= 8379, Token=1802DFA680E2B6F1, 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:53:52.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 91 bytes to 127.0.0.1:8213 06:53:52.853 [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= 8379, Token=1802DFA680E2B6F1, 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:53:52.853 [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:53:52.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.854 [: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:53:52.854 [: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:53:52.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID= 8372, Token=A8E58508840CAE9B, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 06:53:52.854 [: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= 8379, Token=1802DFA680E2B6F1, 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= 8369, Token=F8B645610A5AC9C6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 06:53:52.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212, complete]! 06:53:52.854 [: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-1802DFA680E2B6F1] 06:53:52.854 [: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-8379] 06:53:52.854 [: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= 8369, Token=F8B645610A5AC9C6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 06:53:52.854 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:52.854 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 06:53:52.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 06:53:52.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 06:53:52.855 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 06:53:52.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 06:53:52.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 06:53:52.855 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:52.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8213 06:53:52.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8213 06:53:52.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] stopping ... 06:53:52.855 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /0.0.0.0 06:53:52.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] has stopped. 06:53:52.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8213 06:53:52.856 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:53:52.856 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:53:52.857 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.857 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.857 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.857 [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:53:52.858 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.858 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.858 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.858 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.858 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.858 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8214 06:53:52.858 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.859 [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:53:52.859 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8214 06:53:52.859 [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:53:52.859 [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:53:52.859 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.859 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.859 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.859 [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:53:52.859 [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:53:52.859 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:52.859 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.859 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.859 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:52.859 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8215 06:53:52.860 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.860 [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:53:52.860 [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:53:52.860 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8215 06:53:52.860 [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:53:52.861 [: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:53:52.861 [: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:53:52.862 [: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:53:52.862 [: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-24082], CON-POST MID=24082, 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:53:52.862 [: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-CC9CD41451F08BDB], CON-POST MID=24082, Token=CC9CD41451F08BDB, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:53:52.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8214-24082], KeyToken[127.0.0.1:8214-CC9CD41451F08BDB]] 06:53:52.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 34 bytes to 127.0.0.1:8214 06:53:52.863 [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=24082, Token=CC9CD41451F08BDB, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:53:52.863 [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:53:52.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-24082] 06:53:52.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R725, 127.0.0.1:8215] replace CON-POST MID=24082, Token=CC9CD41451F08BDB, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=24082, Token=CC9CD41451F08BDB, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:53:52.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 06:53:52.863 [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:53:52.864 [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:53:52.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R725, 127.0.0.1:8215, complete]! 06:53:52.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R725, 127.0.0.1:8215, complete] completed ACK-2.04 MID=24082, Token=CC9CD41451F08BDB, 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:53:52.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 94 bytes to 127.0.0.1:8215 06:53:52.864 [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=24082, Token=CC9CD41451F08BDB, 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:53:52.865 [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:53:52.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.865 [: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=24082, Token=CC9CD41451F08BDB, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 06:53:52.865 [: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:53:52.865 [: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=24082, Token=CC9CD41451F08BDB, 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:53:52.866 [: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:53:52.866 [: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:53:52.866 [: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:53:52.867 [: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-24083], CON-POST MID=24083, 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:53:52.867 [: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-24082] 06:53:52.867 [: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-D802EFB88D39F18C], CON-POST MID=24083, Token=D802EFB88D39F18C, 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:53:52.867 [: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-CC9CD41451F08BDB] 06:53:52.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8214-24083], KeyToken[127.0.0.1:8214-D802EFB88D39F18C]] 06:53:52.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 36 bytes to 127.0.0.1:8214 06:53:52.867 [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=24083, Token=D802EFB88D39F18C, 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:53:52.867 [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:53:52.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-24083] 06:53:52.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, 127.0.0.1:8215] replace CON-POST MID=24083, Token=D802EFB88D39F18C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=24083, Token=D802EFB88D39F18C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 06:53:52.868 [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:53:52.868 [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:53:52.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, 127.0.0.1:8215, complete]! 06:53:52.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R726, 127.0.0.1:8215, complete] completed ACK-2.04 MID=24083, Token=D802EFB88D39F18C, 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:53:52.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 91 bytes to 127.0.0.1:8215 06:53:52.869 [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=24083, Token=D802EFB88D39F18C, 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:53:52.869 [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:53:52.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.869 [: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:53:52.870 [: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=24083, Token=D802EFB88D39F18C, 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:53:52.870 [: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:53:52.870 [: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:53:52.870 [: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:53:52.871 [: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-24084], CON-POST MID=24084, 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:53:52.871 [: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-24083] 06:53:52.871 [: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-08D8CF09EFEF39A0], CON-POST MID=24084, Token=08D8CF09EFEF39A0, 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:53:52.871 [: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-D802EFB88D39F18C] 06:53:52.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8214-24084], KeyToken[127.0.0.1:8214-08D8CF09EFEF39A0]] 06:53:52.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 36 bytes to 127.0.0.1:8214 06:53:52.871 [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=24084, Token=08D8CF09EFEF39A0, 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:53:52.871 [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:53:52.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-24084] 06:53:52.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R727, 127.0.0.1:8215] replace CON-POST MID=24084, Token=08D8CF09EFEF39A0, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=24084, Token=08D8CF09EFEF39A0, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 06:53:52.872 [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:53:52.872 [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:53:52.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R727, 127.0.0.1:8215, complete]! 06:53:52.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R727, 127.0.0.1:8215, complete] completed ACK-2.04 MID=24084, Token=08D8CF09EFEF39A0, 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:53:52.873 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8215 06:53:52.873 [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=24084, Token=08D8CF09EFEF39A0, 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:53:52.873 [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:53:52.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.873 [: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:53:52.873 [: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=24084, Token=08D8CF09EFEF39A0, 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:53:52.874 [: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:53:52.874 [: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:53:52.874 [: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:53:52.875 [: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-24085], CON-POST MID=24085, 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:53:52.875 [: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-24084] 06:53:52.875 [: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-18EFFC2D6890B341], CON-POST MID=24085, Token=18EFFC2D6890B341, 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:53:52.875 [: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-08D8CF09EFEF39A0] 06:53:52.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8214-24085], KeyToken[127.0.0.1:8214-18EFFC2D6890B341]] 06:53:52.875 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8214 06:53:52.875 [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=24085, Token=18EFFC2D6890B341, 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:53:52.875 [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:53:52.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-24085] 06:53:52.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, 127.0.0.1:8215] replace CON-POST MID=24085, Token=18EFFC2D6890B341, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=24085, Token=18EFFC2D6890B341, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 06:53:52.876 [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:53:52.876 [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:53:52.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, 127.0.0.1:8215, complete]! 06:53:52.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R728, 127.0.0.1:8215, complete] completed ACK-2.04 MID=24085, Token=18EFFC2D6890B341, 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:53:52.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8215 06:53:52.877 [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=24085, Token=18EFFC2D6890B341, 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:53:52.877 [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:53:52.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.878 [: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:53:52.878 [: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:53:52.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=24082, Token=CC9CD41451F08BDB, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 06:53:52.878 [: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=24085, Token=18EFFC2D6890B341, 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=24082, Token=CC9CD41451F08BDB, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:53:52.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8214, complete]! 06:53:52.878 [: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-18EFFC2D6890B341] 06:53:52.878 [: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-24085] 06:53:52.878 [: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=24082, Token=CC9CD41451F08BDB, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 06:53:52.879 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:52.879 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.879 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8214 06:53:52.879 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8214 06:53:52.879 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8214] stopping ... 06:53:52.879 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8214, address /127.0.0.1 06:53:52.879 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8214] has stopped. 06:53:52.879 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8214 06:53:52.879 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:52.879 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8215 06:53:52.879 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8215 06:53:52.879 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8215] stopping ... 06:53:52.880 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8215, address /0.0.0.0 06:53:52.880 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8215] has stopped. 06:53:52.880 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8215 06:53:52.880 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:53:52.881 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:53:52.882 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.882 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.882 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.882 [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:53:52.882 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.883 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.883 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.883 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.883 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.883 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8216 06:53:52.883 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.883 [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:53:52.883 [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:53:52.883 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8216 06:53:52.883 [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:53:52.884 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.884 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.884 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.884 [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:53:52.884 [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:53:52.884 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:52.884 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.884 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.884 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:52.884 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8217 06:53:52.884 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.885 [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:53:52.885 [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:53:52.885 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8217 06:53:52.885 [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:53:52.885 [: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:53:52.886 [: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:53:52.886 [: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:53:52.886 [: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:53:52.886 [: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:53:52.887 [: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:53:52.887 [: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-49063], CON-POST MID=49063, 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:53:52.887 [: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-BC79CE45A758EBEF], CON-POST MID=49063, Token=BC79CE45A758EBEF, 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:53:52.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-49063], KeyToken[127.0.0.1:8216-BC79CE45A758EBEF]] 06:53:52.888 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8216 06:53:52.888 [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=49063, Token=BC79CE45A758EBEF, 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:53:52.888 [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:53:52.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8217-49063] 06:53:52.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, 127.0.0.1:8217] replace CON-POST MID=49063, Token=BC79CE45A758EBEF, 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=49063, Token=BC79CE45A758EBEF, 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:53:52.889 [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:53:52.889 [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:53:52.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:53:52.889 [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:53:52.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, 127.0.0.1:8217, complete]! 06:53:52.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R730, 127.0.0.1:8217, complete] completed ACK-2.04 MID=49063, Token=BC79CE45A758EBEF, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:53:52.890 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8217 06:53:52.890 [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=49063, Token=BC79CE45A758EBEF, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:53:52.890 [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:53:52.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.891 [: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:53:52.891 [: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:53:52.891 [: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=49063, Token=BC79CE45A758EBEF, 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:53:52.891 [: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:53:52.891 [: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:53:52.941 [: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:53:52.941 [: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-49064], CON-POST MID=49064, 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:53:52.942 [: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-49063] 06:53:52.942 [: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-78865A85C737094B], CON-POST MID=49064, Token=78865A85C737094B, 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:53:52.942 [: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-BC79CE45A758EBEF] 06:53:52.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-49064], KeyToken[127.0.0.1:8216-78865A85C737094B]] 06:53:52.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 103 bytes to 127.0.0.1:8216 06:53:52.942 [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=49064, Token=78865A85C737094B, 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:53:52.942 [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:53:52.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8217-49064] 06:53:52.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R731, 127.0.0.1:8217] replace CON-POST MID=49064, Token=78865A85C737094B, 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=49064, Token=78865A85C737094B, 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:53:52.943 [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:53:52.943 [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=49064, Token=78865A85C737094B, 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:53:52.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:53:52.943 [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:53:52.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R731, 127.0.0.1:8217, complete]! 06:53:52.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R731, 127.0.0.1:8217, complete] completed ACK-2.04 MID=49064, Token=78865A85C737094B, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:53:52.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 26 bytes to 127.0.0.1:8217 06:53:52.944 [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=49064, Token=78865A85C737094B, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:53:52.944 [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:53:52.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.945 [: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:53:52.945 [: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:53:52.945 [: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=49064, Token=78865A85C737094B, 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:53:52.945 [: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:53:52.945 [: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:53:52.946 [: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:53:52.946 [: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-49065], CON-POST MID=49065, 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:53:52.946 [: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-49064] 06:53:52.946 [: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-286A0BD5EFDF409D], CON-POST MID=49065, Token=286A0BD5EFDF409D, 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:53:52.947 [: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-78865A85C737094B] 06:53:52.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-49065], KeyToken[127.0.0.1:8216-286A0BD5EFDF409D]] 06:53:52.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 103 bytes to 127.0.0.1:8216 06:53:52.947 [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=49065, Token=286A0BD5EFDF409D, 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:53:52.947 [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:53:52.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8217-49065] 06:53:52.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, 127.0.0.1:8217] replace CON-POST MID=49065, Token=286A0BD5EFDF409D, 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=49065, Token=286A0BD5EFDF409D, 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:53:52.948 [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:53:52.948 [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=49065, Token=286A0BD5EFDF409D, 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:53:52.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:53:52.948 [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:53:52.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, 127.0.0.1:8217, complete]! 06:53:52.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R732, 127.0.0.1:8217, complete] completed ACK-2.04 MID=49065, Token=286A0BD5EFDF409D, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:53:52.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 26 bytes to 127.0.0.1:8217 06:53:52.949 [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=49065, Token=286A0BD5EFDF409D, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:53:52.949 [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:53:52.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.949 [: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:53:52.949 [: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:53:52.949 [: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=49065, Token=286A0BD5EFDF409D, 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:53:52.950 [: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:53:52.950 [: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:53:52.950 [: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:53:52.951 [: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-49066], CON-POST MID=49066, 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:53:52.951 [: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-49065] 06:53:52.951 [: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-E003000F13EE6B0C], CON-POST MID=49066, Token=E003000F13EE6B0C, 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:53:52.951 [: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-286A0BD5EFDF409D] 06:53:52.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-49066], KeyToken[127.0.0.1:8216-E003000F13EE6B0C]] 06:53:52.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 103 bytes to 127.0.0.1:8216 06:53:52.951 [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=49066, Token=E003000F13EE6B0C, 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:53:52.951 [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:53:52.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8217-49066] 06:53:52.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R733, 127.0.0.1:8217] replace CON-POST MID=49066, Token=E003000F13EE6B0C, 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=49066, Token=E003000F13EE6B0C, 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:53:52.952 [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:53:52.952 [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=49066, Token=E003000F13EE6B0C, 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:53:52.952 [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:53:52.952 [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:53:52.952 [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:53:52.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R733, 127.0.0.1:8217, complete]! 06:53:52.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R733, 127.0.0.1:8217, complete] completed ACK-2.04 MID=49066, Token=E003000F13EE6B0C, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 06:53:52.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 26 bytes to 127.0.0.1:8217 06:53:52.953 [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=49066, Token=E003000F13EE6B0C, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 06:53:52.953 [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:53:52.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:52.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:53:52.954 [: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:53:52.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8216, complete]! 06:53:52.954 [: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-E003000F13EE6B0C] 06:53:52.954 [: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-49066] 06:53:52.954 [: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=49063, Token=BC79CE45A758EBEF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID=49066, Token=E003000F13EE6B0C, 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:53:52.954 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:52.954 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.954 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8216 06:53:52.954 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8216 06:53:52.954 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] stopping ... 06:53:52.954 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8216, address /127.0.0.1 06:53:52.955 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] has stopped. 06:53:52.955 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8216 06:53:52.955 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:52.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8217 06:53:52.955 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8217 06:53:52.955 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8217] stopping ... 06:53:52.955 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8217, address /0.0.0.0 06:53:52.955 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8217] has stopped. 06:53:52.955 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8217 06:53:52.955 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:53:52.956 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:53:52.957 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.957 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.957 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.957 [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:53:52.957 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.958 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.958 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.958 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8218 06:53:52.958 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.959 [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:53:52.959 [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:53:52.959 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8218 06:53:52.959 [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:53:52.959 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.959 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.959 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.959 [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:53:52.959 [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:53:52.959 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:52.959 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.959 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.959 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:52.959 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8219 06:53:52.959 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.960 [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:53:52.960 [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:53:52.960 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8219 06:53:52.960 [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:53:52.961 [: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:53:52.961 [: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:53:52.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L734, 127.0.0.1:8218, complete]! 06:53:52.962 [: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:53:52.962 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:52.962 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:52.962 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8218 06:53:52.962 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8218 06:53:52.962 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8218] stopping ... 06:53:52.962 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8218, address /127.0.0.1 06:53:52.962 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8218] has stopped. 06:53:52.962 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8218 06:53:52.963 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:52.963 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8219 06:53:52.963 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8219 06:53:52.963 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] stopping ... 06:53:52.963 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8219, address /0.0.0.0 06:53:52.963 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] has stopped. 06:53:52.963 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8219 06:53:52.963 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:53:52.964 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:52.964 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest 06:53:52.966 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:53:52.967 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.967 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.967 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.967 [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:53:52.968 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.969 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.969 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.969 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.969 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.969 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8220 06:53:52.969 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.969 [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:53:52.969 [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:53:52.970 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8220 06:53:52.970 [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:53:52.970 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.970 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.970 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.971 [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:53:52.971 [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:53:52.971 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:52.971 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.972 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.972 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:52.972 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8221 06:53:52.972 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.972 [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:53:52.972 [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:53:52.972 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8221 06:53:52.972 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8221 06:53:52.972 [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:53:52.975 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.975 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.975 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.975 [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:53:52.976 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:52.977 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:52.978 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.978 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.978 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:52.978 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8222 06:53:52.978 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.978 [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:53:52.978 [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:53:52.978 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8222 06:53:52.979 [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:53:52.979 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:52.979 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:52.980 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:52.980 [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:53:52.980 [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:53:52.980 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:52.981 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:52.981 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:52.981 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:52.981 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8223 06:53:52.981 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:52.981 [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:53:52.981 [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:53:52.982 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8223 06:53:52.982 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8223 06:53:52.982 [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:53:52.982 [: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:53:52.983 [: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:53:52.983 [: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-59244], NON-POST MID=59244, 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:53:52.984 [: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-5418BC65EE46CDB8], NON-POST MID=59244, Token=5418BC65EE46CDB8, 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:53:52.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8222-59244], KeyToken[127.0.0.1:8222-5418BC65EE46CDB8]] 06:53:52.984 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8222 06:53:52.984 [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=59244, Token=5418BC65EE46CDB8, 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:53:52.984 [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:53:52.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8223-59244] 06:53:52.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8220 ==[ CoAP Request ]============================================= MID : 59244 Token : 5418BC65EE46CDB8 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:53:52.986 [: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:53:52.986 [: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-1499], NON-POST MID= 1499, 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:53:52.987 [: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-0CCD64760A483DD1], NON-POST MID= 1499, Token=0CCD64760A483DD1, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:53:52.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8220-1499], KeyToken[127.0.0.1:8220-0CCD64760A483DD1]] 06:53:52.987 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8220 06:53:52.987 [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= 1499, Token=0CCD64760A483DD1, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:53:52.987 [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:53:52.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8221-1499] 06:53:52.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:52.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, 127.0.0.1:8221] replace NON-POST MID= 1499, Token=0CCD64760A483DD1, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID= 1499, Token=0CCD64760A483DD1, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:53:52.989 [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:53:52.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, 127.0.0.1:8221, complete]! 06:53:52.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R738, 127.0.0.1:8221, complete] completed NON-2.04 MID=15548, Token=0CCD64760A483DD1, 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:53:52.990 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8221 06:53:52.990 [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=15548, Token=0CCD64760A483DD1, 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:53:52.990 [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:53:52.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8220-15548] 06:53:52.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737, 127.0.0.1:8220, complete]! 06:53:52.990 [: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-0CCD64760A483DD1] 06:53:52.990 [: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-1499] 06:53:52.990 [: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= 1499, Token=0CCD64760A483DD1, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:53:52.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:52.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer 06:53:52.991 [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:53:52.991 [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:53:52.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736, 127.0.0.1:8223, complete]! 06:53:52.991 [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=11046, Token=5418BC65EE46CDB8, 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:53:53.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 51 bytes to 127.0.0.1:8223 06:53:53.042 [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=11046, Token=5418BC65EE46CDB8, 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:53:53.042 [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:53:53.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:8222-11046] 06:53:53.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.042 [: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:53:53.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735, 127.0.0.1:8222, complete]! 06:53:53.043 [: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-5418BC65EE46CDB8] 06:53:53.043 [: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-59244] 06:53:53.043 [: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=59244, Token=5418BC65EE46CDB8, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, -/- NON-POST MID=59244, Token=5418BC65EE46CDB8, 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:53:53.043 [: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=59244, Token=5418BC65EE46CDB8] 06:53:53.043 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.043 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.044 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8220 06:53:53.044 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8220 06:53:53.044 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] stopping ... 06:53:53.044 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8220, address /127.0.0.1 06:53:53.044 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] has stopped. 06:53:53.044 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8220 06:53:53.044 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.044 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.045 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8221 06:53:53.045 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8221 06:53:53.045 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8221] stopping ... 06:53:53.045 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8221, address /0.0.0.0 06:53:53.045 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8221] has stopped. 06:53:53.045 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8221 06:53:53.045 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.045 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.045 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8222 06:53:53.046 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8222 06:53:53.046 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8222] stopping ... 06:53:53.046 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8222, address /127.0.0.1 06:53:53.046 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8222] has stopped. 06:53:53.046 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8222 06:53:53.046 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.046 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.046 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8223 06:53:53.046 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8223 06:53:53.046 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8223] stopping ... 06:53:53.046 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8223, address /0.0.0.0 06:53:53.046 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8223] has stopped. 06:53:53.046 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8223 06:53:53.047 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:53:53.047 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:53:53.048 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.049 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.049 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.049 [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:53:53.049 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.050 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.050 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.050 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.050 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.050 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8224 06:53:53.050 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.051 [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:53:53.051 [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:53:53.051 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8224 06:53:53.051 [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:53:53.051 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.051 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.051 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.052 [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:53:53.052 [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:53:53.052 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.052 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.052 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.052 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.052 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8225 06:53:53.052 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.053 [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:53:53.053 [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:53:53.053 [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:53:53.053 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8225 06:53:53.053 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8225 06:53:53.053 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.053 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.053 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.053 [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:53:53.054 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.054 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.054 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.054 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.055 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8226 06:53:53.055 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.055 [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:53:53.055 [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:53:53.055 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8226 06:53:53.055 [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:53:53.056 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.056 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.056 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.056 [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:53:53.057 [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:53:53.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.057 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.057 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8227 06:53:53.057 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.058 [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:53:53.058 [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:53:53.058 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8227 06:53:53.058 [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:53:53.058 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8227 06:53:53.058 [: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:53:53.059 [: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:53:53.059 [: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-5911], NON-POST MID= 5911, 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:53:53.059 [: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-34115956BECB891F], NON-POST MID= 5911, Token=34115956BECB891F, 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:53:53.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8226-5911], KeyToken[127.0.0.1:8226-34115956BECB891F]] 06:53:53.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 189 bytes to 127.0.0.1:8226 06:53:53.060 [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= 5911, Token=34115956BECB891F, 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:53:53.060 [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:53:53.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8227-5911] 06:53:53.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8224 ==[ CoAP Request ]============================================= MID : 5911 Token : 34115956BECB891F 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:53:53.061 [: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:53:53.061 [: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:53:53.061 [: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:53:53.061 [: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:53:53.061 [: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-23811], NON-POST MID=23811, 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:53:53.062 [: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-4CC3A0B02C581AE9], NON-POST MID=23811, Token=4CC3A0B02C581AE9, 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:53:53.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8224-23811], KeyToken[127.0.0.1:8224-4CC3A0B02C581AE9]] 06:53:53.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 54 bytes to 127.0.0.1:8224 06:53:53.062 [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=23811, Token=4CC3A0B02C581AE9, 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:53:53.062 [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:53:53.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8225-23811] 06:53:53.063 [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:53:53.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742, 127.0.0.1:8225, complete]! 06:53:53.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R742, 127.0.0.1:8225, complete] completed NON-4.13 MID=26639, Token=4CC3A0B02C581AE9, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:53:53.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 45 bytes to 127.0.0.1:8225 06:53:53.063 [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=26639, Token=4CC3A0B02C581AE9, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:53:53.063 [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:53:53.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:8224-26639] 06:53:53.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=26639, Token=4CC3A0B02C581AE9, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:53:53.064 [: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:53:53.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741, 127.0.0.1:8224, complete]! 06:53:53.064 [: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-4CC3A0B02C581AE9] 06:53:53.064 [: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-23811] 06:53:53.064 [: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=23811, Token=4CC3A0B02C581AE9, 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=23811, Token=4CC3A0B02C581AE9, 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:53:53.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.064 [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:53:53.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740, 127.0.0.1:8227, complete]! 06:53:53.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R740, 127.0.0.1:8227, complete] completed NON-4.13 MID=23849, Token=34115956BECB891F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:53:53.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 45 bytes to 127.0.0.1:8227 06:53:53.065 [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=23849, Token=34115956BECB891F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:53:53.065 [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:53:53.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:8226-23849] 06:53:53.065 [: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:53:53.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=23849, Token=34115956BECB891F, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:53:53.065 [: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:53:53.066 [: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= 5911, Token=34115956BECB891F, 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=34115956BECB891F, 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:53:53.066 [: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:53:53.066 [: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=34115956BECB891F, 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=34115956BECB891F, 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:53:53.067 [: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-5912], NON-POST MID= 5912, Token=34115956BECB891F, 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:53:53.067 [: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-5911] 06:53:53.067 [: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-34115956BECB891F], NON-POST MID= 5912, Token=34115956BECB891F, 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:53:53.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8226-5912], KeyToken[127.0.0.1:8226-34115956BECB891F]] 06:53:53.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 130 bytes to 127.0.0.1:8226 06:53:53.067 [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= 5912, Token=34115956BECB891F, 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:53:53.068 [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:53:53.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8227-5912] 06:53:53.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8224 ==[ CoAP Request ]============================================= MID : 5912 Token : 34115956BECB891F 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:53:53.068 [: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:53:53.068 [: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:53:53.068 [: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:53:53.068 [: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:53:53.068 [: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-23812], NON-POST MID=23812, 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:53:53.069 [: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-8423D1E690279B71], NON-POST MID=23812, Token=8423D1E690279B71, 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:53:53.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8224-23812], KeyToken[127.0.0.1:8224-8423D1E690279B71]] 06:53:53.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 54 bytes to 127.0.0.1:8224 06:53:53.069 [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=23812, Token=8423D1E690279B71, 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:53:53.069 [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:53:53.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8225-23812] 06:53:53.069 [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:53:53.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R745, 127.0.0.1:8225, complete]! 06:53:53.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R745, 127.0.0.1:8225, complete] completed NON-4.13 MID=26640, Token=8423D1E690279B71, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:53:53.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 45 bytes to 127.0.0.1:8225 06:53:53.070 [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=26640, Token=8423D1E690279B71, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:53:53.070 [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:53:53.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:8224-26640] 06:53:53.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=26640, Token=8423D1E690279B71, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:53:53.071 [: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:53:53.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L744, 127.0.0.1:8224, complete]! 06:53:53.071 [: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-8423D1E690279B71] 06:53:53.071 [: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-23812] 06:53:53.071 [: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=23812, Token=8423D1E690279B71, 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=23812, Token=8423D1E690279B71, 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:53:53.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.071 [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:53:53.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R743, 127.0.0.1:8227, complete]! 06:53:53.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R743, 127.0.0.1:8227, complete] completed NON-4.13 MID=23850, Token=34115956BECB891F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:53:53.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 45 bytes to 127.0.0.1:8227 06:53:53.072 [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=23850, Token=34115956BECB891F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:53:53.072 [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:53:53.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-23850] 06:53:53.072 [: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:53:53.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=23850, Token=34115956BECB891F, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:53:53.073 [: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:53:53.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, 127.0.0.1:8226, complete]! 06:53:53.073 [: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-34115956BECB891F] 06:53:53.073 [: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-5912] 06:53:53.073 [: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= 5911, Token=34115956BECB891F, 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= 5912, Token=34115956BECB891F, 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 : 34115956BECB891F Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 15 ms Payload: 29 Bytes =============================================================== 06:53:53.074 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.074 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.074 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8224 06:53:53.074 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8224 06:53:53.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8224] stopping ... 06:53:53.074 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8224, address /127.0.0.1 06:53:53.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8224] has stopped. 06:53:53.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8224 06:53:53.075 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.075 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8225 06:53:53.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8225 06:53:53.075 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8225] stopping ... 06:53:53.075 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8225, address /0.0.0.0 06:53:53.075 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8225] has stopped. 06:53:53.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8225 06:53:53.075 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.075 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8226 06:53:53.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8226 06:53:53.076 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8226] stopping ... 06:53:53.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8226, address /127.0.0.1 06:53:53.076 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8226] has stopped. 06:53:53.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8226 06:53:53.076 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.076 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.076 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8227 06:53:53.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8227 06:53:53.076 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8227] stopping ... 06:53:53.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8227, address /0.0.0.0 06:53:53.076 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8227] has stopped. 06:53:53.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8227 06:53:53.077 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:53:53.077 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:53:53.079 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.079 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.079 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.079 [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:53:53.079 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.080 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.080 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.080 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.080 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.080 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8228 06:53:53.081 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:53:53.081 [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:53:53.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:53:53.081 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8228 06:53:53.081 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.081 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.082 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.082 [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:53:53.082 [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:53:53.141 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.141 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.141 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.141 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.141 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8229 06:53:53.141 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.142 [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:53:53.142 [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:53:53.142 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8229 06:53:53.142 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8229 06:53:53.142 [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:53:53.142 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.142 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.143 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.143 [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:53:53.143 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.144 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.144 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.144 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.144 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.144 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8230 06:53:53.144 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.145 [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:53:53.145 [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:53:53.145 [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:53:53.145 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8230 06:53:53.146 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.146 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.146 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.146 [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:53:53.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:53:53.147 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.147 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.147 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.147 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.147 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8231 06:53:53.147 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.147 [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:53:53.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:53:53.148 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8231 06:53:53.148 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8231 06:53:53.148 [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:53:53.148 [: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:53:53.148 [: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:53:53.149 [: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:53:53.149 [: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-11655], CON-POST MID=11655, 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:53:53.149 [: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-E41A0CF85DC3AA12], CON-POST MID=11655, Token=E41A0CF85DC3AA12, 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:53:53.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8230-11655], KeyToken[127.0.0.1:8230-E41A0CF85DC3AA12]] 06:53:53.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 189 bytes to 127.0.0.1:8230 06:53:53.150 [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=11655, Token=E41A0CF85DC3AA12, 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:53:53.150 [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:53:53.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8231-11655] 06:53:53.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8228 ==[ CoAP Request ]============================================= MID : 11655 Token : E41A0CF85DC3AA12 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:53:53.151 [: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:53:53.151 [: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:53:53.151 [: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:53:53.151 [: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:53:53.151 [: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:53:53.152 [: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-5173], CON-POST MID= 5173, 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:53:53.152 [: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-BCDB87BD69B4B853], CON-POST MID= 5173, Token=BCDB87BD69B4B853, 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:53:53.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-5173], KeyToken[127.0.0.1:8228-BCDB87BD69B4B853]] 06:53:53.153 [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= 5173, Token=BCDB87BD69B4B853, 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:53:53.153 [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:53:53.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-5173] 06:53:53.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 54 bytes to 127.0.0.1:8228 06:53:53.153 [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:53:53.153 [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:53:53.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:53:53.153 [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:53:53.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R749, 127.0.0.1:8229, complete]! 06:53:53.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R749, 127.0.0.1:8229, complete] completed ACK-2.31 MID= 5173, Token=BCDB87BD69B4B853, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:53:53.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 15 bytes to 127.0.0.1:8229 06:53:53.154 [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= 5173, Token=BCDB87BD69B4B853, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:53:53.154 [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:53:53.154 [: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:53:53.154 [: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:53:53.154 [: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= 5173, Token=BCDB87BD69B4B853, 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:53:53.155 [: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:53:53.155 [: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:53:53.155 [: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-5174], CON-POST MID= 5174, 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:53:53.155 [: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-5173] 06:53:53.155 [: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-EC6DCCFA68A42FC3], CON-POST MID= 5174, Token=EC6DCCFA68A42FC3, 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:53:53.155 [: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-BCDB87BD69B4B853] 06:53:53.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-5174], KeyToken[127.0.0.1:8228-EC6DCCFA68A42FC3]] 06:53:53.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 51 bytes to 127.0.0.1:8228 06:53:53.156 [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= 5174, Token=EC6DCCFA68A42FC3, 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:53:53.156 [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:53:53.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-5174] 06:53:53.156 [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:53:53.156 [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= 5174, Token=EC6DCCFA68A42FC3, 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:53:53.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:53:53.156 [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:53:53.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750, 127.0.0.1:8229, complete]! 06:53:53.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R750, 127.0.0.1:8229, complete] completed ACK-2.31 MID= 5174, Token=EC6DCCFA68A42FC3, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:53:53.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 15 bytes to 127.0.0.1:8229 06:53:53.157 [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= 5174, Token=EC6DCCFA68A42FC3, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:53:53.157 [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:53:53.157 [: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:53:53.157 [: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:53:53.157 [: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= 5174, Token=EC6DCCFA68A42FC3, 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:53:53.157 [: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:53:53.157 [: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:53:53.157 [: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-5175], CON-POST MID= 5175, 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:53:53.157 [: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-5174] 06:53:53.158 [: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-2CFE44F1E3D8A43A], CON-POST MID= 5175, Token=2CFE44F1E3D8A43A, 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:53:53.158 [: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-EC6DCCFA68A42FC3] 06:53:53.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-5175], KeyToken[127.0.0.1:8228-2CFE44F1E3D8A43A]] 06:53:53.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 51 bytes to 127.0.0.1:8228 06:53:53.158 [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= 5175, Token=2CFE44F1E3D8A43A, 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:53:53.158 [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:53:53.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-5175] 06:53:53.158 [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:53:53.158 [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= 5175, Token=2CFE44F1E3D8A43A, 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:53:53.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:53:53.158 [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:53:53.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R751, 127.0.0.1:8229, complete]! 06:53:53.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R751, 127.0.0.1:8229, complete] completed ACK-2.31 MID= 5175, Token=2CFE44F1E3D8A43A, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:53:53.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8229 06:53:53.159 [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= 5175, Token=2CFE44F1E3D8A43A, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:53:53.159 [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:53:53.159 [: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:53:53.159 [: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:53:53.159 [: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= 5175, Token=2CFE44F1E3D8A43A, 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:53:53.160 [: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:53:53.160 [: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:53:53.160 [: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-5176], CON-POST MID= 5176, 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:53:53.160 [: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-5175] 06:53:53.160 [: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-68083BDAE8119EC2], CON-POST MID= 5176, Token=68083BDAE8119EC2, 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:53:53.160 [: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-2CFE44F1E3D8A43A] 06:53:53.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-5176], KeyToken[127.0.0.1:8228-68083BDAE8119EC2]] 06:53:53.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8228 06:53:53.160 [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= 5176, Token=68083BDAE8119EC2, 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:53:53.160 [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:53:53.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-5176] 06:53:53.161 [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:53:53.161 [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= 5176, Token=68083BDAE8119EC2, 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:53:53.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:53:53.161 [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:53:53.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752, 127.0.0.1:8229, complete]! 06:53:53.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R752, 127.0.0.1:8229, complete] completed ACK-2.31 MID= 5176, Token=68083BDAE8119EC2, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:53:53.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 15 bytes to 127.0.0.1:8229 06:53:53.162 [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= 5176, Token=68083BDAE8119EC2, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:53:53.162 [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:53:53.162 [: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:53:53.162 [: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:53:53.163 [: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= 5176, Token=68083BDAE8119EC2, 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:53:53.163 [: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:53:53.163 [: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:53:53.163 [: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-5177], CON-POST MID= 5177, 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:53:53.163 [: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-5176] 06:53:53.163 [: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-68BF0F6E0DD726CA], CON-POST MID= 5177, Token=68BF0F6E0DD726CA, 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:53:53.163 [: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-68083BDAE8119EC2] 06:53:53.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-5177], KeyToken[127.0.0.1:8228-68BF0F6E0DD726CA]] 06:53:53.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:8228 06:53:53.164 [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= 5177, Token=68BF0F6E0DD726CA, 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:53:53.164 [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:53:53.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-5177] 06:53:53.164 [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:53:53.164 [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= 5177, Token=68BF0F6E0DD726CA, 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:53:53.164 [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:53:53.164 [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:53:53.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:53:53.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.165 [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:53:53.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R753, 127.0.0.1:8229, complete]! 06:53:53.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R753, 127.0.0.1:8229, complete] completed ACK-2.04 MID= 5177, Token=68BF0F6E0DD726CA, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:53:53.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 26 bytes to 127.0.0.1:8229 06:53:53.166 [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= 5177, Token=68BF0F6E0DD726CA, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:53:53.166 [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:53:53.166 [: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:53:53.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8228, complete]! 06:53:53.166 [: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-68BF0F6E0DD726CA] 06:53:53.166 [: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-5177] 06:53:53.166 [: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= 5173, Token=BCDB87BD69B4B853, 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= 5177, Token=68BF0F6E0DD726CA, 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:53:53.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.167 [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:53:53.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R747, 127.0.0.1:8231, complete]! 06:53:53.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R747, 127.0.0.1:8231, complete] completed ACK-2.04 MID=11655, Token=E41A0CF85DC3AA12, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:53:53.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 26 bytes to 127.0.0.1:8231 06:53:53.167 [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=11655, Token=E41A0CF85DC3AA12, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:53:53.167 [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:53:53.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.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:53:53.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L746, 127.0.0.1:8230, complete]! 06:53:53.168 [: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-E41A0CF85DC3AA12] 06:53:53.168 [: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-11655] 06:53:53.168 [: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=11655, Token=E41A0CF85DC3AA12, 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=11655, Token=E41A0CF85DC3AA12, 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 : 11655 Token : E41A0CF85DC3AA12 Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 19 ms Payload: 0 Bytes =============================================================== 06:53:53.169 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.169 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.169 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8228 06:53:53.169 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8228 06:53:53.169 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8228] stopping ... 06:53:53.169 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8228, address /127.0.0.1 06:53:53.170 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8228] has stopped. 06:53:53.170 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8228 06:53:53.170 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.170 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.170 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8229 06:53:53.170 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8229 06:53:53.170 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8229] stopping ... 06:53:53.170 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8229, address /0.0.0.0 06:53:53.170 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8229] has stopped. 06:53:53.170 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8229 06:53:53.170 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.170 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.171 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8230 06:53:53.171 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8230 06:53:53.171 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8230] stopping ... 06:53:53.171 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8230, address /127.0.0.1 06:53:53.171 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8230] has stopped. 06:53:53.171 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8230 06:53:53.171 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.171 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.171 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8231 06:53:53.171 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8231 06:53:53.171 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8231] stopping ... 06:53:53.171 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8231, address /0.0.0.0 06:53:53.171 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8231] has stopped. 06:53:53.171 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8231 06:53:53.172 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:53:53.172 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:53:53.173 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.173 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.173 [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:53:53.174 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.174 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.174 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.175 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.175 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8232 06:53:53.175 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.175 [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:53:53.175 [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:53:53.175 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8232 06:53:53.175 [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:53:53.175 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.175 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.175 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.175 [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:53:53.175 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 06:53:53.176 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.176 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.176 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.176 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.176 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8233 06:53:53.176 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.176 [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:53:53.184 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8233 06:53:53.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 06:53:53.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 06:53:53.184 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8233 06:53:53.184 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.184 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.184 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.184 [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:53:53.184 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.185 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.185 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.185 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.185 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.185 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8234 06:53:53.185 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.186 [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:53:53.186 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8234 06:53:53.186 [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:53:53.186 [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:53:53.186 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.186 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.187 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.187 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:53.187 [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:53:53.187 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.187 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.187 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.187 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.187 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8235 06:53:53.187 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.188 [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:53:53.188 [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:53:53.188 [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:53:53.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8235 06:53:53.188 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8235 06:53:53.188 [: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:53:53.188 [: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:53:53.189 [: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:53:53.241 [: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-56154], CON-POST MID=56154, 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:53:53.241 [: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-282C25108A12072F], CON-POST MID=56154, Token=282C25108A12072F, 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:53:53.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8234-56154], KeyToken[127.0.0.1:8234-282C25108A12072F]] 06:53:53.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 58 bytes to 127.0.0.1:8234 06:53:53.242 [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=56154, Token=282C25108A12072F, 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:53:53.242 [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:53:53.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-56154] 06:53:53.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8232 ==[ CoAP Request ]============================================= MID : 56154 Token : 282C25108A12072F 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:53:53.243 [: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:53:53.243 [: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:53:53.243 [: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-32588], CON-POST MID=32588, 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:53:53.243 [: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-0CEB1D1EB66A3F62], CON-POST MID=32588, Token=0CEB1D1EB66A3F62, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:53:53.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-32588], KeyToken[127.0.0.1:8232-0CEB1D1EB66A3F62]] 06:53:53.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 34 bytes to 127.0.0.1:8232 06:53:53.244 [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=32588, Token=0CEB1D1EB66A3F62, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:53:53.244 [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:53:53.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8233-32588] 06:53:53.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R757, 127.0.0.1:8233] replace CON-POST MID=32588, Token=0CEB1D1EB66A3F62, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=32588, Token=0CEB1D1EB66A3F62, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:53:53.245 [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:53:53.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R757, 127.0.0.1:8233, complete]! 06:53:53.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R757, 127.0.0.1:8233, complete] completed ACK-2.04 MID=32588, Token=0CEB1D1EB66A3F62, 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:53:53.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 153 bytes to 127.0.0.1:8233 06:53:53.246 [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=32588, Token=0CEB1D1EB66A3F62, 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:53:53.246 [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:53:53.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L756, 127.0.0.1:8232, complete]! 06:53:53.246 [: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-0CEB1D1EB66A3F62] 06:53:53.246 [: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-32588] 06:53:53.246 [: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=32588, Token=0CEB1D1EB66A3F62, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:53:53.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.246 [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:53:53.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R755, 127.0.0.1:8235, complete]! 06:53:53.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R755, 127.0.0.1:8235, complete] completed ACK-2.04 MID=56154, Token=282C25108A12072F, 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:53:53.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 153 bytes to 127.0.0.1:8235 06:53:53.247 [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=56154, Token=282C25108A12072F, 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:53:53.247 [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:53:53.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L754, 127.0.0.1:8234, complete]! 06:53:53.248 [: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-282C25108A12072F] 06:53:53.248 [: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-56154] 06:53:53.248 [: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=56154, Token=282C25108A12072F, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, -/- CON-POST MID=56154, Token=282C25108A12072F, 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 : 56154 Token : 282C25108A12072F Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 59 ms Payload: 128 Bytes --------------------------------------------------------------- 98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:53:53.248 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.248 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.249 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8232 06:53:53.249 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8232 06:53:53.249 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8232] stopping ... 06:53:53.249 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8232, address /127.0.0.1 06:53:53.249 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8232] has stopped. 06:53:53.249 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8232 06:53:53.249 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.249 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.249 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8233 06:53:53.249 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8233 06:53:53.249 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8233] stopping ... 06:53:53.249 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8233, address /0.0.0.0 06:53:53.250 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8233] has stopped. 06:53:53.250 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8233 06:53:53.250 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.250 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.250 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8234 06:53:53.250 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8234 06:53:53.250 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8234] stopping ... 06:53:53.250 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8234, address /127.0.0.1 06:53:53.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8234] has stopped. 06:53:53.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8234 06:53:53.251 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.251 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.251 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8235 06:53:53.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8235 06:53:53.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8235] stopping ... 06:53:53.251 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8235, address /0.0.0.0 06:53:53.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8235] has stopped. 06:53:53.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8235 06:53:53.251 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:53:53.252 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:53:53.253 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.253 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.253 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.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:53:53.254 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.255 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.255 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.255 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.255 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.255 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8236 06:53:53.255 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.256 [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:53:53.256 [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:53:53.256 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8236 06:53:53.256 [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:53:53.256 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.256 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.256 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.256 [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:53:53.256 [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:53:53.257 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.257 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.257 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.257 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.257 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8237 06:53:53.257 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.257 [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:53:53.257 [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:53:53.257 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8237 06:53:53.257 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8237 06:53:53.258 [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:53:53.258 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.258 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.258 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.258 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:53.258 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.259 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.259 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8238 06:53:53.259 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.260 [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:53:53.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:53:53.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8238 06:53:53.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:53:53.261 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.261 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.261 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.261 [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:53:53.261 [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:53:53.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.261 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.261 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8239 06:53:53.262 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.262 [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:53:53.262 [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:53:53.262 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8239 06:53:53.262 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8239 06:53:53.262 [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:53:53.262 [: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:53:53.262 [: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:53:53.263 [: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:53:53.263 [: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-9475], CON-POST MID= 9475, 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:53:53.264 [: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-28315246D93EFBA9], CON-POST MID= 9475, Token=28315246D93EFBA9, 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:53:53.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8238-9475], KeyToken[127.0.0.1:8238-28315246D93EFBA9]] 06:53:53.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 58 bytes to 127.0.0.1:8238 06:53:53.264 [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= 9475, Token=28315246D93EFBA9, 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:53:53.264 [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:53:53.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8239-9475] 06:53:53.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8236 ==[ CoAP Request ]============================================= MID : 9475 Token : 28315246D93EFBA9 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:53:53.265 [: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:53:53.265 [: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:53:53.265 [: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-22794], CON-POST MID=22794, 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:53:53.266 [: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-C048539C8B44EB0B], CON-POST MID=22794, Token=C048539C8B44EB0B, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:53:53.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-22794], KeyToken[127.0.0.1:8236-C048539C8B44EB0B]] 06:53:53.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 34 bytes to 127.0.0.1:8236 06:53:53.266 [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=22794, Token=C048539C8B44EB0B, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:53:53.266 [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:53:53.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-22794] 06:53:53.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R761, 127.0.0.1:8237] replace CON-POST MID=22794, Token=C048539C8B44EB0B, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=22794, Token=C048539C8B44EB0B, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:53:53.267 [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:53:53.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R761, 127.0.0.1:8237, complete]! 06:53:53.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R761, 127.0.0.1:8237, complete] completed ACK-2.04 MID=22794, Token=C048539C8B44EB0B, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:53:53.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8237 06:53:53.269 [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=22794, Token=C048539C8B44EB0B, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:53:53.269 [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:53:53.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L760, 127.0.0.1:8236, complete]! 06:53:53.269 [: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-C048539C8B44EB0B] 06:53:53.269 [: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-22794] 06:53:53.269 [: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=22794, Token=C048539C8B44EB0B, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:53:53.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.269 [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:53:53.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R759, 127.0.0.1:8239, complete]! 06:53:53.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R759, 127.0.0.1:8239, complete] completed ACK-2.04 MID= 9475, Token=28315246D93EFBA9, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:53:53.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 29 bytes to 127.0.0.1:8239 06:53:53.270 [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= 9475, Token=28315246D93EFBA9, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:53:53.270 [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:53:53.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.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:53:53.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L758, 127.0.0.1:8238, complete]! 06:53:53.271 [: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-28315246D93EFBA9] 06:53:53.271 [: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-9475] 06:53:53.271 [: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= 9475, Token=28315246D93EFBA9, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8236/resource"}, -/- CON-POST MID= 9475, Token=28315246D93EFBA9, 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 : 9475 Token : 28315246D93EFBA9 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 7 ms Payload: 4 Bytes --------------------------------------------------------------- test =============================================================== 06:53:53.271 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.271 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.272 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8236 06:53:53.272 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8236 06:53:53.272 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8236] stopping ... 06:53:53.272 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8236, address /127.0.0.1 06:53:53.272 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8236] has stopped. 06:53:53.272 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8236 06:53:53.272 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.272 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.272 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8237 06:53:53.272 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8237 06:53:53.272 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8237] stopping ... 06:53:53.272 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8237, address /0.0.0.0 06:53:53.272 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8237] has stopped. 06:53:53.273 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8237 06:53:53.273 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.273 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.273 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8238 06:53:53.273 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8238 06:53:53.273 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8238] stopping ... 06:53:53.273 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8238, address /127.0.0.1 06:53:53.273 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8238] has stopped. 06:53:53.273 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8238 06:53:53.273 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.273 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.273 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8239 06:53:53.273 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8239 06:53:53.273 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8239] stopping ... 06:53:53.273 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8239, address /0.0.0.0 06:53:53.274 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8239] has stopped. 06:53:53.274 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8239 06:53:53.274 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:53:53.275 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:53:53.276 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.276 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.276 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.276 [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:53:53.276 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.277 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.277 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.277 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.277 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.277 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8240 06:53:53.277 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.278 [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:53:53.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:53:53.278 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8240 06:53:53.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:53:53.278 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.278 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.278 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.279 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:53.279 [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:53:53.279 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.279 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.279 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.279 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.279 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8241 06:53:53.279 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 06:53:53.280 [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:53:53.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8241 06:53:53.280 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8241 06:53:53.280 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 06:53:53.280 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.280 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.280 [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:53:53.281 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.281 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.281 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.282 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.282 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8242 06:53:53.282 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:53:53.282 [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:53:53.282 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8242 06:53:53.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:53:53.283 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.283 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.283 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.283 [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:53:53.284 [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:53:53.284 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.284 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.284 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.284 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.284 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8243 06:53:53.284 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.285 [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:53:53.285 [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:53:53.285 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8243 06:53:53.285 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8243 06:53:53.285 [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:53:53.285 [: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:53:53.285 [: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:53:53.286 [: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:53:53.286 [: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-39022], CON-POST MID=39022, 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:53:53.286 [: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-70309034963132B2], CON-POST MID=39022, Token=70309034963132B2, 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:53:53.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-39022], KeyToken[127.0.0.1:8242-70309034963132B2]] 06:53:53.287 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:53.287 [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=39022, Token=70309034963132B2, 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:53:53.287 [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:53:53.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-39022] 06:53:53.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8240 ==[ CoAP Request ]============================================= MID : 39022 Token : 70309034963132B2 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:53:53.288 [: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:53:53.288 [: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:53:53.288 [: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-63729], CON-POST MID=63729, 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:53:53.288 [: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-F08AC87830CD45B6], CON-POST MID=63729, Token=F08AC87830CD45B6, 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:53:53.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-63729], KeyToken[127.0.0.1:8240-F08AC87830CD45B6]] 06:53:53.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8240 06:53:53.288 [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=63729, Token=F08AC87830CD45B6, 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:53:53.288 [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:53:53.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8241-63729] 06:53:53.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R765, 127.0.0.1:8241] replace CON-POST MID=63729, Token=F08AC87830CD45B6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=63729, Token=F08AC87830CD45B6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:53:53.290 [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:53:53.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R765, 127.0.0.1:8241, complete]! 06:53:53.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R765, 127.0.0.1:8241, complete] completed ACK-2.04 MID=63729, Token=F08AC87830CD45B6, 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:53:53.291 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 281 bytes to 127.0.0.1:8241 06:53:53.291 [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=63729, Token=F08AC87830CD45B6, 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:53:53.291 [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:53:53.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L764, 127.0.0.1:8240, complete]! 06:53:53.341 [: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-F08AC87830CD45B6] 06:53:53.341 [: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-63729] 06:53:53.341 [: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=63729, Token=F08AC87830CD45B6, 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:53:53.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer 06:53:53.341 [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:53:53.341 [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:53:53.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R763, 127.0.0.1:8243, complete]! 06:53:53.342 [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=39022, Token=70309034963132B2, 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:53:53.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 52 bytes to 127.0.0.1:8243 06:53:53.342 [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=39022, Token=70309034963132B2, 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:53:53.342 [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:53:53.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.342 [: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=39022, Token=70309034963132B2, 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:53:53.343 [: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:53:53.343 [: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=39022, Token=70309034963132B2, 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:53:53.343 [: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:53:53.343 [: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:53:53.344 [: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-39023], CON-POST MID=39023, 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:53:53.344 [: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-39022] 06:53:53.344 [: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-F0B0A2A1B83B2B3F], CON-POST MID=39023, Token=F0B0A2A1B83B2B3F, 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:53:53.344 [: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-70309034963132B2] 06:53:53.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-39023], KeyToken[127.0.0.1:8242-F0B0A2A1B83B2B3F]] 06:53:53.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 49 bytes to 127.0.0.1:8242 06:53:53.345 [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=39023, Token=F0B0A2A1B83B2B3F, 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:53:53.345 [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:53:53.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-39023] 06:53:53.346 [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:53:53.346 [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:53:53.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766, 127.0.0.1:8243, complete]! 06:53:53.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R766, 127.0.0.1:8243, complete] completed ACK-2.04 MID=39023, Token=F0B0A2A1B83B2B3F, 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:53:53.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 49 bytes to 127.0.0.1:8243 06:53:53.347 [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=39023, Token=F0B0A2A1B83B2B3F, 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:53:53.347 [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:53:53.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.347 [: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:53:53.347 [: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=39023, Token=F0B0A2A1B83B2B3F, 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:53:53.347 [: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:53:53.347 [: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:53:53.347 [: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-39024], CON-POST MID=39024, 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:53:53.348 [: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-39023] 06:53:53.348 [: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-1C0D6F08CB6C73DF], CON-POST MID=39024, Token=1C0D6F08CB6C73DF, 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:53:53.348 [: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-F0B0A2A1B83B2B3F] 06:53:53.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-39024], KeyToken[127.0.0.1:8242-1C0D6F08CB6C73DF]] 06:53:53.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 49 bytes to 127.0.0.1:8242 06:53:53.349 [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=39024, Token=1C0D6F08CB6C73DF, 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:53:53.349 [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:53:53.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-39024] 06:53:53.349 [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:53:53.349 [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:53:53.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R767, 127.0.0.1:8243, complete]! 06:53:53.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R767, 127.0.0.1:8243, complete] completed ACK-2.04 MID=39024, Token=1C0D6F08CB6C73DF, 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:53:53.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 49 bytes to 127.0.0.1:8243 06:53:53.350 [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=39024, Token=1C0D6F08CB6C73DF, 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:53:53.350 [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:53:53.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.350 [: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:53:53.350 [: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=39024, Token=1C0D6F08CB6C73DF, 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:53:53.351 [: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:53:53.351 [: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:53:53.351 [: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-39025], CON-POST MID=39025, 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:53:53.351 [: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-39024] 06:53:53.351 [: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-BC9C073B384CAC51], CON-POST MID=39025, Token=BC9C073B384CAC51, 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:53:53.351 [: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-1C0D6F08CB6C73DF] 06:53:53.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-39025], KeyToken[127.0.0.1:8242-BC9C073B384CAC51]] 06:53:53.351 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8242 06:53:53.352 [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=39025, Token=BC9C073B384CAC51, 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:53:53.352 [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:53:53.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-39025] 06:53:53.352 [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:53:53.352 [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:53:53.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768, 127.0.0.1:8243, complete]! 06:53:53.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R768, 127.0.0.1:8243, complete] completed ACK-2.04 MID=39025, Token=BC9C073B384CAC51, 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:53:53.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8243 06:53:53.353 [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=39025, Token=BC9C073B384CAC51, 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:53:53.353 [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:53:53.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.353 [: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:53:53.353 [: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=39025, Token=BC9C073B384CAC51, 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:53:53.353 [: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:53:53.353 [: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:53:53.354 [: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-39026], CON-POST MID=39026, 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:53:53.354 [: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-39025] 06:53:53.354 [: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-7CA02A2CD22E94D2], CON-POST MID=39026, Token=7CA02A2CD22E94D2, 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:53:53.354 [: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-BC9C073B384CAC51] 06:53:53.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-39026], KeyToken[127.0.0.1:8242-7CA02A2CD22E94D2]] 06:53:53.354 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8242 06:53:53.355 [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=39026, Token=7CA02A2CD22E94D2, 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:53:53.355 [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:53:53.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-39026] 06:53:53.355 [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:53:53.355 [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:53:53.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R769, 127.0.0.1:8243, complete]! 06:53:53.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R769, 127.0.0.1:8243, complete] completed ACK-2.04 MID=39026, Token=7CA02A2CD22E94D2, 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:53:53.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 49 bytes to 127.0.0.1:8243 06:53:53.356 [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=39026, Token=7CA02A2CD22E94D2, 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:53:53.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:53:53.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.356 [: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:53:53.356 [: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=39026, Token=7CA02A2CD22E94D2, 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:53:53.356 [: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:53:53.356 [: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:53:53.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-39027], CON-POST MID=39027, 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:53:53.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-39026] 06:53:53.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-78065CED0E791AF7], CON-POST MID=39027, Token=78065CED0E791AF7, 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:53:53.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-7CA02A2CD22E94D2] 06:53:53.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-39027], KeyToken[127.0.0.1:8242-78065CED0E791AF7]] 06:53:53.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:53:53.357 [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=39027, Token=78065CED0E791AF7, 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:53:53.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:53:53.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-39027] 06:53:53.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=5, currentSzx=1, bufferSize=267, complete=false] 06:53:53.358 [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:53:53.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770, 127.0.0.1:8243, complete]! 06:53:53.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R770, 127.0.0.1:8243, complete] completed ACK-2.04 MID=39027, Token=78065CED0E791AF7, 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:53:53.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:53:53.358 [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=39027, Token=78065CED0E791AF7, 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:53:53.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:53:53.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.359 [: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:53:53.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=39027, Token=78065CED0E791AF7, 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:53:53.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:53:53.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=6)", "Proxy-Uri":"coap://127.0.0.1:8240/resource"}, 06:53:53.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-39028], CON-POST MID=39028, 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:53:53.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-39027] 06:53:53.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-ECE2DCB57CA179A0], CON-POST MID=39028, Token=ECE2DCB57CA179A0, 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:53:53.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-78065CED0E791AF7] 06:53:53.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-39028], KeyToken[127.0.0.1:8242-ECE2DCB57CA179A0]] 06:53:53.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:53:53.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=39028, Token=ECE2DCB57CA179A0, 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:53:53.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:53:53.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-39028] 06:53:53.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=6, currentSzx=1, bufferSize=267, complete=false] 06:53:53.361 [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:53:53.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R771, 127.0.0.1:8243, complete]! 06:53:53.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R771, 127.0.0.1:8243, complete] completed ACK-2.04 MID=39028, Token=ECE2DCB57CA179A0, 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:53:53.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:53:53.361 [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=39028, Token=ECE2DCB57CA179A0, 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:53:53.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:53:53.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.362 [: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:53:53.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=39028, Token=ECE2DCB57CA179A0, 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:53:53.362 [: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:53:53.362 [: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:53:53.362 [: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-39029], CON-POST MID=39029, 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:53:53.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 MID KeyMID[127.0.0.1:8242-39028] 06:53:53.362 [: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-08D6771F5F7BDA12], CON-POST MID=39029, Token=08D6771F5F7BDA12, 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:53:53.363 [: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-ECE2DCB57CA179A0] 06:53:53.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-39029], KeyToken[127.0.0.1:8242-08D6771F5F7BDA12]] 06:53:53.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 49 bytes to 127.0.0.1:8242 06:53:53.363 [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=39029, Token=08D6771F5F7BDA12, 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:53:53.363 [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:53:53.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-39029] 06:53:53.363 [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:53:53.363 [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:53:53.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772, 127.0.0.1:8243, complete]! 06:53:53.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R772, 127.0.0.1:8243, complete] completed ACK-2.04 MID=39029, Token=08D6771F5F7BDA12, 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:53:53.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 49 bytes to 127.0.0.1:8243 06:53:53.364 [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=39029, Token=08D6771F5F7BDA12, 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:53:53.364 [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:53:53.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.364 [: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:53:53.365 [: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=39029, Token=08D6771F5F7BDA12, 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:53:53.365 [: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:53:53.365 [: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:53:53.365 [: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-39030], CON-POST MID=39030, 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:53:53.365 [: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-39029] 06:53:53.365 [: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-882C309E2D835643], CON-POST MID=39030, Token=882C309E2D835643, 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:53:53.365 [: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-08D6771F5F7BDA12] 06:53:53.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-39030], KeyToken[127.0.0.1:8242-882C309E2D835643]] 06:53:53.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 49 bytes to 127.0.0.1:8242 06:53:53.366 [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=39030, Token=882C309E2D835643, 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:53:53.366 [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:53:53.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-39030] 06:53:53.366 [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:53:53.366 [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:53:53.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R773, 127.0.0.1:8243, complete]! 06:53:53.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R773, 127.0.0.1:8243, complete] completed ACK-2.04 MID=39030, Token=882C309E2D835643, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6! 06:53:53.367 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8243 06:53:53.367 [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=39030, Token=882C309E2D835643, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6] 06:53:53.367 [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:53:53.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.367 [: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:53:53.367 [: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:53:53.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=39022, Token=70309034963132B2, 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:53:53.367 [: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=39030, Token=882C309E2D835643, 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=39022, Token=70309034963132B2, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8240/resource"}, "98257387005764743526667350535128".. 128 bytes 06:53:53.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242, complete]! 06:53:53.368 [: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-882C309E2D835643] 06:53:53.368 [: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-39030] 06:53:53.368 [: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=39022, Token=70309034963132B2, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8240/resource"}, "98257387005764743526667350535128".. 128 bytes! 06:53:53.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 06:53:53.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 ==[ CoAP Response ]============================================ MID : 39022 Token : 70309034963132B2 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 82 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:53:53.369 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.369 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8240 06:53:53.369 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8240 06:53:53.370 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8240] stopping ... 06:53:53.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8240, address /127.0.0.1 06:53:53.370 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8240] has stopped. 06:53:53.370 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8240 06:53:53.370 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.370 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8241 06:53:53.370 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8241 06:53:53.370 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8241] stopping ... 06:53:53.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8241, address /0.0.0.0 06:53:53.370 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8241] has stopped. 06:53:53.370 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8241 06:53:53.370 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.370 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8242 06:53:53.371 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8242 06:53:53.371 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8242] stopping ... 06:53:53.371 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8242, address /127.0.0.1 06:53:53.371 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8242] has stopped. 06:53:53.371 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8242 06:53:53.371 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.371 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8243 06:53:53.371 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8243 06:53:53.371 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8243] stopping ... 06:53:53.371 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8243, address /0.0.0.0 06:53:53.371 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8243] has stopped. 06:53:53.371 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8243 06:53:53.372 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:53:53.375 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:53:53.376 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.376 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.376 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.376 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:53.376 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.377 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.377 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.378 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.378 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.378 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8244 06:53:53.378 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.378 [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:53:53.378 [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:53:53.378 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8244 06:53:53.378 [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:53:53.378 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.379 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.379 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.379 [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:53:53.379 [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:53:53.379 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.379 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.379 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.379 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.379 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8245 06:53:53.379 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.380 [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:53:53.380 [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:53:53.380 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8245 06:53:53.380 [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:53:53.380 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8245 06:53:53.380 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.380 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.380 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.380 [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:53:53.380 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.381 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.381 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.381 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.382 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8246 06:53:53.382 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:53:53.382 [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:53:53.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8246 06:53:53.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:53:53.383 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.383 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.383 [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:53:53.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 06:53:53.384 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.384 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.384 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.384 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.384 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8247 06:53:53.384 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.384 [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:53:53.384 [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:53:53.384 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8247 06:53:53.384 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8247 06:53:53.384 [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:53:53.385 [: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:53:53.385 [: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:53:53.385 [: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:53:53.386 [: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-18906], CON-POST MID=18906, 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:53:53.386 [: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-9496ECC58A649D56], CON-POST MID=18906, Token=9496ECC58A649D56, 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:53:53.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8246-18906], KeyToken[127.0.0.1:8246-9496ECC58A649D56]] 06:53:53.386 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8246 06:53:53.387 [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=18906, Token=9496ECC58A649D56, 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:53:53.387 [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:53:53.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8247-18906] 06:53:53.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8244 ==[ CoAP Request ]============================================= MID : 18906 Token : 9496ECC58A649D56 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:53:53.387 [: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:53:53.388 [: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:53:53.388 [: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:53:53.388 [: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:53:53.388 [: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:53:53.388 [: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-34179], CON-POST MID=34179, 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:53:53.388 [: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-6C7A7E9664539ACC], CON-POST MID=34179, Token=6C7A7E9664539ACC, 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:53:53.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-34179], KeyToken[127.0.0.1:8244-6C7A7E9664539ACC]] 06:53:53.388 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8244 06:53:53.389 [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=34179, Token=6C7A7E9664539ACC, 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:53:53.389 [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:53:53.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-34179] 06:53:53.389 [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:53:53.389 [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:53:53.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:53:53.389 [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:53:53.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R777, 127.0.0.1:8245, complete]! 06:53:53.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R777, 127.0.0.1:8245, complete] completed ACK-2.31 MID=34179, Token=6C7A7E9664539ACC, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:53:53.390 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8245 06:53:53.390 [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=34179, Token=6C7A7E9664539ACC, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:53:53.390 [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:53:53.391 [: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:53:53.391 [: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:53:53.391 [: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=34179, Token=6C7A7E9664539ACC, 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:53:53.391 [: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:53:53.391 [: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:53:53.391 [: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-34180], CON-POST MID=34180, 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:53:53.391 [: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-34179] 06:53:53.391 [: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-9C88D7C99A30774B], CON-POST MID=34180, Token=9C88D7C99A30774B, 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:53:53.391 [: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-6C7A7E9664539ACC] 06:53:53.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-34180], KeyToken[127.0.0.1:8244-9C88D7C99A30774B]] 06:53:53.392 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8244 06:53:53.392 [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=34180, Token=9C88D7C99A30774B, 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:53:53.392 [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:53:53.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-34180] 06:53:53.392 [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:53:53.392 [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=34180, Token=9C88D7C99A30774B, 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:53:53.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:53:53.392 [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:53:53.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778, 127.0.0.1:8245, complete]! 06:53:53.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R778, 127.0.0.1:8245, complete] completed ACK-2.31 MID=34180, Token=9C88D7C99A30774B, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:53:53.393 [UDP-Sender-localhost/127.0.0.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:53:53.393 [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=34180, Token=9C88D7C99A30774B, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:53:53.393 [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:53:53.393 [: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:53:53.393 [: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:53:53.393 [: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=34180, Token=9C88D7C99A30774B, 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:53:53.394 [: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:53:53.394 [: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:53:53.394 [: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-34181], CON-POST MID=34181, 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:53:53.394 [: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-34180] 06:53:53.394 [: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-7814BA6F06F87DBA], CON-POST MID=34181, Token=7814BA6F06F87DBA, 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:53:53.394 [: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-9C88D7C99A30774B] 06:53:53.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-34181], KeyToken[127.0.0.1:8244-7814BA6F06F87DBA]] 06:53:53.394 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8244 06:53:53.394 [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=34181, Token=7814BA6F06F87DBA, 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:53:53.394 [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:53:53.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-34181] 06:53:53.394 [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:53:53.441 [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=34181, Token=7814BA6F06F87DBA, 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:53:53.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:53:53.441 [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:53:53.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R779, 127.0.0.1:8245, complete]! 06:53:53.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R779, 127.0.0.1:8245, complete] completed ACK-2.31 MID=34181, Token=7814BA6F06F87DBA, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:53:53.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 15 bytes to 127.0.0.1:8245 06:53:53.442 [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=34181, Token=7814BA6F06F87DBA, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:53:53.442 [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:53:53.443 [: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:53:53.443 [: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:53:53.443 [: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=34181, Token=7814BA6F06F87DBA, 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:53:53.443 [: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:53:53.443 [: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:53:53.443 [: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-34182], CON-POST MID=34182, 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:53:53.443 [: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-34181] 06:53:53.444 [: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-184FAB4927CDC1A5], CON-POST MID=34182, Token=184FAB4927CDC1A5, 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:53:53.444 [: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-7814BA6F06F87DBA] 06:53:53.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-34182], KeyToken[127.0.0.1:8244-184FAB4927CDC1A5]] 06:53:53.444 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:53.444 [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=34182, Token=184FAB4927CDC1A5, 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:53:53.444 [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:53:53.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-34182] 06:53:53.445 [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:53:53.445 [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=34182, Token=184FAB4927CDC1A5, 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:53:53.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:53:53.445 [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:53:53.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780, 127.0.0.1:8245, complete]! 06:53:53.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R780, 127.0.0.1:8245, complete] completed ACK-2.31 MID=34182, Token=184FAB4927CDC1A5, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:53:53.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 15 bytes to 127.0.0.1:8245 06:53:53.446 [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=34182, Token=184FAB4927CDC1A5, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:53:53.446 [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:53:53.446 [: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:53:53.446 [: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:53:53.447 [: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=34182, Token=184FAB4927CDC1A5, 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:53:53.447 [: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:53:53.447 [: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:53:53.447 [: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-34183], CON-POST MID=34183, 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:53:53.448 [: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-34182] 06:53:53.448 [: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-D475C15B8C6AB87A], CON-POST MID=34183, Token=D475C15B8C6AB87A, 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:53:53.448 [: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-184FAB4927CDC1A5] 06:53:53.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-34183], KeyToken[127.0.0.1:8244-D475C15B8C6AB87A]] 06:53:53.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:8244 06:53:53.449 [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=34183, Token=D475C15B8C6AB87A, 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:53:53.449 [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:53:53.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-34183] 06:53:53.449 [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:53:53.449 [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=34183, Token=D475C15B8C6AB87A, 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:53:53.449 [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:53:53.449 [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:53:53.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:53:53.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.450 [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:53:53.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R781, 127.0.0.1:8245, complete]! 06:53:53.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R781, 127.0.0.1:8245, complete] completed ACK-2.04 MID=34183, Token=D475C15B8C6AB87A, 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:53:53.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 284 bytes to 127.0.0.1:8245 06:53:53.452 [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=34183, Token=D475C15B8C6AB87A, 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:53:53.452 [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:53:53.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=false, num=4) 06:53:53.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8244, complete]! 06:53:53.453 [: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-D475C15B8C6AB87A] 06:53:53.453 [: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-34183] 06:53:53.453 [: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=34179, Token=6C7A7E9664539ACC, 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=34183, Token=D475C15B8C6AB87A, 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:53:53.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.453 [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:53:53.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R775, 127.0.0.1:8247, complete]! 06:53:53.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R775, 127.0.0.1:8247, complete] completed ACK-2.04 MID=18906, Token=9496ECC58A649D56, 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:53:53.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 284 bytes to 127.0.0.1:8247 06:53:53.455 [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=18906, Token=9496ECC58A649D56, 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:53:53.455 [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:53:53.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L774, 127.0.0.1:8246, complete]! 06:53:53.458 [: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-9496ECC58A649D56] 06:53:53.458 [: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-18906] 06:53:53.458 [: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=18906, Token=9496ECC58A649D56, 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=18906, Token=9496ECC58A649D56, 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 : 18906 Token : 9496ECC58A649D56 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 72 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:53:53.459 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.459 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.461 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8244 06:53:53.461 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8244 06:53:53.461 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8244] stopping ... 06:53:53.461 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8244, address /127.0.0.1 06:53:53.461 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8244] has stopped. 06:53:53.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8244 06:53:53.462 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.462 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.462 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8245 06:53:53.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8245 06:53:53.462 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8245] stopping ... 06:53:53.462 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8245, address /0.0.0.0 06:53:53.462 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8245] has stopped. 06:53:53.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8245 06:53:53.462 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.462 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.464 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8246 06:53:53.464 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8246 06:53:53.464 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8246] stopping ... 06:53:53.464 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8246, address /127.0.0.1 06:53:53.464 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8246] has stopped. 06:53:53.464 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8246 06:53:53.464 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.464 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.464 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8247 06:53:53.464 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8247 06:53:53.464 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8247] stopping ... 06:53:53.464 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8247, address /0.0.0.0 06:53:53.464 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8247] has stopped. 06:53:53.464 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8247 06:53:53.465 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:53:53.465 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:53.465 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.466 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:53:53.467 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.467 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.467 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.467 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:53.468 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.478 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.479 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.479 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.479 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.479 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8248 06:53:53.479 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.479 [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:53:53.479 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8248 06:53:53.479 [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:53:53.479 [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:53:53.480 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.480 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.480 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.480 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:53.480 [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:53:53.480 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.480 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.480 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.480 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.480 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8249 06:53:53.480 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.481 [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:53:53.481 [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:53:53.481 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8249 06:53:53.481 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8249 06:53:53.481 [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:53:53.481 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.481 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.481 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.481 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:53.482 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.482 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.482 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.483 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.483 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.483 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8250 06:53:53.483 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.483 [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:53:53.483 [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:53:53.483 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8250 06:53:53.483 [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:53:53.484 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.484 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.484 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.484 [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:53:53.485 [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:53:53.485 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.485 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.485 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.485 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.485 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8251 06:53:53.485 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.486 [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:53:53.486 [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:53:53.486 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8251 06:53:53.486 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8251 06:53:53.486 [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:53:53.486 [: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:53:53.487 [: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:53:53.487 [: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-43479], NON-POST MID=43479, 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:53:53.487 [: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-DCA3A3ECB12972A7], NON-POST MID=43479, Token=DCA3A3ECB12972A7, 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:53:53.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8250-43479], KeyToken[127.0.0.1:8250-DCA3A3ECB12972A7]] 06:53:53.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8250 06:53:53.488 [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=43479, Token=DCA3A3ECB12972A7, 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:53:53.488 [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:53:53.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8251-43479] 06:53:53.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8248 ==[ CoAP Request ]============================================= MID : 43479 Token : DCA3A3ECB12972A7 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:53:53.489 [: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:53:53.489 [: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-63594], NON-POST MID=63594, 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:53:53.489 [: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-C0BC70DB19DF5AC9], NON-POST MID=63594, Token=C0BC70DB19DF5AC9, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:53:53.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8248-63594], KeyToken[127.0.0.1:8248-C0BC70DB19DF5AC9]] 06:53:53.489 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8248 06:53:53.490 [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=63594, Token=C0BC70DB19DF5AC9, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:53:53.490 [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:53:53.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63594] 06:53:53.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R785, 127.0.0.1:8249] replace NON-POST MID=63594, Token=C0BC70DB19DF5AC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID=63594, Token=C0BC70DB19DF5AC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:53:53.491 [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:53:53.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R785, 127.0.0.1:8249, complete]! 06:53:53.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R785, 127.0.0.1:8249, complete] completed NON-2.04 MID= 2166, Token=C0BC70DB19DF5AC9, 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:53:53.492 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8249 06:53:53.493 [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= 2166, Token=C0BC70DB19DF5AC9, 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:53:53.493 [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:53:53.493 [: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-2166] 06:53:53.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L784, 127.0.0.1:8248, complete]! 06:53:53.493 [: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-C0BC70DB19DF5AC9] 06:53:53.493 [: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-63594] 06:53:53.493 [: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=63594, Token=C0BC70DB19DF5AC9, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:53:53.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer 06:53:53.493 [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:53:53.494 [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:53:53.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R783, 127.0.0.1:8251, complete]! 06:53:53.494 [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=62427, Token=DCA3A3ECB12972A7, 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:53:53.494 [UDP-Sender-localhost/127.0.0.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:53:53.495 [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=62427, Token=DCA3A3ECB12972A7, 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:53:53.495 [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:53:53.495 [: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-62427] 06:53:53.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.495 [: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:53:53.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L782, 127.0.0.1:8250, complete]! 06:53:53.495 [: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-DCA3A3ECB12972A7] 06:53:53.495 [: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-43479] 06:53:53.495 [: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=43479, Token=DCA3A3ECB12972A7, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8248/resource"}, -/- NON-POST MID=43479, Token=DCA3A3ECB12972A7, 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:53:53.496 [: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=43479, Token=DCA3A3ECB12972A7] 06:53:53.496 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.496 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.496 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8248 06:53:53.496 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8248 06:53:53.496 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8248] stopping ... 06:53:53.496 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8248, address /127.0.0.1 06:53:53.541 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8248] has stopped. 06:53:53.541 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8248 06:53:53.541 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.541 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.541 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8249 06:53:53.541 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8249 06:53:53.541 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8249] stopping ... 06:53:53.541 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8249, address /0.0.0.0 06:53:53.541 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8249] has stopped. 06:53:53.541 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8249 06:53:53.541 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.541 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.542 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8250 06:53:53.542 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8250 06:53:53.542 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8250] stopping ... 06:53:53.542 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8250, address /127.0.0.1 06:53:53.542 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8250] has stopped. 06:53:53.542 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8250 06:53:53.542 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.542 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.542 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8251 06:53:53.542 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8251 06:53:53.542 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8251] stopping ... 06:53:53.542 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8251, address /0.0.0.0 06:53:53.542 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8251] has stopped. 06:53:53.542 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8251 06:53:53.543 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:53:53.543 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:53:53.544 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.544 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.544 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.544 [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:53:53.544 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.545 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.545 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.545 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.545 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.545 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8252 06:53:53.545 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.545 [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:53:53.545 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8252 06:53:53.545 [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:53:53.545 [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:53:53.546 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.546 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.546 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.546 [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:53:53.546 [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:53:53.546 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.546 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.546 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.546 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.546 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8253 06:53:53.546 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.547 [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:53:53.547 [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:53:53.547 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8253 06:53:53.547 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8253 06:53:53.547 [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:53:53.547 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.547 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.547 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.547 [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:53:53.547 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.548 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.548 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.548 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.548 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.548 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8254 06:53:53.548 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.548 [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:53:53.548 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8254 06:53:53.549 [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:53:53.549 [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:53:53.549 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.549 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.549 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.549 [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:53:53.549 [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:53:53.550 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.550 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.550 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.550 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.550 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8255 06:53:53.550 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.550 [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:53:53.550 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8255 06:53:53.550 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8255 06:53:53.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 06:53:53.551 [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:53:53.551 [: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:53:53.551 [: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:53:53.552 [: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-25701], NON-POST MID=25701, 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:53:53.552 [: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-38969348C1EE450B], NON-POST MID=25701, Token=38969348C1EE450B, 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:53:53.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8254-25701], KeyToken[127.0.0.1:8254-38969348C1EE450B]] 06:53:53.552 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8254 06:53:53.553 [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=25701, Token=38969348C1EE450B, 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:53:53.553 [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:53:53.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8255-25701] 06:53:53.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8252 ==[ CoAP Request ]============================================= MID : 25701 Token : 38969348C1EE450B 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:53:53.553 [: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:53:53.553 [: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:53:53.554 [: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:53:53.554 [: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:53:53.554 [: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-34777], NON-POST MID=34777, 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:53:53.554 [: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-4C542B5E2B774913], NON-POST MID=34777, Token=4C542B5E2B774913, 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:53:53.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8252-34777], KeyToken[127.0.0.1:8252-4C542B5E2B774913]] 06:53:53.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8252 06:53:53.555 [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=34777, Token=4C542B5E2B774913, 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:53:53.555 [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:53:53.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8253-34777] 06:53:53.555 [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:53:53.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R789, 127.0.0.1:8253, complete]! 06:53:53.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R789, 127.0.0.1:8253, complete] completed NON-4.13 MID=59105, Token=4C542B5E2B774913, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:53:53.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 45 bytes to 127.0.0.1:8253 06:53:53.555 [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=59105, Token=4C542B5E2B774913, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:53:53.555 [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:53:53.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:8252-59105] 06:53:53.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=59105, Token=4C542B5E2B774913, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:53:53.556 [: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:53:53.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L788, 127.0.0.1:8252, complete]! 06:53:53.556 [: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-4C542B5E2B774913] 06:53:53.556 [: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-34777] 06:53:53.556 [: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=34777, Token=4C542B5E2B774913, 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=34777, Token=4C542B5E2B774913, 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:53:53.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.556 [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:53:53.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R787, 127.0.0.1:8255, complete]! 06:53:53.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R787, 127.0.0.1:8255, complete] completed NON-4.13 MID= 4477, Token=38969348C1EE450B, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:53:53.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 45 bytes to 127.0.0.1:8255 06:53:53.557 [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= 4477, Token=38969348C1EE450B, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:53:53.557 [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:53:53.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-4477] 06:53:53.557 [: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:53:53.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID= 4477, Token=38969348C1EE450B, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:53:53.557 [: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:53:53.557 [: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=25701, Token=38969348C1EE450B, 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=38969348C1EE450B, 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:53:53.557 [: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:53:53.558 [: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=38969348C1EE450B, 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=38969348C1EE450B, 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:53:53.558 [: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-25702], NON-POST MID=25702, Token=38969348C1EE450B, 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:53:53.558 [: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-25701] 06:53:53.558 [: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-38969348C1EE450B], NON-POST MID=25702, Token=38969348C1EE450B, 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:53:53.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8254-25702], KeyToken[127.0.0.1:8254-38969348C1EE450B]] 06:53:53.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 130 bytes to 127.0.0.1:8254 06:53:53.559 [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=25702, Token=38969348C1EE450B, 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:53:53.559 [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:53:53.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8255-25702] 06:53:53.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8252 ==[ CoAP Request ]============================================= MID : 25702 Token : 38969348C1EE450B 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:53:53.560 [: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:53:53.560 [: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:53:53.560 [: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:53:53.560 [: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:53:53.560 [: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-34778], NON-POST MID=34778, 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:53:53.560 [: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-ACFEA987AE2F6DE1], NON-POST MID=34778, Token=ACFEA987AE2F6DE1, 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:53:53.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8252-34778], KeyToken[127.0.0.1:8252-ACFEA987AE2F6DE1]] 06:53:53.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 54 bytes to 127.0.0.1:8252 06:53:53.561 [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=34778, Token=ACFEA987AE2F6DE1, 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:53:53.561 [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:53:53.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8253-34778] 06:53:53.561 [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:53:53.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792, 127.0.0.1:8253, complete]! 06:53:53.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R792, 127.0.0.1:8253, complete] completed NON-4.13 MID=59106, Token=ACFEA987AE2F6DE1, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:53:53.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 45 bytes to 127.0.0.1:8253 06:53:53.561 [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=59106, Token=ACFEA987AE2F6DE1, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:53:53.561 [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:53:53.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:8252-59106] 06:53:53.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=59106, Token=ACFEA987AE2F6DE1, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:53:53.562 [: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:53:53.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791, 127.0.0.1:8252, complete]! 06:53:53.562 [: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-ACFEA987AE2F6DE1] 06:53:53.562 [: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-34778] 06:53:53.562 [: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=34778, Token=ACFEA987AE2F6DE1, 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=34778, Token=ACFEA987AE2F6DE1, 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:53:53.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.562 [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:53:53.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790, 127.0.0.1:8255, complete]! 06:53:53.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R790, 127.0.0.1:8255, complete] completed NON-4.13 MID= 4478, Token=38969348C1EE450B, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:53:53.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8255 06:53:53.563 [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= 4478, Token=38969348C1EE450B, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:53:53.563 [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:53:53.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-4478] 06:53:53.563 [: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:53:53.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID= 4478, Token=38969348C1EE450B, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:53:53.563 [: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:53:53.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L786, 127.0.0.1:8254, complete]! 06:53:53.563 [: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-38969348C1EE450B] 06:53:53.563 [: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-25702] 06:53:53.563 [: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=25701, Token=38969348C1EE450B, 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=25702, Token=38969348C1EE450B, 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 : 38969348C1EE450B Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 12 ms Payload: 29 Bytes =============================================================== 06:53:53.563 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.563 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.564 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8252 06:53:53.564 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8252 06:53:53.564 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8252] stopping ... 06:53:53.564 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8252, address /127.0.0.1 06:53:53.564 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8252] has stopped. 06:53:53.564 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8252 06:53:53.564 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.564 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.564 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8253 06:53:53.564 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8253 06:53:53.564 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8253] stopping ... 06:53:53.564 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8253, address /0.0.0.0 06:53:53.565 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8253] has stopped. 06:53:53.565 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8253 06:53:53.565 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.565 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.565 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8254 06:53:53.565 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8254 06:53:53.565 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8254] stopping ... 06:53:53.565 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8254, address /127.0.0.1 06:53:53.565 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8254] has stopped. 06:53:53.565 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8254 06:53:53.565 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.565 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.566 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8255 06:53:53.566 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8255 06:53:53.566 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8255] stopping ... 06:53:53.566 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8255, address /0.0.0.0 06:53:53.566 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8255] has stopped. 06:53:53.566 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8255 06:53:53.566 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:53:53.566 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:53:53.567 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.567 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.567 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.567 [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:53:53.567 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.568 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.568 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.568 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.568 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.568 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8256 06:53:53.568 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.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:53:53.569 [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:53:53.569 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8256 06:53:53.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:53:53.569 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.569 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.569 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.569 [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:53:53.569 [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:53:53.570 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.570 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.570 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.570 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.570 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8257 06:53:53.570 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.570 [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:53:53.570 [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:53:53.570 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8257 06:53:53.570 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8257 06:53:53.570 [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:53:53.571 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.571 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.571 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.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:53:53.571 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.572 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.572 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.572 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.572 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.572 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8258 06:53:53.572 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.572 [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:53:53.572 [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:53:53.572 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8258 06:53:53.572 [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:53:53.573 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.573 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.573 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.573 [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:53:53.574 [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:53:53.574 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.574 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.574 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.574 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.574 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8259 06:53:53.574 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.575 [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:53:53.575 [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:53:53.575 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8259 06:53:53.575 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8259 06:53:53.575 [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:53:53.575 [: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:53:53.575 [: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:53:53.576 [: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:53:53.576 [: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-45067], CON-POST MID=45067, 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:53:53.576 [: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-DC72DC5D014F5889], CON-POST MID=45067, Token=DC72DC5D014F5889, 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:53:53.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8258-45067], KeyToken[127.0.0.1:8258-DC72DC5D014F5889]] 06:53:53.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8258 06:53:53.577 [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=45067, Token=DC72DC5D014F5889, 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:53:53.577 [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:53:53.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8259-45067] 06:53:53.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8256 ==[ CoAP Request ]============================================= MID : 45067 Token : DC72DC5D014F5889 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:53:53.577 [: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:53:53.577 [: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:53:53.578 [: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:53:53.578 [: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:53:53.578 [: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:53:53.578 [: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-12588], CON-POST MID=12588, 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:53:53.578 [: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-185C0382C5520C9D], CON-POST MID=12588, Token=185C0382C5520C9D, 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:53:53.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-12588], KeyToken[127.0.0.1:8256-185C0382C5520C9D]] 06:53:53.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 54 bytes to 127.0.0.1:8256 06:53:53.579 [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=12588, Token=185C0382C5520C9D, 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:53:53.579 [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:53:53.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-12588] 06:53:53.579 [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:53:53.579 [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:53:53.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:53:53.579 [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:53:53.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796, 127.0.0.1:8257, complete]! 06:53:53.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R796, 127.0.0.1:8257, complete] completed ACK-2.31 MID=12588, Token=185C0382C5520C9D, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:53:53.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8257 06:53:53.580 [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=12588, Token=185C0382C5520C9D, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:53:53.580 [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:53:53.580 [: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:53:53.580 [: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:53:53.580 [: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=12588, Token=185C0382C5520C9D, 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:53:53.580 [: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:53:53.580 [: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:53:53.580 [: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-12589], CON-POST MID=12589, 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:53:53.580 [: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-12588] 06:53:53.581 [: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-84EBDF65A4A7C4D2], CON-POST MID=12589, Token=84EBDF65A4A7C4D2, 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:53:53.581 [: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-185C0382C5520C9D] 06:53:53.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-12589], KeyToken[127.0.0.1:8256-84EBDF65A4A7C4D2]] 06:53:53.581 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8256 06:53:53.581 [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=12589, Token=84EBDF65A4A7C4D2, 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:53:53.581 [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:53:53.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-12589] 06:53:53.581 [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:53:53.581 [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=12589, Token=84EBDF65A4A7C4D2, 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:53:53.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:53:53.582 [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:53:53.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R797, 127.0.0.1:8257, complete]! 06:53:53.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R797, 127.0.0.1:8257, complete] completed ACK-2.31 MID=12589, Token=84EBDF65A4A7C4D2, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:53:53.582 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8257 06:53:53.582 [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=12589, Token=84EBDF65A4A7C4D2, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:53:53.582 [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:53:53.582 [: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:53:53.582 [: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:53:53.583 [: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=12589, Token=84EBDF65A4A7C4D2, 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:53:53.583 [: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:53:53.583 [: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:53:53.583 [: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-12590], CON-POST MID=12590, 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:53:53.583 [: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-12589] 06:53:53.583 [: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-848E7174559CF8A1], CON-POST MID=12590, Token=848E7174559CF8A1, 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:53:53.583 [: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-84EBDF65A4A7C4D2] 06:53:53.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-12590], KeyToken[127.0.0.1:8256-848E7174559CF8A1]] 06:53:53.584 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8256 06:53:53.584 [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=12590, Token=848E7174559CF8A1, 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:53:53.584 [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:53:53.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-12590] 06:53:53.584 [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:53:53.584 [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=12590, Token=848E7174559CF8A1, 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:53:53.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:53:53.584 [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:53:53.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798, 127.0.0.1:8257, complete]! 06:53:53.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R798, 127.0.0.1:8257, complete] completed ACK-2.31 MID=12590, Token=848E7174559CF8A1, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:53:53.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8257 06:53:53.585 [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=12590, Token=848E7174559CF8A1, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:53:53.585 [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:53:53.585 [: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:53:53.585 [: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:53:53.585 [: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=12590, Token=848E7174559CF8A1, 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:53:53.586 [: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:53:53.586 [: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:53:53.586 [: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-12591], CON-POST MID=12591, 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:53:53.586 [: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-12590] 06:53:53.586 [: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-2C6AFE04602FBCFC], CON-POST MID=12591, Token=2C6AFE04602FBCFC, 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:53:53.586 [: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-848E7174559CF8A1] 06:53:53.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-12591], KeyToken[127.0.0.1:8256-2C6AFE04602FBCFC]] 06:53:53.586 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8256 06:53:53.587 [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=12591, Token=2C6AFE04602FBCFC, 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:53:53.587 [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:53:53.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-12591] 06:53:53.587 [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:53:53.587 [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=12591, Token=2C6AFE04602FBCFC, 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:53:53.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:53:53.587 [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:53:53.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R799, 127.0.0.1:8257, complete]! 06:53:53.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R799, 127.0.0.1:8257, complete] completed ACK-2.31 MID=12591, Token=2C6AFE04602FBCFC, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:53:53.588 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8257 06:53:53.588 [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=12591, Token=2C6AFE04602FBCFC, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:53:53.588 [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:53:53.588 [: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:53:53.588 [: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:53:53.588 [: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=12591, Token=2C6AFE04602FBCFC, 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:53:53.589 [: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:53:53.589 [: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:53:53.589 [: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-12592], CON-POST MID=12592, 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:53:53.589 [: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-12591] 06:53:53.589 [: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-50E458EC4542813F], CON-POST MID=12592, Token=50E458EC4542813F, 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:53:53.589 [: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-2C6AFE04602FBCFC] 06:53:53.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-12592], KeyToken[127.0.0.1:8256-50E458EC4542813F]] 06:53:53.589 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8256 06:53:53.590 [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=12592, Token=50E458EC4542813F, 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:53:53.590 [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:53:53.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-12592] 06:53:53.590 [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:53:53.590 [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=12592, Token=50E458EC4542813F, 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:53:53.590 [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:53:53.590 [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:53:53.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:53:53.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.590 [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:53:53.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800, 127.0.0.1:8257, complete]! 06:53:53.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R800, 127.0.0.1:8257, complete] completed ACK-2.04 MID=12592, Token=50E458EC4542813F, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:53:53.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 26 bytes to 127.0.0.1:8257 06:53:53.642 [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=12592, Token=50E458EC4542813F, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:53:53.642 [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:53:53.642 [: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:53:53.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8256, complete]! 06:53:53.642 [: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-50E458EC4542813F] 06:53:53.642 [: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-12592] 06:53:53.642 [: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=12588, Token=185C0382C5520C9D, 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=12592, Token=50E458EC4542813F, 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:53:53.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.643 [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:53:53.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794, 127.0.0.1:8259, complete]! 06:53:53.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R794, 127.0.0.1:8259, complete] completed ACK-2.04 MID=45067, Token=DC72DC5D014F5889, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:53:53.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 26 bytes to 127.0.0.1:8259 06:53:53.643 [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=45067, Token=DC72DC5D014F5889, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:53:53.643 [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:53:53.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.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:53:53.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793, 127.0.0.1:8258, complete]! 06:53:53.644 [: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-DC72DC5D014F5889] 06:53:53.644 [: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-45067] 06:53:53.644 [: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=45067, Token=DC72DC5D014F5889, 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=45067, Token=DC72DC5D014F5889, 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 : 45067 Token : DC72DC5D014F5889 Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 68 ms Payload: 0 Bytes =============================================================== 06:53:53.645 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.645 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.645 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8256 06:53:53.645 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8256 06:53:53.645 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8256] stopping ... 06:53:53.645 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8256, address /127.0.0.1 06:53:53.645 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8256] has stopped. 06:53:53.645 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8256 06:53:53.645 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.645 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.645 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8257 06:53:53.645 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8257 06:53:53.645 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8257] stopping ... 06:53:53.645 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8257, address /0.0.0.0 06:53:53.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8257] has stopped. 06:53:53.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8257 06:53:53.646 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.646 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.646 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8258 06:53:53.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8258 06:53:53.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8258] stopping ... 06:53:53.646 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8258, address /127.0.0.1 06:53:53.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8258] has stopped. 06:53:53.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8258 06:53:53.646 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.646 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.646 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8259 06:53:53.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8259 06:53:53.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8259] stopping ... 06:53:53.646 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8259, address /0.0.0.0 06:53:53.647 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8259] has stopped. 06:53:53.647 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8259 06:53:53.647 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:53:53.647 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:53:53.648 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.648 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.649 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.649 [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:53:53.649 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.650 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.650 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.650 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.650 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.650 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8260 06:53:53.650 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.650 [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:53:53.650 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8260 06:53:53.650 [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:53:53.650 [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:53:53.651 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.651 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.651 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.651 [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:53:53.651 [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:53:53.651 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.651 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.651 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.651 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.651 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8261 06:53:53.651 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.652 [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:53:53.652 [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:53:53.652 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8261 06:53:53.652 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8261 06:53:53.652 [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:53:53.652 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.652 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.652 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.652 [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:53:53.652 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.653 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.653 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.653 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.653 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.653 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8262 06:53:53.653 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.654 [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:53:53.654 [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:53:53.654 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8262 06:53:53.654 [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:53:53.655 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.655 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.655 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.655 [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:53:53.655 [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:53:53.655 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.655 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.655 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.655 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.655 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8263 06:53:53.655 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.656 [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:53:53.656 [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:53:53.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8263 06:53:53.656 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8263 06:53:53.656 [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:53:53.656 [: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:53:53.656 [: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:53:53.657 [: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:53:53.657 [: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-56192], CON-POST MID=56192, 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:53:53.657 [: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-4C94092963C8D7AA], CON-POST MID=56192, Token=4C94092963C8D7AA, 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:53:53.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8262-56192], KeyToken[127.0.0.1:8262-4C94092963C8D7AA]] 06:53:53.658 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8262 06:53:53.658 [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=56192, Token=4C94092963C8D7AA, 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:53:53.658 [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:53:53.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8263-56192] 06:53:53.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8260 ==[ CoAP Request ]============================================= MID : 56192 Token : 4C94092963C8D7AA 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:53:53.658 [: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:53:53.658 [: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:53:53.658 [: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-7531], CON-POST MID= 7531, 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:53:53.659 [: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-BC57CDCD097F02F0], CON-POST MID= 7531, Token=BC57CDCD097F02F0, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:53:53.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8260-7531], KeyToken[127.0.0.1:8260-BC57CDCD097F02F0]] 06:53:53.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 34 bytes to 127.0.0.1:8260 06:53:53.659 [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= 7531, Token=BC57CDCD097F02F0, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:53:53.659 [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:53:53.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8261-7531] 06:53:53.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, 127.0.0.1:8261] replace CON-POST MID= 7531, Token=BC57CDCD097F02F0, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID= 7531, Token=BC57CDCD097F02F0, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:53:53.660 [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:53:53.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, 127.0.0.1:8261, complete]! 06:53:53.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R804, 127.0.0.1:8261, complete] completed ACK-2.04 MID= 7531, Token=BC57CDCD097F02F0, 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:53:53.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 153 bytes to 127.0.0.1:8261 06:53:53.662 [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= 7531, Token=BC57CDCD097F02F0, 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:53:53.662 [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:53:53.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803, 127.0.0.1:8260, complete]! 06:53:53.663 [: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-BC57CDCD097F02F0] 06:53:53.663 [: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-7531] 06:53:53.663 [: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= 7531, Token=BC57CDCD097F02F0, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:53:53.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.663 [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:53:53.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802, 127.0.0.1:8263, complete]! 06:53:53.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R802, 127.0.0.1:8263, complete] completed ACK-2.04 MID=56192, Token=4C94092963C8D7AA, 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:53:53.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8263 06:53:53.664 [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=56192, Token=4C94092963C8D7AA, 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:53:53.664 [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:53:53.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.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:53:53.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801, 127.0.0.1:8262, complete]! 06:53:53.664 [: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-4C94092963C8D7AA] 06:53:53.664 [: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-56192] 06:53:53.664 [: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=56192, Token=4C94092963C8D7AA, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8260/resource"}, -/- CON-POST MID=56192, Token=4C94092963C8D7AA, 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 : 56192 Token : 4C94092963C8D7AA Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 7 ms Payload: 128 Bytes --------------------------------------------------------------- 98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:53:53.665 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.665 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.665 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8260 06:53:53.665 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8260 06:53:53.665 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8260] stopping ... 06:53:53.665 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8260, address /127.0.0.1 06:53:53.665 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8260] has stopped. 06:53:53.665 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8260 06:53:53.665 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.665 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.665 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8261 06:53:53.665 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8261 06:53:53.665 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8261] stopping ... 06:53:53.665 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8261, address /0.0.0.0 06:53:53.665 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8261] has stopped. 06:53:53.665 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8261 06:53:53.666 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.666 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.666 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8262 06:53:53.666 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8262 06:53:53.666 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8262] stopping ... 06:53:53.666 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8262, address /127.0.0.1 06:53:53.666 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8262] has stopped. 06:53:53.666 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8262 06:53:53.666 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.666 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.666 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8263 06:53:53.666 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8263 06:53:53.666 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8263] stopping ... 06:53:53.666 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8263, address /0.0.0.0 06:53:53.666 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8263] has stopped. 06:53:53.666 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8263 06:53:53.667 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:53:53.667 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:53:53.668 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.668 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.668 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.668 [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:53:53.669 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.669 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.669 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.669 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.669 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.670 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8264 06:53:53.670 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.670 [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:53:53.670 [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:53:53.670 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8264 06:53:53.670 [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:53:53.670 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.670 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.670 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.670 [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:53:53.671 [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:53:53.671 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.671 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.671 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.671 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.671 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8265 06:53:53.671 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.671 [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:53:53.671 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8265 06:53:53.671 [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:53:53.672 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8265 06:53:53.672 [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:53:53.672 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.672 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.672 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.672 [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:53:53.672 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.673 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.673 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.673 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.673 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.673 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8266 06:53:53.673 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.673 [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:53:53.673 [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:53:53.673 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8266 06:53:53.673 [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:53:53.674 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.674 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.674 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.674 [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:53:53.674 [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:53:53.675 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.675 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.675 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.675 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.675 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8267 06:53:53.675 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.675 [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:53:53.675 [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:53:53.675 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8267 06:53:53.675 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8267 06:53:53.675 [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:53:53.676 [: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:53:53.676 [: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:53:53.676 [: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:53:53.677 [: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-36224], CON-POST MID=36224, 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:53:53.677 [: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-20C6A3D3F7794328], CON-POST MID=36224, Token=20C6A3D3F7794328, 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:53:53.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8266-36224], KeyToken[127.0.0.1:8266-20C6A3D3F7794328]] 06:53:53.677 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8266 06:53:53.678 [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=36224, Token=20C6A3D3F7794328, 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:53:53.678 [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:53:53.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8267-36224] 06:53:53.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8264 ==[ CoAP Request ]============================================= MID : 36224 Token : 20C6A3D3F7794328 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:53:53.678 [: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:53:53.678 [: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:53:53.679 [: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-22172], CON-POST MID=22172, 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:53:53.679 [: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-8C4F43C840F7DDEC], CON-POST MID=22172, Token=8C4F43C840F7DDEC, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:53:53.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8264-22172], KeyToken[127.0.0.1:8264-8C4F43C840F7DDEC]] 06:53:53.679 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8264 06:53:53.741 [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=22172, Token=8C4F43C840F7DDEC, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:53:53.741 [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:53:53.741 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8265-22172] 06:53:53.741 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, 127.0.0.1:8265] replace CON-POST MID=22172, Token=8C4F43C840F7DDEC, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=22172, Token=8C4F43C840F7DDEC, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:53:53.742 [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:53:53.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, 127.0.0.1:8265, complete]! 06:53:53.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R808, 127.0.0.1:8265, complete] completed ACK-2.04 MID=22172, Token=8C4F43C840F7DDEC, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:53:53.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 29 bytes to 127.0.0.1:8265 06:53:53.743 [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=22172, Token=8C4F43C840F7DDEC, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:53:53.743 [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:53:53.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807, 127.0.0.1:8264, complete]! 06:53:53.743 [: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-8C4F43C840F7DDEC] 06:53:53.743 [: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-22172] 06:53:53.743 [: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=22172, Token=8C4F43C840F7DDEC, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:53:53.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.744 [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:53:53.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806, 127.0.0.1:8267, complete]! 06:53:53.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R806, 127.0.0.1:8267, complete] completed ACK-2.04 MID=36224, Token=20C6A3D3F7794328, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:53:53.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 29 bytes to 127.0.0.1:8267 06:53:53.745 [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=36224, Token=20C6A3D3F7794328, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:53:53.745 [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:53:53.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.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:53:53.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805, 127.0.0.1:8266, complete]! 06:53:53.745 [: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-20C6A3D3F7794328] 06:53:53.745 [: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-36224] 06:53:53.745 [: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=36224, Token=20C6A3D3F7794328, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8264/resource"}, -/- CON-POST MID=36224, Token=20C6A3D3F7794328, 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 : 36224 Token : 20C6A3D3F7794328 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 69 ms Payload: 4 Bytes --------------------------------------------------------------- test =============================================================== 06:53:53.745 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.745 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.746 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8264 06:53:53.746 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8264 06:53:53.746 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8264] stopping ... 06:53:53.746 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8264, address /127.0.0.1 06:53:53.746 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8264] has stopped. 06:53:53.746 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8264 06:53:53.746 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.746 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.746 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8265 06:53:53.746 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8265 06:53:53.746 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8265] stopping ... 06:53:53.746 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8265, address /0.0.0.0 06:53:53.746 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8265] has stopped. 06:53:53.746 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8265 06:53:53.746 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.746 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.747 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8266 06:53:53.747 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8266 06:53:53.747 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8266] stopping ... 06:53:53.747 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8266, address /127.0.0.1 06:53:53.747 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8266] has stopped. 06:53:53.747 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8266 06:53:53.747 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.747 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.747 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8267 06:53:53.747 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8267 06:53:53.747 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8267] stopping ... 06:53:53.747 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8267, address /0.0.0.0 06:53:53.747 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8267] has stopped. 06:53:53.747 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8267 06:53:53.748 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:53:53.748 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:53:53.749 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.749 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.749 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.749 [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:53:53.749 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.750 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.750 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.750 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.750 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.750 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8268 06:53:53.750 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.750 [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:53:53.750 [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:53:53.750 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8268 06:53:53.750 [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:53:53.750 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.750 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.750 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.750 [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:53:53.751 [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:53:53.751 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.751 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.751 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.751 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.751 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8269 06:53:53.751 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.751 [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:53:53.751 [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:53:53.751 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8269 06:53:53.751 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8269 06:53:53.751 [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:53:53.751 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.751 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.751 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.752 [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:53:53.752 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.752 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.752 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.752 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.752 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.752 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8270 06:53:53.752 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.753 [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:53:53.753 [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:53:53.753 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8270 06:53:53.753 [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:53:53.753 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.753 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.753 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.754 [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:53:53.754 [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:53:53.754 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.754 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.754 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.754 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.754 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8271 06:53:53.754 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.755 [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:53:53.755 [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:53:53.755 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8271 06:53:53.755 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8271 06:53:53.755 [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:53:53.755 [: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:53:53.755 [: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:53:53.756 [: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:53:53.756 [: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-55504], CON-POST MID=55504, 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:53:53.756 [: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-D4C3889EBCC5D452], CON-POST MID=55504, Token=D4C3889EBCC5D452, 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:53:53.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-55504], KeyToken[127.0.0.1:8270-D4C3889EBCC5D452]] 06:53:53.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 189 bytes to 127.0.0.1:8270 06:53:53.757 [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=55504, Token=D4C3889EBCC5D452, 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:53:53.757 [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:53:53.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-55504] 06:53:53.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8268 ==[ CoAP Request ]============================================= MID : 55504 Token : D4C3889EBCC5D452 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:53:53.757 [: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:53:53.757 [: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:53:53.757 [: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-15838], CON-POST MID=15838, 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:53:53.758 [: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-50136D187567E06B], CON-POST MID=15838, Token=50136D187567E06B, 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:53:53.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8268-15838], KeyToken[127.0.0.1:8268-50136D187567E06B]] 06:53:53.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8268 06:53:53.758 [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=15838, Token=50136D187567E06B, 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:53:53.758 [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:53:53.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8269-15838] 06:53:53.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, 127.0.0.1:8269] replace CON-POST MID=15838, Token=50136D187567E06B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=15838, Token=50136D187567E06B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:53:53.759 [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:53:53.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, 127.0.0.1:8269, complete]! 06:53:53.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R812, 127.0.0.1:8269, complete] completed ACK-2.04 MID=15838, Token=50136D187567E06B, 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:53:53.760 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 281 bytes to 127.0.0.1:8269 06:53:53.760 [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=15838, Token=50136D187567E06B, 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:53:53.760 [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:53:53.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811, 127.0.0.1:8268, complete]! 06:53:53.760 [: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-50136D187567E06B] 06:53:53.760 [: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-15838] 06:53:53.760 [: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=15838, Token=50136D187567E06B, 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:53:53.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer 06:53:53.761 [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:53:53.761 [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:53:53.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810, 127.0.0.1:8271, complete]! 06:53:53.761 [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=55504, Token=D4C3889EBCC5D452, 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:53:53.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 52 bytes to 127.0.0.1:8271 06:53:53.761 [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=55504, Token=D4C3889EBCC5D452, 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:53:53.762 [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:53:53.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.762 [: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=55504, Token=D4C3889EBCC5D452, 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:53:53.762 [: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:53:53.762 [: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=55504, Token=D4C3889EBCC5D452, 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:53:53.762 [: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:53:53.762 [: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:53:53.762 [: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-55505], CON-POST MID=55505, 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:53:53.763 [: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-55504] 06:53:53.763 [: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-28A876F9D7CC1E1A], CON-POST MID=55505, Token=28A876F9D7CC1E1A, 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:53:53.763 [: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-D4C3889EBCC5D452] 06:53:53.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-55505], KeyToken[127.0.0.1:8270-28A876F9D7CC1E1A]] 06:53:53.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8270 06:53:53.763 [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=55505, Token=28A876F9D7CC1E1A, 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:53:53.763 [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:53:53.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-55505] 06:53:53.763 [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:53:53.763 [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:53:53.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R813, 127.0.0.1:8271, complete]! 06:53:53.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R813, 127.0.0.1:8271, complete] completed ACK-2.04 MID=55505, Token=28A876F9D7CC1E1A, 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:53:53.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 49 bytes to 127.0.0.1:8271 06:53:53.764 [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=55505, Token=28A876F9D7CC1E1A, 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:53:53.764 [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:53:53.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.764 [: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:53:53.764 [: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=55505, Token=28A876F9D7CC1E1A, 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:53:53.765 [: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:53:53.765 [: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:53:53.765 [: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-55506], CON-POST MID=55506, 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:53:53.765 [: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-55505] 06:53:53.765 [: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-70CA60B4B606104C], CON-POST MID=55506, Token=70CA60B4B606104C, 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:53:53.765 [: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-28A876F9D7CC1E1A] 06:53:53.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-55506], KeyToken[127.0.0.1:8270-70CA60B4B606104C]] 06:53:53.765 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8270 06:53:53.766 [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=55506, Token=70CA60B4B606104C, 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:53:53.766 [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:53:53.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-55506] 06:53:53.766 [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:53:53.766 [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:53:53.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814, 127.0.0.1:8271, complete]! 06:53:53.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R814, 127.0.0.1:8271, complete] completed ACK-2.04 MID=55506, Token=70CA60B4B606104C, 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:53:53.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 49 bytes to 127.0.0.1:8271 06:53:53.766 [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=55506, Token=70CA60B4B606104C, 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:53:53.766 [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:53:53.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.767 [: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:53:53.767 [: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=55506, Token=70CA60B4B606104C, 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:53:53.767 [: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:53:53.767 [: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:53:53.767 [: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-55507], CON-POST MID=55507, 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:53:53.767 [: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-55506] 06:53:53.767 [: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-3CFDE912ED91965A], CON-POST MID=55507, Token=3CFDE912ED91965A, 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:53:53.767 [: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-70CA60B4B606104C] 06:53:53.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-55507], KeyToken[127.0.0.1:8270-3CFDE912ED91965A]] 06:53:53.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8270 06:53:53.768 [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=55507, Token=3CFDE912ED91965A, 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:53:53.768 [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:53:53.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-55507] 06:53:53.768 [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:53:53.768 [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:53:53.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R815, 127.0.0.1:8271, complete]! 06:53:53.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R815, 127.0.0.1:8271, complete] completed ACK-2.04 MID=55507, Token=3CFDE912ED91965A, 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:53:53.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 49 bytes to 127.0.0.1:8271 06:53:53.769 [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=55507, Token=3CFDE912ED91965A, 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:53:53.769 [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:53:53.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.769 [: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:53:53.769 [: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=55507, Token=3CFDE912ED91965A, 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:53:53.769 [: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:53:53.769 [: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:53:53.769 [: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-55508], CON-POST MID=55508, 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:53:53.770 [: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-55507] 06:53:53.770 [: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-DC8B235FF7EC1FD7], CON-POST MID=55508, Token=DC8B235FF7EC1FD7, 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:53:53.770 [: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-3CFDE912ED91965A] 06:53:53.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-55508], KeyToken[127.0.0.1:8270-DC8B235FF7EC1FD7]] 06:53:53.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 49 bytes to 127.0.0.1:8270 06:53:53.770 [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=55508, Token=DC8B235FF7EC1FD7, 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:53:53.770 [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:53:53.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-55508] 06:53:53.770 [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:53:53.770 [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:53:53.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816, 127.0.0.1:8271, complete]! 06:53:53.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R816, 127.0.0.1:8271, complete] completed ACK-2.04 MID=55508, Token=DC8B235FF7EC1FD7, 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:53:53.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 49 bytes to 127.0.0.1:8271 06:53:53.771 [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=55508, Token=DC8B235FF7EC1FD7, 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:53:53.771 [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:53:53.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.771 [: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:53:53.772 [: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=55508, Token=DC8B235FF7EC1FD7, 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:53:53.772 [: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:53:53.772 [: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:53:53.772 [: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-55509], CON-POST MID=55509, 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:53:53.772 [: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-55508] 06:53:53.772 [: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-40E86FC8370510EC], CON-POST MID=55509, Token=40E86FC8370510EC, 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:53:53.772 [: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-DC8B235FF7EC1FD7] 06:53:53.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-55509], KeyToken[127.0.0.1:8270-40E86FC8370510EC]] 06:53:53.772 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8270 06:53:53.773 [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=55509, Token=40E86FC8370510EC, 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:53:53.773 [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:53:53.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-55509] 06:53:53.773 [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:53:53.773 [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:53:53.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R817, 127.0.0.1:8271, complete]! 06:53:53.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R817, 127.0.0.1:8271, complete] completed ACK-2.04 MID=55509, Token=40E86FC8370510EC, 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:53:53.773 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8271 06:53:53.773 [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=55509, Token=40E86FC8370510EC, 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:53:53.774 [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:53:53.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.774 [: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:53:53.774 [: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=55509, Token=40E86FC8370510EC, 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:53:53.774 [: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:53:53.774 [: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:53:53.774 [: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-55510], CON-POST MID=55510, 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:53:53.774 [: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-55509] 06:53:53.774 [: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-A481C06BC4A26AA2], CON-POST MID=55510, Token=A481C06BC4A26AA2, 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:53:53.775 [: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-40E86FC8370510EC] 06:53:53.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-55510], KeyToken[127.0.0.1:8270-A481C06BC4A26AA2]] 06:53:53.775 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8270 06:53:53.775 [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=55510, Token=A481C06BC4A26AA2, 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:53:53.775 [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:53:53.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-55510] 06:53:53.775 [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:53:53.775 [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:53:53.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818, 127.0.0.1:8271, complete]! 06:53:53.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R818, 127.0.0.1:8271, complete] completed ACK-2.04 MID=55510, Token=A481C06BC4A26AA2, 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:53:53.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8271 06:53:53.776 [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=55510, Token=A481C06BC4A26AA2, 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:53:53.776 [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:53:53.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.776 [: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:53:53.776 [: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=55510, Token=A481C06BC4A26AA2, 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:53:53.776 [: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:53:53.776 [: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:53:53.777 [: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-55511], CON-POST MID=55511, 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:53:53.777 [: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-55510] 06:53:53.777 [: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-64E3D5FDA79F77EE], CON-POST MID=55511, Token=64E3D5FDA79F77EE, 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:53:53.777 [: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-A481C06BC4A26AA2] 06:53:53.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-55511], KeyToken[127.0.0.1:8270-64E3D5FDA79F77EE]] 06:53:53.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8270 06:53:53.777 [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=55511, Token=64E3D5FDA79F77EE, 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:53:53.777 [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:53:53.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-55511] 06:53:53.778 [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:53:53.778 [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:53:53.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R819, 127.0.0.1:8271, complete]! 06:53:53.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R819, 127.0.0.1:8271, complete] completed ACK-2.04 MID=55511, Token=64E3D5FDA79F77EE, 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:53:53.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8271 06:53:53.778 [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=55511, Token=64E3D5FDA79F77EE, 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:53:53.778 [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:53:53.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.778 [: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:53:53.779 [: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=55511, Token=64E3D5FDA79F77EE, 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:53:53.779 [: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:53:53.779 [: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:53:53.779 [: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-55512], CON-POST MID=55512, 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:53:53.779 [: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-55511] 06:53:53.779 [: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-4CFC68D1A76027A9], CON-POST MID=55512, Token=4CFC68D1A76027A9, 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:53:53.779 [: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-64E3D5FDA79F77EE] 06:53:53.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-55512], KeyToken[127.0.0.1:8270-4CFC68D1A76027A9]] 06:53:53.780 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8270 06:53:53.841 [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=55512, Token=4CFC68D1A76027A9, 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:53:53.841 [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:53:53.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-55512] 06:53:53.841 [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:53:53.841 [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:53:53.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820, 127.0.0.1:8271, complete]! 06:53:53.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R820, 127.0.0.1:8271, complete] completed ACK-2.04 MID=55512, Token=4CFC68D1A76027A9, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6! 06:53:53.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 28 bytes to 127.0.0.1:8271 06:53:53.842 [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=55512, Token=4CFC68D1A76027A9, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6] 06:53:53.842 [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:53:53.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.842 [: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:53:53.842 [: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:53:53.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=55504, Token=D4C3889EBCC5D452, 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:53:53.843 [: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=55512, Token=4CFC68D1A76027A9, 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=55504, Token=D4C3889EBCC5D452, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8268/resource"}, "98257387005764743526667350535128".. 128 bytes 06:53:53.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270, complete]! 06:53:53.843 [: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-4CFC68D1A76027A9] 06:53:53.843 [: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-55512] 06:53:53.843 [: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=55504, Token=D4C3889EBCC5D452, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8268/resource"}, "98257387005764743526667350535128".. 128 bytes! 06:53:53.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 06:53:53.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 ==[ CoAP Response ]============================================ MID : 55504 Token : D4C3889EBCC5D452 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 87 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:53:53.843 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.844 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.844 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8268 06:53:53.844 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8268 06:53:53.844 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8268] stopping ... 06:53:53.844 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8268, address /127.0.0.1 06:53:53.844 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8268] has stopped. 06:53:53.844 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8268 06:53:53.844 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.844 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.844 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8269 06:53:53.844 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8269 06:53:53.844 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8269] stopping ... 06:53:53.844 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8269, address /0.0.0.0 06:53:53.844 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8269] has stopped. 06:53:53.844 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8269 06:53:53.844 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.844 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.845 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8270 06:53:53.845 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8270 06:53:53.845 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8270] stopping ... 06:53:53.845 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8270, address /127.0.0.1 06:53:53.845 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8270] has stopped. 06:53:53.845 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8270 06:53:53.845 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.845 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.845 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8271 06:53:53.845 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8271 06:53:53.845 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8271] stopping ... 06:53:53.845 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8271, address /0.0.0.0 06:53:53.845 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8271] has stopped. 06:53:53.845 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8271 06:53:53.845 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:53:53.846 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:53:53.847 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.847 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.847 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.847 [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:53:53.847 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.848 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.848 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.848 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.848 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.848 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8272 06:53:53.848 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.848 [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:53:53.848 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8272 06:53:53.848 [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:53:53.848 [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:53:53.849 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.849 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.849 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.849 [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:53:53.849 [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:53:53.849 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.849 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.849 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.849 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.849 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8273 06:53:53.849 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.850 [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:53:53.850 [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:53:53.850 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8273 06:53:53.850 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8273 06:53:53.850 [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:53:53.850 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.850 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.850 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.850 [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:53:53.850 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.851 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.851 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.851 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.851 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.851 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8274 06:53:53.851 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.851 [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:53:53.851 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8274 06:53:53.851 [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:53:53.851 [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:53:53.852 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.852 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.852 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.852 [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:53:53.852 [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:53:53.853 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.853 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.853 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.853 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.853 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8275 06:53:53.853 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.853 [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:53:53.853 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8275 06:53:53.853 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8275 06:53:53.853 [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:53:53.853 [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:53:53.853 [: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:53:53.853 [: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:53:53.854 [: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:53:53.855 [: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-51089], CON-POST MID=51089, 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:53:53.855 [: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-CC2E1FE7C5F0FD36], CON-POST MID=51089, Token=CC2E1FE7C5F0FD36, 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:53:53.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-51089], KeyToken[127.0.0.1:8274-CC2E1FE7C5F0FD36]] 06:53:53.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 189 bytes to 127.0.0.1:8274 06:53:53.855 [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=51089, Token=CC2E1FE7C5F0FD36, 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:53:53.855 [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:53:53.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8275-51089] 06:53:53.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8272 ==[ CoAP Request ]============================================= MID : 51089 Token : CC2E1FE7C5F0FD36 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:53:53.856 [: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:53:53.856 [: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:53:53.856 [: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:53:53.856 [: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:53:53.856 [: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:53:53.857 [: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-35455], CON-POST MID=35455, 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:53:53.857 [: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-AC1CA664BAD9E0AB], CON-POST MID=35455, Token=AC1CA664BAD9E0AB, 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:53:53.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8272-35455], KeyToken[127.0.0.1:8272-AC1CA664BAD9E0AB]] 06:53:53.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 54 bytes to 127.0.0.1:8272 06:53:53.857 [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=35455, Token=AC1CA664BAD9E0AB, 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:53:53.857 [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:53:53.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-35455] 06:53:53.858 [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:53:53.858 [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:53:53.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:53:53.858 [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:53:53.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824, 127.0.0.1:8273, complete]! 06:53:53.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R824, 127.0.0.1:8273, complete] completed ACK-2.31 MID=35455, Token=AC1CA664BAD9E0AB, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:53:53.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 15 bytes to 127.0.0.1:8273 06:53:53.859 [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=35455, Token=AC1CA664BAD9E0AB, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:53:53.859 [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:53:53.859 [: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:53:53.859 [: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:53:53.859 [: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=35455, Token=AC1CA664BAD9E0AB, 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:53:53.859 [: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:53:53.859 [: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:53:53.859 [: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-35456], CON-POST MID=35456, 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:53:53.860 [: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-35455] 06:53:53.860 [: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-EC5743F0313F6915], CON-POST MID=35456, Token=EC5743F0313F6915, 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:53:53.860 [: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-AC1CA664BAD9E0AB] 06:53:53.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8272-35456], KeyToken[127.0.0.1:8272-EC5743F0313F6915]] 06:53:53.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 51 bytes to 127.0.0.1:8272 06:53:53.860 [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=35456, Token=EC5743F0313F6915, 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:53:53.860 [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:53:53.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-35456] 06:53:53.860 [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:53:53.860 [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=35456, Token=EC5743F0313F6915, 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:53:53.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:53:53.861 [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:53:53.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R825, 127.0.0.1:8273, complete]! 06:53:53.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R825, 127.0.0.1:8273, complete] completed ACK-2.31 MID=35456, Token=EC5743F0313F6915, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:53:53.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 15 bytes to 127.0.0.1:8273 06:53:53.861 [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=35456, Token=EC5743F0313F6915, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:53:53.861 [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:53:53.861 [: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:53:53.861 [: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:53:53.862 [: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=35456, Token=EC5743F0313F6915, 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:53:53.862 [: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:53:53.862 [: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:53:53.862 [: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-35457], CON-POST MID=35457, 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:53:53.862 [: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-35456] 06:53:53.862 [: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-CC94078D8AE106A9], CON-POST MID=35457, Token=CC94078D8AE106A9, 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:53:53.862 [: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-EC5743F0313F6915] 06:53:53.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8272-35457], KeyToken[127.0.0.1:8272-CC94078D8AE106A9]] 06:53:53.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 51 bytes to 127.0.0.1:8272 06:53:53.863 [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=35457, Token=CC94078D8AE106A9, 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:53:53.863 [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:53:53.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-35457] 06:53:53.863 [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:53:53.863 [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=35457, Token=CC94078D8AE106A9, 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:53:53.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:53:53.863 [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:53:53.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826, 127.0.0.1:8273, complete]! 06:53:53.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R826, 127.0.0.1:8273, complete] completed ACK-2.31 MID=35457, Token=CC94078D8AE106A9, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:53:53.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 15 bytes to 127.0.0.1:8273 06:53:53.864 [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=35457, Token=CC94078D8AE106A9, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:53:53.864 [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:53:53.864 [: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:53:53.864 [: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:53:53.864 [: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=35457, Token=CC94078D8AE106A9, 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:53:53.865 [: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:53:53.865 [: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:53:53.865 [: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-35458], CON-POST MID=35458, 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:53:53.865 [: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-35457] 06:53:53.865 [: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-AC53F0973C0769CB], CON-POST MID=35458, Token=AC53F0973C0769CB, 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:53:53.865 [: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-CC94078D8AE106A9] 06:53:53.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8272-35458], KeyToken[127.0.0.1:8272-AC53F0973C0769CB]] 06:53:53.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 51 bytes to 127.0.0.1:8272 06:53:53.865 [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=35458, Token=AC53F0973C0769CB, 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:53:53.865 [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:53:53.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-35458] 06:53:53.866 [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:53:53.866 [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=35458, Token=AC53F0973C0769CB, 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:53:53.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:53:53.866 [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:53:53.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R827, 127.0.0.1:8273, complete]! 06:53:53.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R827, 127.0.0.1:8273, complete] completed ACK-2.31 MID=35458, Token=AC53F0973C0769CB, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:53:53.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 15 bytes to 127.0.0.1:8273 06:53:53.866 [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=35458, Token=AC53F0973C0769CB, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:53:53.866 [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:53:53.867 [: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:53:53.867 [: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:53:53.867 [: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=35458, Token=AC53F0973C0769CB, 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:53:53.867 [: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:53:53.867 [: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:53:53.867 [: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-35459], CON-POST MID=35459, 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:53:53.867 [: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-35458] 06:53:53.868 [: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-EC5EB73BF2856042], CON-POST MID=35459, Token=EC5EB73BF2856042, 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:53:53.868 [: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-AC53F0973C0769CB] 06:53:53.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8272-35459], KeyToken[127.0.0.1:8272-EC5EB73BF2856042]] 06:53:53.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:8272 06:53:53.868 [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=35459, Token=EC5EB73BF2856042, 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:53:53.868 [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:53:53.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-35459] 06:53:53.868 [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:53:53.868 [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=35459, Token=EC5EB73BF2856042, 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:53:53.868 [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:53:53.868 [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:53:53.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:53:53.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.869 [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:53:53.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828, 127.0.0.1:8273, complete]! 06:53:53.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R828, 127.0.0.1:8273, complete] completed ACK-2.04 MID=35459, Token=EC5EB73BF2856042, 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:53:53.870 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8273 06:53:53.870 [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=35459, Token=EC5EB73BF2856042, 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:53:53.870 [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:53:53.870 [: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:53:53.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8272, complete]! 06:53:53.870 [: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-EC5EB73BF2856042] 06:53:53.870 [: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-35459] 06:53:53.870 [: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=35455, Token=AC1CA664BAD9E0AB, 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=35459, Token=EC5EB73BF2856042, 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:53:53.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:53:53.871 [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:53:53.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822, 127.0.0.1:8275, complete]! 06:53:53.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R822, 127.0.0.1:8275, complete] completed ACK-2.04 MID=51089, Token=CC2E1FE7C5F0FD36, 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:53:53.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 284 bytes to 127.0.0.1:8275 06:53:53.872 [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=51089, Token=CC2E1FE7C5F0FD36, 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:53:53.872 [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:53:53.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.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:53:53.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821, 127.0.0.1:8274, complete]! 06:53:53.872 [: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-CC2E1FE7C5F0FD36] 06:53:53.872 [: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-51089] 06:53:53.872 [: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=51089, Token=CC2E1FE7C5F0FD36, 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=51089, Token=CC2E1FE7C5F0FD36, 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 : 51089 Token : CC2E1FE7C5F0FD36 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 18 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:53:53.872 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.872 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.873 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8272 06:53:53.873 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8272 06:53:53.873 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8272] stopping ... 06:53:53.873 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8272, address /127.0.0.1 06:53:53.873 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8272] has stopped. 06:53:53.873 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8272 06:53:53.873 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.873 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.873 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8273 06:53:53.873 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8273 06:53:53.873 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8273] stopping ... 06:53:53.873 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8273, address /0.0.0.0 06:53:53.873 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8273] has stopped. 06:53:53.873 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8273 06:53:53.873 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.873 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.874 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8274 06:53:53.874 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8274 06:53:53.874 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8274] stopping ... 06:53:53.874 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8274, address /127.0.0.1 06:53:53.874 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8274] has stopped. 06:53:53.874 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8274 06:53:53.874 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:53.874 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:53.874 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8275 06:53:53.874 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8275 06:53:53.874 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8275] stopping ... 06:53:53.874 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8275, address /0.0.0.0 06:53:53.874 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8275] has stopped. 06:53:53.874 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8275 06:53:53.874 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:53:53.875 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:53.875 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.908 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 06:53:53.876 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.876 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.876 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.876 [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:53:53.877 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.877 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.877 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.877 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.878 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.878 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8276 06:53:53.878 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.878 [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:53:53.878 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8276 06:53:53.878 [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:53:53.878 [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:53:53.879 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.879 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.879 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.879 [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:53:53.879 [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:53:53.879 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.879 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.879 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.879 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.879 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8277 06:53:53.879 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.880 [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:53:53.880 [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:53:53.880 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8277 06:53:53.880 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8277 for coap 06:53:53.880 [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:53:53.880 [: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:53:53.880 [: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:53:53.880 [: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:53:53.881 [: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-211], CON-POST MID= 211, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:53:53.881 [: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-B078AC14CDBFC5D9], CON-POST MID= 211, Token=B078AC14CDBFC5D9, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:53:53.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8276-211], KeyToken[127.0.0.1:8276-B078AC14CDBFC5D9]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:53:53.881 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8276 06:53:53.881 [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= 211, Token=B078AC14CDBFC5D9, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:53:53.882 [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:53:53.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-211] 06:53:53.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, 127.0.0.1:8277] replace CON-POST MID= 211, Token=B078AC14CDBFC5D9, OptionSet={"Object-Security":0x77665544}, by CON-GET MID= 211, Token=B078AC14CDBFC5D9, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:53:53.882 [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:53:53.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, 127.0.0.1:8277, complete]! 06:53:53.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R830, 127.0.0.1:8277, complete] completed ACK-2.04 MID= 211, Token=B078AC14CDBFC5D9, 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:53:53.883 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8277 06:53:53.883 [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= 211, Token=B078AC14CDBFC5D9, 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:53:53.883 [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:53:53.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829, 127.0.0.1:8276, complete]! 06:53:53.883 [: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-B078AC14CDBFC5D9] 06:53:53.883 [: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-211] 06:53:53.883 [: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= 211, Token=B078AC14CDBFC5D9, OptionSet={"Object-Security":0x}, -/- CON-POST MID= 211, Token=B078AC14CDBFC5D9, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 06:53:53.884 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.884 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8276 06:53:53.884 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8276 06:53:53.884 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8276] stopping ... 06:53:53.884 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8276, address /127.0.0.1 06:53:53.884 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8276] has stopped. 06:53:53.884 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8276 06:53:53.884 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 06:53:53.941 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.941 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.941 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.941 [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:53:53.942 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.942 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.942 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.942 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.943 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.943 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8278 06:53:53.943 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.943 [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:53:53.943 [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:53:53.943 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8278 06:53:53.943 [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:53:53.944 [: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:53:53.944 [: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:53:53.944 [: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:53:53.944 [: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-24451], CON-POST MID=24451, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:53:53.945 [: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-6CCBE82D58775CA8], CON-POST MID=24451, Token=6CCBE82D58775CA8, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:53:53.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8278-24451], KeyToken[127.0.0.1:8278-6CCBE82D58775CA8]] 06:53:53.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 29 bytes to 127.0.0.1:8278 06:53:53.945 [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=24451, Token=6CCBE82D58775CA8, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:53:53.945 [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:53:53.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-24451] 06:53:53.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, 127.0.0.1:8277] replace CON-POST MID=24451, Token=6CCBE82D58775CA8, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=24451, Token=6CCBE82D58775CA8, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:53:53.946 [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:53:53.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, 127.0.0.1:8277, complete]! 06:53:53.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R832, 127.0.0.1:8277, complete] completed ACK-2.04 MID=24451, Token=6CCBE82D58775CA8, 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:53:53.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:8277 06:53:53.947 [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=24451, Token=6CCBE82D58775CA8, 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:53:53.947 [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:53:53.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.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:53:53.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831, 127.0.0.1:8278, complete]! 06:53:53.947 [: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-6CCBE82D58775CA8] 06:53:53.947 [: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-24451] 06:53:53.947 [: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=24451, Token=6CCBE82D58775CA8, OptionSet={"Object-Security":0x}, -/- CON-POST MID=24451, Token=6CCBE82D58775CA8, 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:53:53.948 [: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:53:53.948 [: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:53:53.948 [: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:53:53.948 [: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-24452], CON-POST MID=24452, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:53:53.948 [: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-7C85E96A5350B086], CON-POST MID=24452, Token=7C85E96A5350B086, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:53:53.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8278-24452], KeyToken[127.0.0.1:8278-7C85E96A5350B086]] 06:53:53.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 29 bytes to 127.0.0.1:8278 06:53:53.949 [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=24452, Token=7C85E96A5350B086, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 06:53:53.949 [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:53:53.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-24452] 06:53:53.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, 127.0.0.1:8277] replace CON-POST MID=24452, Token=7C85E96A5350B086, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=24452, Token=7C85E96A5350B086, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:53:53.949 [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:53:53.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, 127.0.0.1:8277, complete]! 06:53:53.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R834, 127.0.0.1:8277, complete] completed ACK-2.04 MID=24452, Token=7C85E96A5350B086, 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:53:53.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:8277 06:53:53.950 [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=24452, Token=7C85E96A5350B086, 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:53:53.950 [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:53:53.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.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:53:53.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833, 127.0.0.1:8278, complete]! 06:53:53.951 [: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-7C85E96A5350B086] 06:53:53.951 [: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-24452] 06:53:53.951 [: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=24452, Token=7C85E96A5350B086, OptionSet={"Object-Security":0x}, -/- CON-POST MID=24452, Token=7C85E96A5350B086, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 06:53:53.951 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:53.951 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8278 06:53:53.951 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8278 06:53:53.951 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8278] stopping ... 06:53:53.951 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8278, address /127.0.0.1 06:53:53.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8278] has stopped. 06:53:53.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8278 06:53:53.952 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 06:53:53.952 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:53.952 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8277 06:53:53.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8277 06:53:53.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8277] stopping ... 06:53:53.952 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8277, address /0.0.0.0 06:53:53.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8277] has stopped. 06:53:53.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8277 06:53:53.952 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest Start OSCoreServerClientTest 06:53:53.954 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.954 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.954 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.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:53:53.954 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:53.955 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:53.955 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.955 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.955 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:53.955 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8279 06:53:53.955 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.955 [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:53:53.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:53:53.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8279 06:53:53.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:53:53.956 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:53.956 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:53.956 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:53.956 [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:53:53.956 [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:53:53.956 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:53.956 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:53.956 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:53.956 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:53.956 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8280 06:53:53.956 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:53.957 [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:53:53.957 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8280 06:53:53.957 [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:53:53.957 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8280 for coap 06:53:53.957 [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:53:53.957 [: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:53:53.957 [: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:53:53.958 [: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:53:53.958 [: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-5101], CON-POST MID= 5101, 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:53:53.958 [: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-ECB1E1AD9BEB1899], CON-POST MID= 5101, Token=ECB1E1AD9BEB1899, 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:53:53.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5101], KeyToken[127.0.0.1:8279-ECB1E1AD9BEB1899]] 06:53:53.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:8279 06:53:53.959 [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= 5101, Token=ECB1E1AD9BEB1899, 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:53:53.959 [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:53:53.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5101] 06:53:53.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, 127.0.0.1:8280] replace CON-POST MID= 5101, Token=ECB1E1AD9BEB1899, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5101, Token=ECB1E1AD9BEB1899, OptionSet={"Object-Security":0x}, "client says hi" 06:53:53.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R836, 127.0.0.1:8280] send response NON-2.05 MID= 5101, Token=null, OptionSet={}, "server responds hi" 06:53:53.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, 127.0.0.1:8280, complete]! 06:53:53.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R836, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5101, Token=ECB1E1AD9BEB1899, 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:53:53.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:53:53.960 [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= 5101, Token=ECB1E1AD9BEB1899, 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:53:53.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:8279 06:53:53.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:8279-5101] 06:53:53.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.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:53:53.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835, 127.0.0.1:8279, complete]! 06:53:53.960 [: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-ECB1E1AD9BEB1899] 06:53:53.960 [: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-5101] 06:53:53.960 [: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= 5101, Token=ECB1E1AD9BEB1899, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5101, Token=ECB1E1AD9BEB1899, 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:53:53.961 [: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:53:53.961 [: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:53:53.961 [: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:53:53.961 [: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-5102], CON-POST MID= 5102, 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:53:53.961 [: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-C0356401036B0F64], CON-POST MID= 5102, Token=C0356401036B0F64, 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:53:53.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5102], KeyToken[127.0.0.1:8279-C0356401036B0F64]] 06:53:53.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:8279 06:53:53.962 [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= 5102, Token=C0356401036B0F64, 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:53:53.962 [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:53:53.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5102] 06:53:53.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, 127.0.0.1:8280] replace CON-POST MID= 5102, Token=C0356401036B0F64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5102, Token=C0356401036B0F64, OptionSet={"Object-Security":0x}, "client says hi" 06:53:53.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R838, 127.0.0.1:8280] send response NON-2.05 MID= 5102, Token=null, OptionSet={}, "server responds hi" 06:53:53.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, 127.0.0.1:8280, complete]! 06:53:53.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R838, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5102, Token=C0356401036B0F64, 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:53:53.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:53.963 [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= 5102, Token=C0356401036B0F64, 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:53:53.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:8279 06:53:53.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:8279-5102] 06:53:53.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.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:53:53.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837, 127.0.0.1:8279, complete]! 06:53:53.964 [: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-C0356401036B0F64] 06:53:53.964 [: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-5102] 06:53:53.964 [: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= 5102, Token=C0356401036B0F64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5102, Token=C0356401036B0F64, 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:53:53.964 [: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:53:53.964 [: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:53:53.965 [: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:53:53.965 [: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-5103], CON-POST MID= 5103, 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:53:53.965 [: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-4C307244D4B4C3DC], CON-POST MID= 5103, Token=4C307244D4B4C3DC, 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:53:53.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5103], KeyToken[127.0.0.1:8279-4C307244D4B4C3DC]] 06:53:53.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 40 bytes to 127.0.0.1:8279 06:53:53.965 [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= 5103, Token=4C307244D4B4C3DC, 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:53:53.965 [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:53:53.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5103] 06:53:53.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, 127.0.0.1:8280] replace CON-POST MID= 5103, Token=4C307244D4B4C3DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5103, Token=4C307244D4B4C3DC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:53.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R840, 127.0.0.1:8280] send response NON-2.05 MID= 5103, Token=null, OptionSet={}, "server responds hi" 06:53:53.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, 127.0.0.1:8280, complete]! 06:53:53.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R840, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5103, Token=4C307244D4B4C3DC, 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:53:53.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:8280 06:53:53.966 [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= 5103, Token=4C307244D4B4C3DC, 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:53:53.967 [UDP-Receiver-0.0.0.0/0.0.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:53:53.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-5103] 06:53:53.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839, 127.0.0.1:8279, complete]! 06:53:53.967 [: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-4C307244D4B4C3DC] 06:53:53.967 [: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-5103] 06:53:53.967 [: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= 5103, Token=4C307244D4B4C3DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5103, Token=4C307244D4B4C3DC, 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:53:53.967 [: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:53:53.967 [: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:53:53.968 [: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:53:53.968 [: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-5104], CON-POST MID= 5104, 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:53:53.968 [: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-601980319BDEE294], CON-POST MID= 5104, Token=601980319BDEE294, 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:53:53.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5104], KeyToken[127.0.0.1:8279-601980319BDEE294]] 06:53:53.968 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:53:53.969 [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= 5104, Token=601980319BDEE294, 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:53:53.969 [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:53:53.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5104] 06:53:53.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, 127.0.0.1:8280] replace CON-POST MID= 5104, Token=601980319BDEE294, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5104, Token=601980319BDEE294, OptionSet={"Object-Security":0x}, "client says hi" 06:53:53.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R842, 127.0.0.1:8280] send response NON-2.05 MID= 5104, Token=null, OptionSet={}, "server responds hi" 06:53:53.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, 127.0.0.1:8280, complete]! 06:53:53.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R842, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5104, Token=601980319BDEE294, 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:53:53.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:8280 06:53:53.970 [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= 5104, Token=601980319BDEE294, 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:53:53.970 [UDP-Receiver-0.0.0.0/0.0.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:53:53.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-5104] 06:53:53.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841, 127.0.0.1:8279, complete]! 06:53:53.970 [: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-601980319BDEE294] 06:53:53.970 [: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-5104] 06:53:53.970 [: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= 5104, Token=601980319BDEE294, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5104, Token=601980319BDEE294, 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:53:53.971 [: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:53:53.971 [: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:53:53.971 [: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:53:53.971 [: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-5105], CON-POST MID= 5105, 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:53:53.971 [: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-F0FA3655C1C158BC], CON-POST MID= 5105, Token=F0FA3655C1C158BC, 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:53:53.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5105], KeyToken[127.0.0.1:8279-F0FA3655C1C158BC]] 06:53:53.972 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:53:53.972 [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= 5105, Token=F0FA3655C1C158BC, 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:53:53.972 [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:53:53.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5105] 06:53:53.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, 127.0.0.1:8280] replace CON-POST MID= 5105, Token=F0FA3655C1C158BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5105, Token=F0FA3655C1C158BC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:53.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R844, 127.0.0.1:8280] send response NON-2.05 MID= 5105, Token=null, OptionSet={}, "server responds hi" 06:53:53.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, 127.0.0.1:8280, complete]! 06:53:53.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R844, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5105, Token=F0FA3655C1C158BC, 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:53:53.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:8280 06:53:53.973 [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= 5105, Token=F0FA3655C1C158BC, 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:53:53.973 [UDP-Receiver-0.0.0.0/0.0.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:53:53.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:8279-5105] 06:53:53.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843, 127.0.0.1:8279, complete]! 06:53:53.974 [: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-F0FA3655C1C158BC] 06:53:53.974 [: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-5105] 06:53:53.974 [: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= 5105, Token=F0FA3655C1C158BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5105, Token=F0FA3655C1C158BC, 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:53:53.974 [: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:53:53.974 [: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:53:53.975 [: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:53:53.975 [: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-5106], CON-POST MID= 5106, 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:53:53.975 [: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-640DC84304999452], CON-POST MID= 5106, Token=640DC84304999452, 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:53:53.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5106], KeyToken[127.0.0.1:8279-640DC84304999452]] 06:53:53.975 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:53:53.976 [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= 5106, Token=640DC84304999452, 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:53:53.976 [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:53:53.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5106] 06:53:53.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, 127.0.0.1:8280] replace CON-POST MID= 5106, Token=640DC84304999452, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5106, Token=640DC84304999452, OptionSet={"Object-Security":0x}, "client says hi" 06:53:53.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R846, 127.0.0.1:8280] send response NON-2.05 MID= 5106, Token=null, OptionSet={}, "server responds hi" 06:53:53.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, 127.0.0.1:8280, complete]! 06:53:53.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R846, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5106, Token=640DC84304999452, 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:53:53.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:8280 06:53:53.977 [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= 5106, Token=640DC84304999452, 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:53:53.977 [UDP-Receiver-0.0.0.0/0.0.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:53:53.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-5106] 06:53:53.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845, 127.0.0.1:8279, complete]! 06:53:53.977 [: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-640DC84304999452] 06:53:53.977 [: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-5106] 06:53:53.977 [: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= 5106, Token=640DC84304999452, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5106, Token=640DC84304999452, 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:53:53.978 [: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:53:53.978 [: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:53:53.978 [: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:53:53.978 [: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-5107], CON-POST MID= 5107, 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:53:53.979 [: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-B498AE7909DA0E33], CON-POST MID= 5107, Token=B498AE7909DA0E33, 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:53:53.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5107], KeyToken[127.0.0.1:8279-B498AE7909DA0E33]] 06:53:53.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 40 bytes to 127.0.0.1:8279 06:53:53.979 [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= 5107, Token=B498AE7909DA0E33, 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:53:53.979 [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:53:53.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5107] 06:53:53.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, 127.0.0.1:8280] replace CON-POST MID= 5107, Token=B498AE7909DA0E33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5107, Token=B498AE7909DA0E33, OptionSet={"Object-Security":0x}, "client says hi" 06:53:53.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R848, 127.0.0.1:8280] send response NON-2.05 MID= 5107, Token=null, OptionSet={}, "server responds hi" 06:53:53.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, 127.0.0.1:8280, complete]! 06:53:53.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R848, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5107, Token=B498AE7909DA0E33, 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:53:53.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:53.981 [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= 5107, Token=B498AE7909DA0E33, 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:53:53.981 [UDP-Receiver-0.0.0.0/0.0.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:53:53.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-5107] 06:53:53.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847, 127.0.0.1:8279, complete]! 06:53:53.981 [: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-B498AE7909DA0E33] 06:53:53.981 [: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-5107] 06:53:53.981 [: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= 5107, Token=B498AE7909DA0E33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5107, Token=B498AE7909DA0E33, 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:53:53.982 [: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:53:53.982 [: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:53:53.982 [: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:53:53.982 [: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-5108], CON-POST MID= 5108, 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:53:53.983 [: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-188982DB578F6AA6], CON-POST MID= 5108, Token=188982DB578F6AA6, 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:53:53.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5108], KeyToken[127.0.0.1:8279-188982DB578F6AA6]] 06:53:53.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:53:53.983 [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= 5108, Token=188982DB578F6AA6, 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:53:53.983 [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:53:53.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5108] 06:53:53.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, 127.0.0.1:8280] replace CON-POST MID= 5108, Token=188982DB578F6AA6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5108, Token=188982DB578F6AA6, OptionSet={"Object-Security":0x}, "client says hi" 06:53:53.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R850, 127.0.0.1:8280] send response NON-2.05 MID= 5108, Token=null, OptionSet={}, "server responds hi" 06:53:53.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, 127.0.0.1:8280, complete]! 06:53:53.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R850, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5108, Token=188982DB578F6AA6, 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:53:53.984 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:53.985 [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= 5108, Token=188982DB578F6AA6, 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:53:53.985 [UDP-Receiver-0.0.0.0/0.0.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:53:53.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-5108] 06:53:53.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849, 127.0.0.1:8279, complete]! 06:53:53.985 [: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-188982DB578F6AA6] 06:53:53.985 [: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-5108] 06:53:53.985 [: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= 5108, Token=188982DB578F6AA6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5108, Token=188982DB578F6AA6, 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:53:53.986 [: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:53:53.986 [: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:53:53.986 [: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:53:53.986 [: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-5109], CON-POST MID= 5109, 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:53:53.986 [: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-E81156BE02FBB7E9], CON-POST MID= 5109, Token=E81156BE02FBB7E9, 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:53:53.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5109], KeyToken[127.0.0.1:8279-E81156BE02FBB7E9]] 06:53:53.987 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8279 06:53:53.987 [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= 5109, Token=E81156BE02FBB7E9, 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:53:53.987 [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:53:53.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5109] 06:53:53.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, 127.0.0.1:8280] replace CON-POST MID= 5109, Token=E81156BE02FBB7E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5109, Token=E81156BE02FBB7E9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:53.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R852, 127.0.0.1:8280] send response NON-2.05 MID= 5109, Token=null, OptionSet={}, "server responds hi" 06:53:53.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, 127.0.0.1:8280, complete]! 06:53:53.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R852, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5109, Token=E81156BE02FBB7E9, 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:53:53.988 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:53.989 [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= 5109, Token=E81156BE02FBB7E9, 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:53:53.989 [UDP-Receiver-0.0.0.0/0.0.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:53:53.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-5109] 06:53:53.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:53.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:53.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851, 127.0.0.1:8279, complete]! 06:53:53.989 [: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-E81156BE02FBB7E9] 06:53:53.989 [: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-5109] 06:53:53.989 [: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= 5109, Token=E81156BE02FBB7E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5109, Token=E81156BE02FBB7E9, 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:53:54.041 [: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:53:54.041 [: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:53:54.042 [: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:53:54.042 [: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-5110], CON-POST MID= 5110, 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:53:54.042 [: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-0CAC3DF52535A59E], CON-POST MID= 5110, Token=0CAC3DF52535A59E, 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:53:54.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5110], KeyToken[127.0.0.1:8279-0CAC3DF52535A59E]] 06:53:54.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:8279 06:53:54.043 [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= 5110, Token=0CAC3DF52535A59E, 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:53:54.043 [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:53:54.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5110] 06:53:54.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, 127.0.0.1:8280] replace CON-POST MID= 5110, Token=0CAC3DF52535A59E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5110, Token=0CAC3DF52535A59E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R854, 127.0.0.1:8280] send response NON-2.05 MID= 5110, Token=null, OptionSet={}, "server responds hi" 06:53:54.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, 127.0.0.1:8280, complete]! 06:53:54.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R854, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5110, Token=0CAC3DF52535A59E, 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:53:54.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:53:54.044 [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= 5110, Token=0CAC3DF52535A59E, 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:53:54.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:8279 06:53:54.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:8279-5110] 06:53:54.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853, 127.0.0.1:8279, complete]! 06:53:54.045 [: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-0CAC3DF52535A59E] 06:53:54.045 [: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-5110] 06:53:54.045 [: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= 5110, Token=0CAC3DF52535A59E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5110, Token=0CAC3DF52535A59E, 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:53:54.046 [: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:53:54.046 [: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:53:54.046 [: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:53:54.046 [: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-5111], CON-POST MID= 5111, 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:53:54.046 [: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-84A2937A96328271], CON-POST MID= 5111, Token=84A2937A96328271, 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:53:54.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5111], KeyToken[127.0.0.1:8279-84A2937A96328271]] 06:53:54.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:8279 06:53:54.047 [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= 5111, Token=84A2937A96328271, 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:53:54.047 [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:53:54.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5111] 06:53:54.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, 127.0.0.1:8280] replace CON-POST MID= 5111, Token=84A2937A96328271, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5111, Token=84A2937A96328271, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R856, 127.0.0.1:8280] send response NON-2.05 MID= 5111, Token=null, OptionSet={}, "server responds hi" 06:53:54.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, 127.0.0.1:8280, complete]! 06:53:54.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R856, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5111, Token=84A2937A96328271, 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:53:54.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:53:54.048 [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= 5111, Token=84A2937A96328271, 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:53:54.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:8279 06:53:54.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:8279-5111] 06:53:54.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855, 127.0.0.1:8279, complete]! 06:53:54.049 [: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-84A2937A96328271] 06:53:54.049 [: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-5111] 06:53:54.049 [: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= 5111, Token=84A2937A96328271, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5111, Token=84A2937A96328271, 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:53:54.049 [: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:53:54.049 [: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:53:54.050 [: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:53:54.050 [: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-5112], CON-POST MID= 5112, 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:53:54.050 [: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-10EB926DB66D4531], CON-POST MID= 5112, Token=10EB926DB66D4531, 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:53:54.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5112], KeyToken[127.0.0.1:8279-10EB926DB66D4531]] 06:53:54.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:8279 06:53:54.051 [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= 5112, Token=10EB926DB66D4531, 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:53:54.051 [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:53:54.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5112] 06:53:54.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, 127.0.0.1:8280] replace CON-POST MID= 5112, Token=10EB926DB66D4531, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5112, Token=10EB926DB66D4531, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R858, 127.0.0.1:8280] send response NON-2.05 MID= 5112, Token=null, OptionSet={}, "server responds hi" 06:53:54.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, 127.0.0.1:8280, complete]! 06:53:54.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R858, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5112, Token=10EB926DB66D4531, 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:53:54.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:8280 06:53:54.052 [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= 5112, Token=10EB926DB66D4531, 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:53:54.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:8279 06:53:54.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:8279-5112] 06:53:54.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857, 127.0.0.1:8279, complete]! 06:53:54.053 [: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-10EB926DB66D4531] 06:53:54.053 [: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-5112] 06:53:54.053 [: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= 5112, Token=10EB926DB66D4531, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5112, Token=10EB926DB66D4531, 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:53:54.053 [: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:53:54.053 [: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:53:54.053 [: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:53:54.054 [: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-5113], CON-POST MID= 5113, 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:53:54.054 [: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-F8C40D297EB0BD38], CON-POST MID= 5113, Token=F8C40D297EB0BD38, 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:53:54.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5113], KeyToken[127.0.0.1:8279-F8C40D297EB0BD38]] 06:53:54.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:8279 06:53:54.054 [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= 5113, Token=F8C40D297EB0BD38, 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:53:54.054 [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:53:54.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5113] 06:53:54.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, 127.0.0.1:8280] replace CON-POST MID= 5113, Token=F8C40D297EB0BD38, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5113, Token=F8C40D297EB0BD38, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R860, 127.0.0.1:8280] send response NON-2.05 MID= 5113, Token=null, OptionSet={}, "server responds hi" 06:53:54.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, 127.0.0.1:8280, complete]! 06:53:54.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R860, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5113, Token=F8C40D297EB0BD38, 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:53:54.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:53:54.055 [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= 5113, Token=F8C40D297EB0BD38, 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:53:54.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:8279 06:53:54.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:8279-5113] 06:53:54.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859, 127.0.0.1:8279, complete]! 06:53:54.056 [: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-F8C40D297EB0BD38] 06:53:54.056 [: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-5113] 06:53:54.056 [: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= 5113, Token=F8C40D297EB0BD38, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5113, Token=F8C40D297EB0BD38, 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:53:54.056 [: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:53:54.056 [: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:53:54.056 [: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:53:54.057 [: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-5114], CON-POST MID= 5114, 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:53:54.057 [: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-2C9F391BA0A32A13], CON-POST MID= 5114, Token=2C9F391BA0A32A13, 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:53:54.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5114], KeyToken[127.0.0.1:8279-2C9F391BA0A32A13]] 06:53:54.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8279 06:53:54.057 [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= 5114, Token=2C9F391BA0A32A13, 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:53:54.057 [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:53:54.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5114] 06:53:54.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, 127.0.0.1:8280] replace CON-POST MID= 5114, Token=2C9F391BA0A32A13, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5114, Token=2C9F391BA0A32A13, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R862, 127.0.0.1:8280] send response NON-2.05 MID= 5114, Token=null, OptionSet={}, "server responds hi" 06:53:54.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, 127.0.0.1:8280, complete]! 06:53:54.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R862, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5114, Token=2C9F391BA0A32A13, 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:53:54.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:53:54.059 [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= 5114, Token=2C9F391BA0A32A13, 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:53:54.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:8279 06:53:54.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:8279-5114] 06:53:54.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861, 127.0.0.1:8279, complete]! 06:53:54.059 [: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-2C9F391BA0A32A13] 06:53:54.059 [: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-5114] 06:53:54.059 [: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= 5114, Token=2C9F391BA0A32A13, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5114, Token=2C9F391BA0A32A13, 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:53:54.059 [: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:53:54.059 [: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:53:54.060 [: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:53:54.060 [: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-5115], CON-POST MID= 5115, 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:53:54.060 [: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-0490B1044CA0A852], CON-POST MID= 5115, Token=0490B1044CA0A852, 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:53:54.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5115], KeyToken[127.0.0.1:8279-0490B1044CA0A852]] 06:53:54.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:8279 06:53:54.060 [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= 5115, Token=0490B1044CA0A852, 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:53:54.060 [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:53:54.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5115] 06:53:54.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, 127.0.0.1:8280] replace CON-POST MID= 5115, Token=0490B1044CA0A852, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5115, Token=0490B1044CA0A852, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R864, 127.0.0.1:8280] send response NON-2.05 MID= 5115, Token=null, OptionSet={}, "server responds hi" 06:53:54.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, 127.0.0.1:8280, complete]! 06:53:54.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R864, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5115, Token=0490B1044CA0A852, 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:53:54.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:53:54.062 [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= 5115, Token=0490B1044CA0A852, 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:53:54.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:8279 06:53:54.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:8279-5115] 06:53:54.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863, 127.0.0.1:8279, complete]! 06:53:54.062 [: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-0490B1044CA0A852] 06:53:54.062 [: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-5115] 06:53:54.062 [: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= 5115, Token=0490B1044CA0A852, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5115, Token=0490B1044CA0A852, 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:53:54.062 [: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:53:54.062 [: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:53:54.063 [: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:53:54.063 [: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-5116], CON-POST MID= 5116, 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:53:54.063 [: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-580BA4D32C711C1C], CON-POST MID= 5116, Token=580BA4D32C711C1C, 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:53:54.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5116], KeyToken[127.0.0.1:8279-580BA4D32C711C1C]] 06:53:54.063 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8279 06:53:54.063 [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= 5116, Token=580BA4D32C711C1C, 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:53:54.063 [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:53:54.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5116] 06:53:54.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, 127.0.0.1:8280] replace CON-POST MID= 5116, Token=580BA4D32C711C1C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5116, Token=580BA4D32C711C1C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R866, 127.0.0.1:8280] send response NON-2.05 MID= 5116, Token=null, OptionSet={}, "server responds hi" 06:53:54.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, 127.0.0.1:8280, complete]! 06:53:54.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R866, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5116, Token=580BA4D32C711C1C, 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:53:54.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:53:54.064 [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= 5116, Token=580BA4D32C711C1C, 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:53:54.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:8279 06:53:54.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:8279-5116] 06:53:54.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865, 127.0.0.1:8279, complete]! 06:53:54.065 [: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-580BA4D32C711C1C] 06:53:54.065 [: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-5116] 06:53:54.065 [: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= 5116, Token=580BA4D32C711C1C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5116, Token=580BA4D32C711C1C, 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:53:54.065 [: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:53:54.065 [: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:53:54.065 [: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:53:54.066 [: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-5117], CON-POST MID= 5117, 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:53:54.066 [: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-F8978E0E7B272B25], CON-POST MID= 5117, Token=F8978E0E7B272B25, 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:53:54.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5117], KeyToken[127.0.0.1:8279-F8978E0E7B272B25]] 06:53:54.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 42 bytes to 127.0.0.1:8279 06:53:54.066 [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= 5117, Token=F8978E0E7B272B25, 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:53:54.066 [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:53:54.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5117] 06:53:54.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, 127.0.0.1:8280] replace CON-POST MID= 5117, Token=F8978E0E7B272B25, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5117, Token=F8978E0E7B272B25, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R868, 127.0.0.1:8280] send response NON-2.05 MID= 5117, Token=null, OptionSet={}, "server responds hi" 06:53:54.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, 127.0.0.1:8280, complete]! 06:53:54.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R868, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5117, Token=F8978E0E7B272B25, 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:53:54.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:8280 06:53:54.067 [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= 5117, Token=F8978E0E7B272B25, 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:53:54.067 [UDP-Receiver-0.0.0.0/0.0.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:53:54.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:8279-5117] 06:53:54.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867, 127.0.0.1:8279, complete]! 06:53:54.068 [: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-F8978E0E7B272B25] 06:53:54.068 [: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-5117] 06:53:54.068 [: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= 5117, Token=F8978E0E7B272B25, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5117, Token=F8978E0E7B272B25, 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:53:54.068 [: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:53:54.068 [: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:53:54.068 [: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:53:54.068 [: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-5118], CON-POST MID= 5118, 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:53:54.068 [: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-9C7DAC579112ADB1], CON-POST MID= 5118, Token=9C7DAC579112ADB1, 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:53:54.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5118], KeyToken[127.0.0.1:8279-9C7DAC579112ADB1]] 06:53:54.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 42 bytes to 127.0.0.1:8279 06:53:54.069 [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= 5118, Token=9C7DAC579112ADB1, 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:53:54.069 [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:53:54.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5118] 06:53:54.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, 127.0.0.1:8280] replace CON-POST MID= 5118, Token=9C7DAC579112ADB1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5118, Token=9C7DAC579112ADB1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R870, 127.0.0.1:8280] send response NON-2.05 MID= 5118, Token=null, OptionSet={}, "server responds hi" 06:53:54.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, 127.0.0.1:8280, complete]! 06:53:54.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R870, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5118, Token=9C7DAC579112ADB1, 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:53:54.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:53:54.070 [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= 5118, Token=9C7DAC579112ADB1, 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:53:54.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:8279 06:53:54.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:8279-5118] 06:53:54.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869, 127.0.0.1:8279, complete]! 06:53:54.070 [: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-9C7DAC579112ADB1] 06:53:54.070 [: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-5118] 06:53:54.070 [: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= 5118, Token=9C7DAC579112ADB1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5118, Token=9C7DAC579112ADB1, 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:53:54.071 [: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:53:54.071 [: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:53:54.071 [: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:53:54.071 [: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-5119], CON-POST MID= 5119, 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:53:54.071 [: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-0CEDC9A4ACFE1E2A], CON-POST MID= 5119, Token=0CEDC9A4ACFE1E2A, 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:53:54.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5119], KeyToken[127.0.0.1:8279-0CEDC9A4ACFE1E2A]] 06:53:54.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8279 06:53:54.072 [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= 5119, Token=0CEDC9A4ACFE1E2A, 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:53:54.072 [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:53:54.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5119] 06:53:54.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, 127.0.0.1:8280] replace CON-POST MID= 5119, Token=0CEDC9A4ACFE1E2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5119, Token=0CEDC9A4ACFE1E2A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R872, 127.0.0.1:8280] send response NON-2.05 MID= 5119, Token=null, OptionSet={}, "server responds hi" 06:53:54.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, 127.0.0.1:8280, complete]! 06:53:54.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R872, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5119, Token=0CEDC9A4ACFE1E2A, 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:53:54.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:8280 06:53:54.073 [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= 5119, Token=0CEDC9A4ACFE1E2A, 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:53:54.073 [UDP-Receiver-0.0.0.0/0.0.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:53:54.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:8279-5119] 06:53:54.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871, 127.0.0.1:8279, complete]! 06:53:54.073 [: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-0CEDC9A4ACFE1E2A] 06:53:54.073 [: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-5119] 06:53:54.073 [: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= 5119, Token=0CEDC9A4ACFE1E2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5119, Token=0CEDC9A4ACFE1E2A, 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:53:54.074 [: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:53:54.074 [: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:53:54.074 [: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:53:54.074 [: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-5120], CON-POST MID= 5120, 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:53:54.074 [: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-9C4D144EBB192118], CON-POST MID= 5120, Token=9C4D144EBB192118, 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:53:54.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5120], KeyToken[127.0.0.1:8279-9C4D144EBB192118]] 06:53:54.075 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8279 06:53:54.075 [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= 5120, Token=9C4D144EBB192118, 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:53:54.075 [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:53:54.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5120] 06:53:54.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, 127.0.0.1:8280] replace CON-POST MID= 5120, Token=9C4D144EBB192118, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5120, Token=9C4D144EBB192118, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R874, 127.0.0.1:8280] send response NON-2.05 MID= 5120, Token=null, OptionSet={}, "server responds hi" 06:53:54.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, 127.0.0.1:8280, complete]! 06:53:54.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R874, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5120, Token=9C4D144EBB192118, 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:53:54.076 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.076 [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= 5120, Token=9C4D144EBB192118, 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:53:54.076 [UDP-Receiver-0.0.0.0/0.0.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:53:54.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-5120] 06:53:54.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873, 127.0.0.1:8279, complete]! 06:53:54.076 [: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-9C4D144EBB192118] 06:53:54.076 [: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-5120] 06:53:54.076 [: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= 5120, Token=9C4D144EBB192118, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5120, Token=9C4D144EBB192118, 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:53:54.077 [: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:53:54.077 [: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:53:54.077 [: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:53:54.077 [: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-5121], CON-POST MID= 5121, 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:53:54.077 [: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-5C15BA841C55646E], CON-POST MID= 5121, Token=5C15BA841C55646E, 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:53:54.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5121], KeyToken[127.0.0.1:8279-5C15BA841C55646E]] 06:53:54.078 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8279 06:53:54.078 [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= 5121, Token=5C15BA841C55646E, 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:53:54.078 [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:53:54.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5121] 06:53:54.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, 127.0.0.1:8280] replace CON-POST MID= 5121, Token=5C15BA841C55646E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5121, Token=5C15BA841C55646E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R876, 127.0.0.1:8280] send response NON-2.05 MID= 5121, Token=null, OptionSet={}, "server responds hi" 06:53:54.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, 127.0.0.1:8280, complete]! 06:53:54.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R876, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5121, Token=5C15BA841C55646E, 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:53:54.079 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.079 [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= 5121, Token=5C15BA841C55646E, 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:53:54.079 [UDP-Receiver-0.0.0.0/0.0.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:53:54.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-5121] 06:53:54.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875, 127.0.0.1:8279, complete]! 06:53:54.080 [: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-5C15BA841C55646E] 06:53:54.080 [: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-5121] 06:53:54.080 [: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= 5121, Token=5C15BA841C55646E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5121, Token=5C15BA841C55646E, 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:53:54.080 [: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:53:54.080 [: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:53:54.081 [: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:53:54.081 [: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-5122], CON-POST MID= 5122, 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:53:54.081 [: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-BCE3A74CC3D473D0], CON-POST MID= 5122, Token=BCE3A74CC3D473D0, 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:53:54.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5122], KeyToken[127.0.0.1:8279-BCE3A74CC3D473D0]] 06:53:54.081 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8279 06:53:54.082 [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= 5122, Token=BCE3A74CC3D473D0, 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:53:54.082 [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:53:54.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5122] 06:53:54.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, 127.0.0.1:8280] replace CON-POST MID= 5122, Token=BCE3A74CC3D473D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5122, Token=BCE3A74CC3D473D0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R878, 127.0.0.1:8280] send response NON-2.05 MID= 5122, Token=null, OptionSet={}, "server responds hi" 06:53:54.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, 127.0.0.1:8280, complete]! 06:53:54.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R878, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5122, Token=BCE3A74CC3D473D0, 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:53:54.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.083 [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= 5122, Token=BCE3A74CC3D473D0, 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:53:54.083 [UDP-Receiver-0.0.0.0/0.0.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:53:54.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-5122] 06:53:54.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877, 127.0.0.1:8279, complete]! 06:53:54.083 [: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-BCE3A74CC3D473D0] 06:53:54.083 [: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-5122] 06:53:54.084 [: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= 5122, Token=BCE3A74CC3D473D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5122, Token=BCE3A74CC3D473D0, 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:53:54.084 [: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:53:54.084 [: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:53:54.084 [: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:53:54.084 [: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-5123], CON-POST MID= 5123, 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:53:54.085 [: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-B88B6C7B5DF906C7], CON-POST MID= 5123, Token=B88B6C7B5DF906C7, 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:53:54.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5123], KeyToken[127.0.0.1:8279-B88B6C7B5DF906C7]] 06:53:54.085 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8279 06:53:54.085 [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= 5123, Token=B88B6C7B5DF906C7, 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:53:54.085 [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:53:54.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5123] 06:53:54.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, 127.0.0.1:8280] replace CON-POST MID= 5123, Token=B88B6C7B5DF906C7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5123, Token=B88B6C7B5DF906C7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R880, 127.0.0.1:8280] send response NON-2.05 MID= 5123, Token=null, OptionSet={}, "server responds hi" 06:53:54.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, 127.0.0.1:8280, complete]! 06:53:54.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R880, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5123, Token=B88B6C7B5DF906C7, 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:53:54.086 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.086 [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= 5123, Token=B88B6C7B5DF906C7, 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:53:54.086 [UDP-Receiver-0.0.0.0/0.0.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:53:54.087 [: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-5123] 06:53:54.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879, 127.0.0.1:8279, complete]! 06:53:54.087 [: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-B88B6C7B5DF906C7] 06:53:54.087 [: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-5123] 06:53:54.087 [: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= 5123, Token=B88B6C7B5DF906C7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5123, Token=B88B6C7B5DF906C7, 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:53:54.087 [: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:53:54.087 [: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:53:54.088 [: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:53:54.088 [: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-5124], CON-POST MID= 5124, 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:53:54.088 [: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-F0D68A88B63AE6F5], CON-POST MID= 5124, Token=F0D68A88B63AE6F5, 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:53:54.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5124], KeyToken[127.0.0.1:8279-F0D68A88B63AE6F5]] 06:53:54.088 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8279 06:53:54.088 [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= 5124, Token=F0D68A88B63AE6F5, 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:53:54.088 [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:53:54.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5124] 06:53:54.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, 127.0.0.1:8280] replace CON-POST MID= 5124, Token=F0D68A88B63AE6F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5124, Token=F0D68A88B63AE6F5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R882, 127.0.0.1:8280] send response NON-2.05 MID= 5124, Token=null, OptionSet={}, "server responds hi" 06:53:54.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, 127.0.0.1:8280, complete]! 06:53:54.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R882, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5124, Token=F0D68A88B63AE6F5, 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:53:54.090 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.090 [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= 5124, Token=F0D68A88B63AE6F5, 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:53:54.090 [UDP-Receiver-0.0.0.0/0.0.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:53:54.090 [: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-5124] 06:53:54.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881, 127.0.0.1:8279, complete]! 06:53:54.090 [: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-F0D68A88B63AE6F5] 06:53:54.090 [: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-5124] 06:53:54.090 [: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= 5124, Token=F0D68A88B63AE6F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5124, Token=F0D68A88B63AE6F5, 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:53:54.091 [: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:53:54.091 [: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:53:54.091 [: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:53:54.091 [: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-5125], CON-POST MID= 5125, 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:53:54.091 [: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-E467B14169D969D2], CON-POST MID= 5125, Token=E467B14169D969D2, 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:53:54.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5125], KeyToken[127.0.0.1:8279-E467B14169D969D2]] 06:53:54.091 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8279 06:53:54.092 [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= 5125, Token=E467B14169D969D2, 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:53:54.092 [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:53:54.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5125] 06:53:54.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, 127.0.0.1:8280] replace CON-POST MID= 5125, Token=E467B14169D969D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5125, Token=E467B14169D969D2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R884, 127.0.0.1:8280] send response NON-2.05 MID= 5125, Token=null, OptionSet={}, "server responds hi" 06:53:54.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, 127.0.0.1:8280, complete]! 06:53:54.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R884, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5125, Token=E467B14169D969D2, 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:53:54.093 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.093 [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= 5125, Token=E467B14169D969D2, 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:53:54.093 [UDP-Receiver-0.0.0.0/0.0.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:53:54.093 [: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-5125] 06:53:54.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883, 127.0.0.1:8279, complete]! 06:53:54.093 [: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-E467B14169D969D2] 06:53:54.093 [: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-5125] 06:53:54.094 [: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= 5125, Token=E467B14169D969D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5125, Token=E467B14169D969D2, 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:53:54.094 [: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:53:54.094 [: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:53:54.094 [: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:53:54.094 [: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-5126], CON-POST MID= 5126, 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:53:54.094 [: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-A4C6175F9AE3158D], CON-POST MID= 5126, Token=A4C6175F9AE3158D, 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:53:54.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5126], KeyToken[127.0.0.1:8279-A4C6175F9AE3158D]] 06:53:54.095 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:54.095 [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= 5126, Token=A4C6175F9AE3158D, 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:53:54.095 [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:53:54.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5126] 06:53:54.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, 127.0.0.1:8280] replace CON-POST MID= 5126, Token=A4C6175F9AE3158D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5126, Token=A4C6175F9AE3158D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R886, 127.0.0.1:8280] send response NON-2.05 MID= 5126, Token=null, OptionSet={}, "server responds hi" 06:53:54.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, 127.0.0.1:8280, complete]! 06:53:54.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R886, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5126, Token=A4C6175F9AE3158D, 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:53:54.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:53:54.142 [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= 5126, Token=A4C6175F9AE3158D, 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:53:54.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:8279 06:53:54.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:8279-5126] 06:53:54.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885, 127.0.0.1:8279, complete]! 06:53:54.142 [: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-A4C6175F9AE3158D] 06:53:54.142 [: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-5126] 06:53:54.142 [: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= 5126, Token=A4C6175F9AE3158D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5126, Token=A4C6175F9AE3158D, 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:53:54.143 [: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:53:54.143 [: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:53:54.143 [: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:53:54.144 [: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-5127], CON-POST MID= 5127, 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:53:54.144 [: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-80E2FC725451125C], CON-POST MID= 5127, Token=80E2FC725451125C, 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:53:54.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5127], KeyToken[127.0.0.1:8279-80E2FC725451125C]] 06:53:54.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 43 bytes to 127.0.0.1:8279 06:53:54.144 [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= 5127, Token=80E2FC725451125C, 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:53:54.144 [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:53:54.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5127] 06:53:54.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, 127.0.0.1:8280] replace CON-POST MID= 5127, Token=80E2FC725451125C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5127, Token=80E2FC725451125C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R888, 127.0.0.1:8280] send response NON-2.05 MID= 5127, Token=null, OptionSet={}, "server responds hi" 06:53:54.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, 127.0.0.1:8280, complete]! 06:53:54.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R888, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5127, Token=80E2FC725451125C, 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:53:54.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:53:54.146 [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= 5127, Token=80E2FC725451125C, 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:53:54.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:8279 06:53:54.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:8279-5127] 06:53:54.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887, 127.0.0.1:8279, complete]! 06:53:54.146 [: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-80E2FC725451125C] 06:53:54.146 [: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-5127] 06:53:54.146 [: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= 5127, Token=80E2FC725451125C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5127, Token=80E2FC725451125C, 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:53:54.147 [: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:53:54.147 [: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:53:54.147 [: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:53:54.147 [: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-5128], CON-POST MID= 5128, 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:53:54.147 [: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-3CDE0B59403F6D3C], CON-POST MID= 5128, Token=3CDE0B59403F6D3C, 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:53:54.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5128], KeyToken[127.0.0.1:8279-3CDE0B59403F6D3C]] 06:53:54.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 43 bytes to 127.0.0.1:8279 06:53:54.148 [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= 5128, Token=3CDE0B59403F6D3C, 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:53:54.148 [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:53:54.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5128] 06:53:54.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, 127.0.0.1:8280] replace CON-POST MID= 5128, Token=3CDE0B59403F6D3C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5128, Token=3CDE0B59403F6D3C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R890, 127.0.0.1:8280] send response NON-2.05 MID= 5128, Token=null, OptionSet={}, "server responds hi" 06:53:54.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, 127.0.0.1:8280, complete]! 06:53:54.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R890, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5128, Token=3CDE0B59403F6D3C, 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:53:54.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:53:54.150 [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= 5128, Token=3CDE0B59403F6D3C, 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:53:54.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:8279 06:53:54.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:8279-5128] 06:53:54.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889, 127.0.0.1:8279, complete]! 06:53:54.150 [: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-3CDE0B59403F6D3C] 06:53:54.150 [: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-5128] 06:53:54.150 [: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= 5128, Token=3CDE0B59403F6D3C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5128, Token=3CDE0B59403F6D3C, 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:53:54.151 [: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:53:54.151 [: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:53:54.151 [: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:53:54.151 [: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-5129], CON-POST MID= 5129, 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:53:54.151 [: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-80D8F182AB3795A2], CON-POST MID= 5129, Token=80D8F182AB3795A2, 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:53:54.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5129], KeyToken[127.0.0.1:8279-80D8F182AB3795A2]] 06:53:54.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 43 bytes to 127.0.0.1:8279 06:53:54.152 [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= 5129, Token=80D8F182AB3795A2, 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:53:54.152 [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:53:54.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5129] 06:53:54.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, 127.0.0.1:8280] replace CON-POST MID= 5129, Token=80D8F182AB3795A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5129, Token=80D8F182AB3795A2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R892, 127.0.0.1:8280] send response NON-2.05 MID= 5129, Token=null, OptionSet={}, "server responds hi" 06:53:54.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, 127.0.0.1:8280, complete]! 06:53:54.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R892, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5129, Token=80D8F182AB3795A2, 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:53:54.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 42 bytes to 127.0.0.1:8280 06:53:54.154 [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= 5129, Token=80D8F182AB3795A2, 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:53:54.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:8279 06:53:54.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:8279-5129] 06:53:54.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891, 127.0.0.1:8279, complete]! 06:53:54.154 [: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-80D8F182AB3795A2] 06:53:54.154 [: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-5129] 06:53:54.154 [: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= 5129, Token=80D8F182AB3795A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5129, Token=80D8F182AB3795A2, 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:53:54.155 [: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:53:54.155 [: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:53:54.155 [: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:53:54.155 [: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-5130], CON-POST MID= 5130, 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:53:54.156 [: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-1CDD291916FC8A63], CON-POST MID= 5130, Token=1CDD291916FC8A63, 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:53:54.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-5130], KeyToken[127.0.0.1:8279-1CDD291916FC8A63]] 06:53:54.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 43 bytes to 127.0.0.1:8279 06:53:54.156 [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= 5130, Token=1CDD291916FC8A63, 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:53:54.156 [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:53:54.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-5130] 06:53:54.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, 127.0.0.1:8280] replace CON-POST MID= 5130, Token=1CDD291916FC8A63, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5130, Token=1CDD291916FC8A63, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R894, 127.0.0.1:8280] send response NON-2.05 MID= 5130, Token=null, OptionSet={}, "server responds hi" 06:53:54.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, 127.0.0.1:8280, complete]! 06:53:54.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R894, 127.0.0.1:8280, complete] completed NON-2.04 MID= 5130, Token=1CDD291916FC8A63, 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:53:54.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:53:54.158 [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= 5130, Token=1CDD291916FC8A63, 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:53:54.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:8279 06:53:54.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:8279-5130] 06:53:54.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893, 127.0.0.1:8279, complete]! 06:53:54.158 [: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-1CDD291916FC8A63] 06:53:54.159 [: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-5130] 06:53:54.159 [: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= 5130, Token=1CDD291916FC8A63, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5130, Token=1CDD291916FC8A63, 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:53:54.159 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:54.159 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8279 06:53:54.159 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8279 06:53:54.159 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] stopping ... 06:53:54.159 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8279, address /127.0.0.1 06:53:54.159 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] has stopped. 06:53:54.159 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8279 06:53:54.159 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:54.161 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:54.161 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:54.161 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:54.161 [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:53:54.161 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:54.162 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:54.162 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:54.162 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:54.163 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:54.163 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8281 06:53:54.163 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:54.163 [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:53:54.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:53:54.163 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8281 06:53:54.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:53:54.164 [: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:53:54.164 [: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:53:54.165 [: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:53:54.165 [: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-15702], CON-POST MID=15702, 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:53:54.165 [: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-B4EF6C6773B96BEF], CON-POST MID=15702, Token=B4EF6C6773B96BEF, 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:53:54.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-15702], KeyToken[127.0.0.1:8281-B4EF6C6773B96BEF]] 06:53:54.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 41 bytes to 127.0.0.1:8281 06:53:54.166 [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=15702, Token=B4EF6C6773B96BEF, 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:53:54.166 [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:53:54.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-15702] 06:53:54.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, 127.0.0.1:8280] replace CON-POST MID=15702, Token=B4EF6C6773B96BEF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15702, Token=B4EF6C6773B96BEF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R896, 127.0.0.1:8280] send response NON-2.05 MID=15702, Token=null, OptionSet={}, "server responds hi" 06:53:54.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, 127.0.0.1:8280, complete]! 06:53:54.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R896, 127.0.0.1:8280, complete] completed NON-2.04 MID=15702, Token=B4EF6C6773B96BEF, 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:53:54.167 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.167 [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=15702, Token=B4EF6C6773B96BEF, 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:53:54.167 [UDP-Receiver-0.0.0.0/0.0.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:53:54.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8281-15702] 06:53:54.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895, 127.0.0.1:8281, complete]! 06:53:54.167 [: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-B4EF6C6773B96BEF] 06:53:54.167 [: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-15702] 06:53:54.167 [: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=15702, Token=B4EF6C6773B96BEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15702, Token=B4EF6C6773B96BEF, 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:53:54.168 [: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:53:54.168 [: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:53:54.168 [: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:53:54.168 [: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-15703], CON-POST MID=15703, 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:53:54.168 [: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-48B5DFA8EC67AEF8], CON-POST MID=15703, Token=48B5DFA8EC67AEF8, 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:53:54.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-15703], KeyToken[127.0.0.1:8281-48B5DFA8EC67AEF8]] 06:53:54.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 41 bytes to 127.0.0.1:8281 06:53:54.169 [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=15703, Token=48B5DFA8EC67AEF8, 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:53:54.169 [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:53:54.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-15703] 06:53:54.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.169 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 06:53:54.169 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:53:54.169 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:53:54.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898, 127.0.0.1:8280, complete]! 06:53:54.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R898, 127.0.0.1:8280, complete] completed ACK-4.01 MID=15703, Token=48B5DFA8EC67AEF8, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:53:54.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 30 bytes to 127.0.0.1:8280 06:53:54.170 [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=15703, Token=48B5DFA8EC67AEF8, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:53:54.170 [UDP-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:53:54.170 [: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:53:54.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=15703, Token=48B5DFA8EC67AEF8, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:53:54.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897, 127.0.0.1:8281, complete]! 06:53:54.170 [: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-48B5DFA8EC67AEF8] 06:53:54.170 [: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-15703] 06:53:54.170 [: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=15703, Token=48B5DFA8EC67AEF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15703, Token=48B5DFA8EC67AEF8, 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:53:54.170 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:54.171 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8281 06:53:54.171 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8281 06:53:54.171 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] stopping ... 06:53:54.171 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8281, address /127.0.0.1 06:53:54.171 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] has stopped. 06:53:54.171 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8281 06:53:54.171 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:54.172 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:54.172 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:54.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:54.173 [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:53:54.173 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:54.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:54.174 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:54.174 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:54.174 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:54.174 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8282 06:53:54.174 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:54.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:53:54.175 [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:53:54.175 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8282 06:53:54.175 [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:53:54.175 [: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:53:54.175 [: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:53:54.176 [: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:53:54.176 [: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-21071], CON-POST MID=21071, 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:53:54.176 [: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-281770BF42F20B64], CON-POST MID=21071, Token=281770BF42F20B64, 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:53:54.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8282-21071], KeyToken[127.0.0.1:8282-281770BF42F20B64]] 06:53:54.177 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8282 06:53:54.177 [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=21071, Token=281770BF42F20B64, 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:53:54.177 [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:53:54.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21071] 06:53:54.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, 127.0.0.1:8280] replace CON-POST MID=21071, Token=281770BF42F20B64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21071, Token=281770BF42F20B64, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R900, 127.0.0.1:8280] send response NON-2.05 MID=21071, Token=null, OptionSet={}, "server responds hi" 06:53:54.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, 127.0.0.1:8280, complete]! 06:53:54.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R900, 127.0.0.1:8280, complete] completed NON-2.04 MID=21071, Token=281770BF42F20B64, 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:53:54.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.179 [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=21071, Token=281770BF42F20B64, 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:53:54.179 [UDP-Receiver-0.0.0.0/0.0.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:53:54.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-21071] 06:53:54.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899, 127.0.0.1:8282, complete]! 06:53:54.179 [: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-281770BF42F20B64] 06:53:54.179 [: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-21071] 06:53:54.179 [: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=21071, Token=281770BF42F20B64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21071, Token=281770BF42F20B64, 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:53:54.180 [: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:53:54.180 [: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:53:54.180 [: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:53:54.180 [: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-21072], CON-POST MID=21072, 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:53:54.180 [: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-DCD9F027F6B28731], CON-POST MID=21072, Token=DCD9F027F6B28731, 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:53:54.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8282-21072], KeyToken[127.0.0.1:8282-DCD9F027F6B28731]] 06:53:54.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8282 06:53:54.181 [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=21072, Token=DCD9F027F6B28731, 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:53:54.181 [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:53:54.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21072] 06:53:54.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, 127.0.0.1:8280] replace CON-POST MID=21072, Token=DCD9F027F6B28731, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21072, Token=DCD9F027F6B28731, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R902, 127.0.0.1:8280] send response NON-2.05 MID=21072, Token=null, OptionSet={}, "server responds hi" 06:53:54.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, 127.0.0.1:8280, complete]! 06:53:54.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R902, 127.0.0.1:8280, complete] completed NON-2.04 MID=21072, Token=DCD9F027F6B28731, 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:53:54.182 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.183 [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=21072, Token=DCD9F027F6B28731, 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:53:54.183 [UDP-Receiver-0.0.0.0/0.0.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:53:54.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-21072] 06:53:54.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901, 127.0.0.1:8282, complete]! 06:53:54.183 [: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-DCD9F027F6B28731] 06:53:54.183 [: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-21072] 06:53:54.183 [: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=21072, Token=DCD9F027F6B28731, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21072, Token=DCD9F027F6B28731, 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:53:54.184 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:54.184 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8282 06:53:54.184 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8282 06:53:54.184 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8282] stopping ... 06:53:54.184 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8282, address /127.0.0.1 06:53:54.184 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8282] has stopped. 06:53:54.184 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8282 06:53:54.184 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:54.186 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:54.186 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:54.186 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:54.186 [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:53:54.186 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:54.187 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:54.187 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:54.187 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:54.187 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:54.187 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8283 06:53:54.187 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:54.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:53:54.188 [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:53:54.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8283 06:53:54.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:53:54.189 [: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:53:54.189 [: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:53:54.189 [: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:53:54.190 [: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-34171], CON-POST MID=34171, 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:53:54.190 [: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-74281FAB231F0722], CON-POST MID=34171, Token=74281FAB231F0722, 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:53:54.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34171], KeyToken[127.0.0.1:8283-74281FAB231F0722]] 06:53:54.190 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.190 [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=34171, Token=74281FAB231F0722, 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:53:54.190 [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:53:54.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34171] 06:53:54.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, 127.0.0.1:8280] replace CON-POST MID=34171, Token=74281FAB231F0722, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34171, Token=74281FAB231F0722, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R904, 127.0.0.1:8280] send response NON-2.05 MID=34171, Token=null, OptionSet={}, "server responds hi" 06:53:54.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, 127.0.0.1:8280, complete]! 06:53:54.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R904, 127.0.0.1:8280, complete] completed NON-2.04 MID=34171, Token=74281FAB231F0722, 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:53:54.192 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.192 [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=34171, Token=74281FAB231F0722, 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:53:54.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34171] 06:53:54.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903, 127.0.0.1:8283, complete]! 06:53:54.192 [: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-74281FAB231F0722] 06:53:54.192 [: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-34171] 06:53:54.192 [: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=34171, Token=74281FAB231F0722, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34171, Token=74281FAB231F0722, 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:53:54.193 [: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:53:54.193 [: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:53:54.193 [: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:53:54.193 [: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-34172], CON-POST MID=34172, 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:53:54.193 [: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-445DA6BD48C9F051], CON-POST MID=34172, Token=445DA6BD48C9F051, 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:53:54.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34172], KeyToken[127.0.0.1:8283-445DA6BD48C9F051]] 06:53:54.194 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.194 [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=34172, Token=445DA6BD48C9F051, 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:53:54.194 [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:53:54.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34172] 06:53:54.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, 127.0.0.1:8280] replace CON-POST MID=34172, Token=445DA6BD48C9F051, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34172, Token=445DA6BD48C9F051, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R906, 127.0.0.1:8280] send response NON-2.05 MID=34172, Token=null, OptionSet={}, "server responds hi" 06:53:54.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, 127.0.0.1:8280, complete]! 06:53:54.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R906, 127.0.0.1:8280, complete] completed NON-2.04 MID=34172, Token=445DA6BD48C9F051, 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:53:54.195 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.195 [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=34172, Token=445DA6BD48C9F051, 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:53:54.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34172] 06:53:54.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905, 127.0.0.1:8283, complete]! 06:53:54.196 [: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-445DA6BD48C9F051] 06:53:54.196 [: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-34172] 06:53:54.196 [: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=34172, Token=445DA6BD48C9F051, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34172, Token=445DA6BD48C9F051, 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:53:54.196 [: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:53:54.196 [: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:53:54.241 [: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:53:54.241 [: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-34173], CON-POST MID=34173, 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:53:54.241 [: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-349221AA95BF0328], CON-POST MID=34173, Token=349221AA95BF0328, 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:53:54.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34173], KeyToken[127.0.0.1:8283-349221AA95BF0328]] 06:53:54.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:53:54.242 [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=34173, Token=349221AA95BF0328, 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:53:54.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:53:54.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34173] 06:53:54.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, 127.0.0.1:8280] replace CON-POST MID=34173, Token=349221AA95BF0328, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34173, Token=349221AA95BF0328, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R908, 127.0.0.1:8280] send response NON-2.05 MID=34173, Token=null, OptionSet={}, "server responds hi" 06:53:54.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, 127.0.0.1:8280, complete]! 06:53:54.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R908, 127.0.0.1:8280, complete] completed NON-2.04 MID=34173, Token=349221AA95BF0328, 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:53:54.243 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.244 [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=34173, Token=349221AA95BF0328, 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:53:54.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:53:54.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-34173] 06:53:54.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907, 127.0.0.1:8283, complete]! 06:53:54.244 [: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-349221AA95BF0328] 06:53:54.244 [: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-34173] 06:53:54.244 [: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=34173, Token=349221AA95BF0328, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34173, Token=349221AA95BF0328, 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:53:54.245 [: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:53:54.245 [: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:53:54.245 [: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:53:54.245 [: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-34174], CON-POST MID=34174, 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:53:54.246 [: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-8C7AB158AB87FC39], CON-POST MID=34174, Token=8C7AB158AB87FC39, 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:53:54.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-34174], KeyToken[127.0.0.1:8283-8C7AB158AB87FC39]] 06:53:54.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:53:54.246 [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=34174, Token=8C7AB158AB87FC39, 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:53:54.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:53:54.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34174] 06:53:54.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, 127.0.0.1:8280] replace CON-POST MID=34174, Token=8C7AB158AB87FC39, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34174, Token=8C7AB158AB87FC39, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R910, 127.0.0.1:8280] send response NON-2.05 MID=34174, Token=null, OptionSet={}, "server responds hi" 06:53:54.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, 127.0.0.1:8280, complete]! 06:53:54.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R910, 127.0.0.1:8280, complete] completed NON-2.04 MID=34174, Token=8C7AB158AB87FC39, 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:53:54.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:8280 06:53:54.248 [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=34174, Token=8C7AB158AB87FC39, 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:53:54.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:53:54.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-34174] 06:53:54.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909, 127.0.0.1:8283, complete]! 06:53:54.248 [: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-8C7AB158AB87FC39] 06:53:54.248 [: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-34174] 06:53:54.248 [: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=34174, Token=8C7AB158AB87FC39, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34174, Token=8C7AB158AB87FC39, 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:53:54.248 [: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:53:54.248 [: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:53:54.249 [: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:53:54.249 [: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-34175], CON-POST MID=34175, 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:53:54.249 [: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-508731A79D65052F], CON-POST MID=34175, Token=508731A79D65052F, 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:53:54.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34175], KeyToken[127.0.0.1:8283-508731A79D65052F]] 06:53:54.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:53:54.250 [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=34175, Token=508731A79D65052F, 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:53:54.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:53:54.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34175] 06:53:54.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, 127.0.0.1:8280] replace CON-POST MID=34175, Token=508731A79D65052F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34175, Token=508731A79D65052F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R912, 127.0.0.1:8280] send response NON-2.05 MID=34175, Token=null, OptionSet={}, "server responds hi" 06:53:54.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, 127.0.0.1:8280, complete]! 06:53:54.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R912, 127.0.0.1:8280, complete] completed NON-2.04 MID=34175, Token=508731A79D65052F, 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:53:54.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:53:54.251 [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=34175, Token=508731A79D65052F, 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:53:54.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:53:54.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-34175] 06:53:54.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911, 127.0.0.1:8283, complete]! 06:53:54.251 [: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-508731A79D65052F] 06:53:54.251 [: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-34175] 06:53:54.251 [: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=34175, Token=508731A79D65052F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34175, Token=508731A79D65052F, 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:53:54.252 [: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:53:54.252 [: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:53:54.252 [: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:53:54.252 [: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-34176], CON-POST MID=34176, 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:53:54.252 [: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-5890CAAFB7FBDDB0], CON-POST MID=34176, Token=5890CAAFB7FBDDB0, 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:53:54.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34176], KeyToken[127.0.0.1:8283-5890CAAFB7FBDDB0]] 06:53:54.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:53:54.253 [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=34176, Token=5890CAAFB7FBDDB0, 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:53:54.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:53:54.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34176] 06:53:54.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, 127.0.0.1:8280] replace CON-POST MID=34176, Token=5890CAAFB7FBDDB0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34176, Token=5890CAAFB7FBDDB0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R914, 127.0.0.1:8280] send response NON-2.05 MID=34176, Token=null, OptionSet={}, "server responds hi" 06:53:54.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, 127.0.0.1:8280, complete]! 06:53:54.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R914, 127.0.0.1:8280, complete] completed NON-2.04 MID=34176, Token=5890CAAFB7FBDDB0, 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:53:54.254 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.254 [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=34176, Token=5890CAAFB7FBDDB0, 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:53:54.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34176] 06:53:54.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913, 127.0.0.1:8283, complete]! 06:53:54.255 [: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-5890CAAFB7FBDDB0] 06:53:54.255 [: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-34176] 06:53:54.255 [: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=34176, Token=5890CAAFB7FBDDB0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34176, Token=5890CAAFB7FBDDB0, 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:53:54.255 [: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:53:54.255 [: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:53:54.255 [: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:53:54.256 [: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-34177], CON-POST MID=34177, 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:53:54.256 [: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-64E7EA4CDF23D223], CON-POST MID=34177, Token=64E7EA4CDF23D223, 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:53:54.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34177], KeyToken[127.0.0.1:8283-64E7EA4CDF23D223]] 06:53:54.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:53:54.256 [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=34177, Token=64E7EA4CDF23D223, 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:53:54.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:53:54.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34177] 06:53:54.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, 127.0.0.1:8280] replace CON-POST MID=34177, Token=64E7EA4CDF23D223, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34177, Token=64E7EA4CDF23D223, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R916, 127.0.0.1:8280] send response NON-2.05 MID=34177, Token=null, OptionSet={}, "server responds hi" 06:53:54.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, 127.0.0.1:8280, complete]! 06:53:54.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R916, 127.0.0.1:8280, complete] completed NON-2.04 MID=34177, Token=64E7EA4CDF23D223, 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:53:54.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:53:54.264 [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=34177, Token=64E7EA4CDF23D223, 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:53:54.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34177] 06:53:54.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915, 127.0.0.1:8283, complete]! 06:53:54.264 [: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-64E7EA4CDF23D223] 06:53:54.264 [: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-34177] 06:53:54.264 [: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=34177, Token=64E7EA4CDF23D223, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34177, Token=64E7EA4CDF23D223, 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:53:54.265 [: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:53:54.265 [: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:53:54.265 [: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:53:54.265 [: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-34178], CON-POST MID=34178, 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:53:54.265 [: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-38304E6D18E5B067], CON-POST MID=34178, Token=38304E6D18E5B067, 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:53:54.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34178], KeyToken[127.0.0.1:8283-38304E6D18E5B067]] 06:53:54.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:8283 06:53:54.266 [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=34178, Token=38304E6D18E5B067, 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:53:54.266 [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:53:54.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34178] 06:53:54.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, 127.0.0.1:8280] replace CON-POST MID=34178, Token=38304E6D18E5B067, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34178, Token=38304E6D18E5B067, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R918, 127.0.0.1:8280] send response NON-2.05 MID=34178, Token=null, OptionSet={}, "server responds hi" 06:53:54.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, 127.0.0.1:8280, complete]! 06:53:54.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R918, 127.0.0.1:8280, complete] completed NON-2.04 MID=34178, Token=38304E6D18E5B067, 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:53:54.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:8280 06:53:54.267 [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=34178, Token=38304E6D18E5B067, 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:53:54.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34178] 06:53:54.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917, 127.0.0.1:8283, complete]! 06:53:54.268 [: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-38304E6D18E5B067] 06:53:54.268 [: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-34178] 06:53:54.268 [: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=34178, Token=38304E6D18E5B067, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34178, Token=38304E6D18E5B067, 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:53:54.268 [: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:53:54.268 [: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:53:54.269 [: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:53:54.269 [: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-34179], CON-POST MID=34179, 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:53:54.269 [: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-58BCFE136A979A91], CON-POST MID=34179, Token=58BCFE136A979A91, 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:53:54.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-34179], KeyToken[127.0.0.1:8283-58BCFE136A979A91]] 06:53:54.270 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.270 [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=34179, Token=58BCFE136A979A91, 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:53:54.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:53:54.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34179] 06:53:54.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, 127.0.0.1:8280] replace CON-POST MID=34179, Token=58BCFE136A979A91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34179, Token=58BCFE136A979A91, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R920, 127.0.0.1:8280] send response NON-2.05 MID=34179, Token=null, OptionSet={}, "server responds hi" 06:53:54.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, 127.0.0.1:8280, complete]! 06:53:54.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R920, 127.0.0.1:8280, complete] completed NON-2.04 MID=34179, Token=58BCFE136A979A91, 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:53:54.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:53:54.271 [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=34179, Token=58BCFE136A979A91, 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:53:54.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:53:54.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-34179] 06:53:54.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919, 127.0.0.1:8283, complete]! 06:53:54.271 [: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-58BCFE136A979A91] 06:53:54.271 [: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-34179] 06:53:54.271 [: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=34179, Token=58BCFE136A979A91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34179, Token=58BCFE136A979A91, 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:53:54.272 [: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:53:54.272 [: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:53:54.272 [: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:53:54.272 [: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-34180], CON-POST MID=34180, 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:53:54.273 [: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-BCC40283A779049C], CON-POST MID=34180, Token=BCC40283A779049C, 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:53:54.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-34180], KeyToken[127.0.0.1:8283-BCC40283A779049C]] 06:53:54.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:53:54.273 [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=34180, Token=BCC40283A779049C, 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:53:54.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:53:54.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34180] 06:53:54.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, 127.0.0.1:8280] replace CON-POST MID=34180, Token=BCC40283A779049C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34180, Token=BCC40283A779049C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R922, 127.0.0.1:8280] send response NON-2.05 MID=34180, Token=null, OptionSet={}, "server responds hi" 06:53:54.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, 127.0.0.1:8280, complete]! 06:53:54.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R922, 127.0.0.1:8280, complete] completed NON-2.04 MID=34180, Token=BCC40283A779049C, 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:53:54.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:53:54.275 [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=34180, Token=BCC40283A779049C, 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:53:54.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34180] 06:53:54.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921, 127.0.0.1:8283, complete]! 06:53:54.275 [: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-BCC40283A779049C] 06:53:54.275 [: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-34180] 06:53:54.275 [: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=34180, Token=BCC40283A779049C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34180, Token=BCC40283A779049C, 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:53:54.276 [: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:53:54.276 [: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:53:54.276 [: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:53:54.276 [: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-34181], CON-POST MID=34181, 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:53:54.276 [: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-BC8CBA42DA33FF09], CON-POST MID=34181, Token=BC8CBA42DA33FF09, 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:53:54.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34181], KeyToken[127.0.0.1:8283-BC8CBA42DA33FF09]] 06:53:54.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.277 [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=34181, Token=BC8CBA42DA33FF09, 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:53:54.277 [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:53:54.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34181] 06:53:54.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, 127.0.0.1:8280] replace CON-POST MID=34181, Token=BC8CBA42DA33FF09, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34181, Token=BC8CBA42DA33FF09, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R924, 127.0.0.1:8280] send response NON-2.05 MID=34181, Token=null, OptionSet={}, "server responds hi" 06:53:54.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, 127.0.0.1:8280, complete]! 06:53:54.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R924, 127.0.0.1:8280, complete] completed NON-2.04 MID=34181, Token=BC8CBA42DA33FF09, 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:53:54.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.278 [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=34181, Token=BC8CBA42DA33FF09, 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:53:54.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34181] 06:53:54.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923, 127.0.0.1:8283, complete]! 06:53:54.279 [: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-BC8CBA42DA33FF09] 06:53:54.279 [: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-34181] 06:53:54.279 [: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=34181, Token=BC8CBA42DA33FF09, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34181, Token=BC8CBA42DA33FF09, 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:53:54.279 [: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:53:54.279 [: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:53:54.280 [: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:53:54.280 [: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-34182], CON-POST MID=34182, 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:53:54.280 [: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-F00BC8D563BBEA7B], CON-POST MID=34182, Token=F00BC8D563BBEA7B, 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:53:54.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34182], KeyToken[127.0.0.1:8283-F00BC8D563BBEA7B]] 06:53:54.280 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.280 [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=34182, Token=F00BC8D563BBEA7B, 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:53:54.280 [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:53:54.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34182] 06:53:54.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, 127.0.0.1:8280] replace CON-POST MID=34182, Token=F00BC8D563BBEA7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34182, Token=F00BC8D563BBEA7B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R926, 127.0.0.1:8280] send response NON-2.05 MID=34182, Token=null, OptionSet={}, "server responds hi" 06:53:54.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, 127.0.0.1:8280, complete]! 06:53:54.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R926, 127.0.0.1:8280, complete] completed NON-2.04 MID=34182, Token=F00BC8D563BBEA7B, 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:53:54.281 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.282 [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=34182, Token=F00BC8D563BBEA7B, 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:53:54.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34182] 06:53:54.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925, 127.0.0.1:8283, complete]! 06:53:54.282 [: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-F00BC8D563BBEA7B] 06:53:54.282 [: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-34182] 06:53:54.282 [: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=34182, Token=F00BC8D563BBEA7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34182, Token=F00BC8D563BBEA7B, 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:53:54.282 [: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:53:54.282 [: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:53:54.283 [: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:53:54.283 [: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-34183], CON-POST MID=34183, 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:53:54.283 [: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-0C0CFD7D0731F6C4], CON-POST MID=34183, Token=0C0CFD7D0731F6C4, 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:53:54.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34183], KeyToken[127.0.0.1:8283-0C0CFD7D0731F6C4]] 06:53:54.283 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.284 [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=34183, Token=0C0CFD7D0731F6C4, 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:53:54.284 [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:53:54.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34183] 06:53:54.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, 127.0.0.1:8280] replace CON-POST MID=34183, Token=0C0CFD7D0731F6C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34183, Token=0C0CFD7D0731F6C4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R928, 127.0.0.1:8280] send response NON-2.05 MID=34183, Token=null, OptionSet={}, "server responds hi" 06:53:54.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, 127.0.0.1:8280, complete]! 06:53:54.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R928, 127.0.0.1:8280, complete] completed NON-2.04 MID=34183, Token=0C0CFD7D0731F6C4, 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:53:54.285 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.285 [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=34183, Token=0C0CFD7D0731F6C4, 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:53:54.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34183] 06:53:54.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927, 127.0.0.1:8283, complete]! 06:53:54.285 [: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-0C0CFD7D0731F6C4] 06:53:54.285 [: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-34183] 06:53:54.285 [: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=34183, Token=0C0CFD7D0731F6C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34183, Token=0C0CFD7D0731F6C4, 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:53:54.286 [: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:53:54.286 [: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:53:54.286 [: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:53:54.286 [: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-34184], CON-POST MID=34184, 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:53:54.286 [: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-3455CB5521A3BAF6], CON-POST MID=34184, Token=3455CB5521A3BAF6, 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:53:54.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34184], KeyToken[127.0.0.1:8283-3455CB5521A3BAF6]] 06:53:54.287 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:54.287 [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=34184, Token=3455CB5521A3BAF6, 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:53:54.287 [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:53:54.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34184] 06:53:54.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, 127.0.0.1:8280] replace CON-POST MID=34184, Token=3455CB5521A3BAF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34184, Token=3455CB5521A3BAF6, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R930, 127.0.0.1:8280] send response NON-2.05 MID=34184, Token=null, OptionSet={}, "server responds hi" 06:53:54.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, 127.0.0.1:8280, complete]! 06:53:54.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R930, 127.0.0.1:8280, complete] completed NON-2.04 MID=34184, Token=3455CB5521A3BAF6, 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:53:54.288 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.288 [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=34184, Token=3455CB5521A3BAF6, 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:53:54.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34184] 06:53:54.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929, 127.0.0.1:8283, complete]! 06:53:54.288 [: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-3455CB5521A3BAF6] 06:53:54.288 [: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-34184] 06:53:54.289 [: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=34184, Token=3455CB5521A3BAF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34184, Token=3455CB5521A3BAF6, 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:53:54.289 [: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:53:54.289 [: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:53:54.289 [: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:53:54.290 [: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-34185], CON-POST MID=34185, 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:53:54.290 [: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-74DC1D6FEFDCE098], CON-POST MID=34185, Token=74DC1D6FEFDCE098, 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:53:54.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34185], KeyToken[127.0.0.1:8283-74DC1D6FEFDCE098]] 06:53:54.290 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.290 [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=34185, Token=74DC1D6FEFDCE098, 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:53:54.290 [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:53:54.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34185] 06:53:54.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, 127.0.0.1:8280] replace CON-POST MID=34185, Token=74DC1D6FEFDCE098, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34185, Token=74DC1D6FEFDCE098, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R932, 127.0.0.1:8280] send response NON-2.05 MID=34185, Token=null, OptionSet={}, "server responds hi" 06:53:54.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, 127.0.0.1:8280, complete]! 06:53:54.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R932, 127.0.0.1:8280, complete] completed NON-2.04 MID=34185, Token=74DC1D6FEFDCE098, 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:53:54.291 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.291 [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=34185, Token=74DC1D6FEFDCE098, 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:53:54.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34185] 06:53:54.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931, 127.0.0.1:8283, complete]! 06:53:54.292 [: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-74DC1D6FEFDCE098] 06:53:54.292 [: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-34185] 06:53:54.292 [: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=34185, Token=74DC1D6FEFDCE098, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34185, Token=74DC1D6FEFDCE098, 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:53:54.292 [: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:53:54.292 [: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:53:54.293 [: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:53:54.293 [: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-34186], CON-POST MID=34186, 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:53:54.293 [: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-1457E29A83090F24], CON-POST MID=34186, Token=1457E29A83090F24, 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:53:54.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34186], KeyToken[127.0.0.1:8283-1457E29A83090F24]] 06:53:54.294 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.294 [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=34186, Token=1457E29A83090F24, 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:53:54.294 [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:53:54.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34186] 06:53:54.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, 127.0.0.1:8280] replace CON-POST MID=34186, Token=1457E29A83090F24, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34186, Token=1457E29A83090F24, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R934, 127.0.0.1:8280] send response NON-2.05 MID=34186, Token=null, OptionSet={}, "server responds hi" 06:53:54.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, 127.0.0.1:8280, complete]! 06:53:54.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R934, 127.0.0.1:8280, complete] completed NON-2.04 MID=34186, Token=1457E29A83090F24, 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:53:54.295 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.295 [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=34186, Token=1457E29A83090F24, 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:53:54.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34186] 06:53:54.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933, 127.0.0.1:8283, complete]! 06:53:54.296 [: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-1457E29A83090F24] 06:53:54.296 [: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-34186] 06:53:54.296 [: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=34186, Token=1457E29A83090F24, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34186, Token=1457E29A83090F24, 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:53:54.296 [: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:53:54.296 [: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:53:54.297 [: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:53:54.297 [: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-34187], CON-POST MID=34187, 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:53:54.297 [: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-04F8F35EF3DF96EB], CON-POST MID=34187, Token=04F8F35EF3DF96EB, 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:53:54.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34187], KeyToken[127.0.0.1:8283-04F8F35EF3DF96EB]] 06:53:54.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:53:54.341 [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=34187, Token=04F8F35EF3DF96EB, 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:53:54.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:53:54.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34187] 06:53:54.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, 127.0.0.1:8280] replace CON-POST MID=34187, Token=04F8F35EF3DF96EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34187, Token=04F8F35EF3DF96EB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R936, 127.0.0.1:8280] send response NON-2.05 MID=34187, Token=null, OptionSet={}, "server responds hi" 06:53:54.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, 127.0.0.1:8280, complete]! 06:53:54.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R936, 127.0.0.1:8280, complete] completed NON-2.04 MID=34187, Token=04F8F35EF3DF96EB, 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:53:54.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:8280 06:53:54.343 [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=34187, Token=04F8F35EF3DF96EB, 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:53:54.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:53:54.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-34187] 06:53:54.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935, 127.0.0.1:8283, complete]! 06:53:54.343 [: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-04F8F35EF3DF96EB] 06:53:54.343 [: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-34187] 06:53:54.343 [: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=34187, Token=04F8F35EF3DF96EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34187, Token=04F8F35EF3DF96EB, 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:53:54.343 [: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:53:54.343 [: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:53:54.344 [: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:53:54.344 [: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-34188], CON-POST MID=34188, 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:53:54.344 [: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-8007BE1E9E3F4D28], CON-POST MID=34188, Token=8007BE1E9E3F4D28, 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:53:54.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34188], KeyToken[127.0.0.1:8283-8007BE1E9E3F4D28]] 06:53:54.344 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:54.345 [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=34188, Token=8007BE1E9E3F4D28, 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:53:54.345 [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:53:54.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34188] 06:53:54.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, 127.0.0.1:8280] replace CON-POST MID=34188, Token=8007BE1E9E3F4D28, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34188, Token=8007BE1E9E3F4D28, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R938, 127.0.0.1:8280] send response NON-2.05 MID=34188, Token=null, OptionSet={}, "server responds hi" 06:53:54.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, 127.0.0.1:8280, complete]! 06:53:54.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R938, 127.0.0.1:8280, complete] completed NON-2.04 MID=34188, Token=8007BE1E9E3F4D28, 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:53:54.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:53:54.346 [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=34188, Token=8007BE1E9E3F4D28, 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:53:54.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:53:54.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:8283-34188] 06:53:54.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937, 127.0.0.1:8283, complete]! 06:53:54.347 [: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-8007BE1E9E3F4D28] 06:53:54.347 [: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-34188] 06:53:54.347 [: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=34188, Token=8007BE1E9E3F4D28, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34188, Token=8007BE1E9E3F4D28, 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:53:54.347 [: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:53:54.347 [: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:53:54.348 [: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:53:54.348 [: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-34189], CON-POST MID=34189, 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:53:54.348 [: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-949693CB26B73216], CON-POST MID=34189, Token=949693CB26B73216, 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:53:54.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-34189], KeyToken[127.0.0.1:8283-949693CB26B73216]] 06:53:54.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:8283 06:53:54.349 [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=34189, Token=949693CB26B73216, 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:53:54.349 [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:53:54.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34189] 06:53:54.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, 127.0.0.1:8280] replace CON-POST MID=34189, Token=949693CB26B73216, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34189, Token=949693CB26B73216, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R940, 127.0.0.1:8280] send response NON-2.05 MID=34189, Token=null, OptionSet={}, "server responds hi" 06:53:54.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, 127.0.0.1:8280, complete]! 06:53:54.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R940, 127.0.0.1:8280, complete] completed NON-2.04 MID=34189, Token=949693CB26B73216, 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:53:54.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:53:54.351 [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=34189, Token=949693CB26B73216, 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:53:54.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:53:54.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-34189] 06:53:54.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939, 127.0.0.1:8283, complete]! 06:53:54.351 [: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-949693CB26B73216] 06:53:54.351 [: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-34189] 06:53:54.351 [: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=34189, Token=949693CB26B73216, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34189, Token=949693CB26B73216, 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:53:54.351 [: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:53:54.351 [: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:53:54.352 [: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:53:54.352 [: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-34190], CON-POST MID=34190, 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:53:54.352 [: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-AC6E6790C93BF5F7], CON-POST MID=34190, Token=AC6E6790C93BF5F7, 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:53:54.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-34190], KeyToken[127.0.0.1:8283-AC6E6790C93BF5F7]] 06:53:54.352 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.352 [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=34190, Token=AC6E6790C93BF5F7, 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:53:54.352 [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:53:54.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34190] 06:53:54.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, 127.0.0.1:8280] replace CON-POST MID=34190, Token=AC6E6790C93BF5F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34190, Token=AC6E6790C93BF5F7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R942, 127.0.0.1:8280] send response NON-2.05 MID=34190, Token=null, OptionSet={}, "server responds hi" 06:53:54.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, 127.0.0.1:8280, complete]! 06:53:54.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R942, 127.0.0.1:8280, complete] completed NON-2.04 MID=34190, Token=AC6E6790C93BF5F7, 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:53:54.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.354 [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=34190, Token=AC6E6790C93BF5F7, 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:53:54.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:53:54.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-34190] 06:53:54.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941, 127.0.0.1:8283, complete]! 06:53:54.354 [: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-AC6E6790C93BF5F7] 06:53:54.354 [: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-34190] 06:53:54.354 [: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=34190, Token=AC6E6790C93BF5F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34190, Token=AC6E6790C93BF5F7, 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:53:54.354 [: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:53:54.355 [: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:53:54.355 [: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:53:54.355 [: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-34191], CON-POST MID=34191, 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:53:54.355 [: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-C0CD5F8547416D31], CON-POST MID=34191, Token=C0CD5F8547416D31, 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:53:54.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34191], KeyToken[127.0.0.1:8283-C0CD5F8547416D31]] 06:53:54.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.356 [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=34191, Token=C0CD5F8547416D31, 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:53:54.356 [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:53:54.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34191] 06:53:54.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, 127.0.0.1:8280] replace CON-POST MID=34191, Token=C0CD5F8547416D31, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34191, Token=C0CD5F8547416D31, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R944, 127.0.0.1:8280] send response NON-2.05 MID=34191, Token=null, OptionSet={}, "server responds hi" 06:53:54.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, 127.0.0.1:8280, complete]! 06:53:54.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R944, 127.0.0.1:8280, complete] completed NON-2.04 MID=34191, Token=C0CD5F8547416D31, 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:53:54.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:53:54.357 [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=34191, Token=C0CD5F8547416D31, 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:53:54.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:53:54.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34191] 06:53:54.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943, 127.0.0.1:8283, complete]! 06:53:54.357 [: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-C0CD5F8547416D31] 06:53:54.357 [: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-34191] 06:53:54.357 [: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=34191, Token=C0CD5F8547416D31, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34191, Token=C0CD5F8547416D31, 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:53:54.358 [: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:53:54.358 [: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:53:54.358 [: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:53:54.358 [: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-34192], CON-POST MID=34192, 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:53:54.358 [: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-B099E8FE8A45FF27], CON-POST MID=34192, Token=B099E8FE8A45FF27, 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:53:54.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-34192], KeyToken[127.0.0.1:8283-B099E8FE8A45FF27]] 06:53:54.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:8283 06:53:54.359 [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=34192, Token=B099E8FE8A45FF27, 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:53:54.359 [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:53:54.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34192] 06:53:54.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, 127.0.0.1:8280] replace CON-POST MID=34192, Token=B099E8FE8A45FF27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34192, Token=B099E8FE8A45FF27, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R946, 127.0.0.1:8280] send response NON-2.05 MID=34192, Token=null, OptionSet={}, "server responds hi" 06:53:54.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, 127.0.0.1:8280, complete]! 06:53:54.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R946, 127.0.0.1:8280, complete] completed NON-2.04 MID=34192, Token=B099E8FE8A45FF27, 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:53:54.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:53:54.360 [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=34192, Token=B099E8FE8A45FF27, 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:53:54.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:53:54.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-34192] 06:53:54.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945, 127.0.0.1:8283, complete]! 06:53:54.361 [: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-B099E8FE8A45FF27] 06:53:54.361 [: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-34192] 06:53:54.361 [: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=34192, Token=B099E8FE8A45FF27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34192, Token=B099E8FE8A45FF27, 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:53:54.361 [: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:53:54.361 [: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:53:54.361 [: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:53:54.362 [: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-34193], CON-POST MID=34193, 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:53:54.362 [: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-B478ED07C00212FA], CON-POST MID=34193, Token=B478ED07C00212FA, 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:53:54.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-34193], KeyToken[127.0.0.1:8283-B478ED07C00212FA]] 06:53:54.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.362 [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=34193, Token=B478ED07C00212FA, 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:53:54.362 [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:53:54.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34193] 06:53:54.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, 127.0.0.1:8280] replace CON-POST MID=34193, Token=B478ED07C00212FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34193, Token=B478ED07C00212FA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R948, 127.0.0.1:8280] send response NON-2.05 MID=34193, Token=null, OptionSet={}, "server responds hi" 06:53:54.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, 127.0.0.1:8280, complete]! 06:53:54.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R948, 127.0.0.1:8280, complete] completed NON-2.04 MID=34193, Token=B478ED07C00212FA, 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:53:54.363 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.363 [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=34193, Token=B478ED07C00212FA, 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:53:54.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:53:54.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-34193] 06:53:54.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947, 127.0.0.1:8283, complete]! 06:53:54.364 [: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-B478ED07C00212FA] 06:53:54.364 [: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-34193] 06:53:54.364 [: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=34193, Token=B478ED07C00212FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34193, Token=B478ED07C00212FA, 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:53:54.364 [: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:53:54.364 [: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:53:54.364 [: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:53:54.365 [: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-34194], CON-POST MID=34194, 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:53:54.365 [: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-A4879EF3E5A2E918], CON-POST MID=34194, Token=A4879EF3E5A2E918, 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:53:54.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34194], KeyToken[127.0.0.1:8283-A4879EF3E5A2E918]] 06:53:54.365 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.365 [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=34194, Token=A4879EF3E5A2E918, 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:53:54.365 [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:53:54.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34194] 06:53:54.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, 127.0.0.1:8280] replace CON-POST MID=34194, Token=A4879EF3E5A2E918, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34194, Token=A4879EF3E5A2E918, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R950, 127.0.0.1:8280] send response NON-2.05 MID=34194, Token=null, OptionSet={}, "server responds hi" 06:53:54.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, 127.0.0.1:8280, complete]! 06:53:54.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R950, 127.0.0.1:8280, complete] completed NON-2.04 MID=34194, Token=A4879EF3E5A2E918, 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:53:54.367 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.367 [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=34194, Token=A4879EF3E5A2E918, 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:53:54.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34194] 06:53:54.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949, 127.0.0.1:8283, complete]! 06:53:54.368 [: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-A4879EF3E5A2E918] 06:53:54.368 [: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-34194] 06:53:54.368 [: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=34194, Token=A4879EF3E5A2E918, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34194, Token=A4879EF3E5A2E918, 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:53:54.368 [: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:53:54.368 [: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:53:54.368 [: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:53:54.369 [: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-34195], CON-POST MID=34195, 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:53:54.369 [: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-C8C13D98F9182D92], CON-POST MID=34195, Token=C8C13D98F9182D92, 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:53:54.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34195], KeyToken[127.0.0.1:8283-C8C13D98F9182D92]] 06:53:54.369 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.369 [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=34195, Token=C8C13D98F9182D92, 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:53:54.369 [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:53:54.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34195] 06:53:54.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, 127.0.0.1:8280] replace CON-POST MID=34195, Token=C8C13D98F9182D92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34195, Token=C8C13D98F9182D92, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R952, 127.0.0.1:8280] send response NON-2.05 MID=34195, Token=null, OptionSet={}, "server responds hi" 06:53:54.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, 127.0.0.1:8280, complete]! 06:53:54.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R952, 127.0.0.1:8280, complete] completed NON-2.04 MID=34195, Token=C8C13D98F9182D92, 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:53:54.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:53:54.371 [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=34195, Token=C8C13D98F9182D92, 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:53:54.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:53:54.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-34195] 06:53:54.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951, 127.0.0.1:8283, complete]! 06:53:54.371 [: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-C8C13D98F9182D92] 06:53:54.371 [: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-34195] 06:53:54.371 [: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=34195, Token=C8C13D98F9182D92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34195, Token=C8C13D98F9182D92, 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:53:54.371 [: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:53:54.372 [: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:53:54.372 [: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:53:54.372 [: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-34196], CON-POST MID=34196, 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:53:54.372 [: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-ECE20D1E4D339DDB], CON-POST MID=34196, Token=ECE20D1E4D339DDB, 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:53:54.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34196], KeyToken[127.0.0.1:8283-ECE20D1E4D339DDB]] 06:53:54.372 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.373 [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=34196, Token=ECE20D1E4D339DDB, 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:53:54.373 [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:53:54.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34196] 06:53:54.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, 127.0.0.1:8280] replace CON-POST MID=34196, Token=ECE20D1E4D339DDB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34196, Token=ECE20D1E4D339DDB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R954, 127.0.0.1:8280] send response NON-2.05 MID=34196, Token=null, OptionSet={}, "server responds hi" 06:53:54.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, 127.0.0.1:8280, complete]! 06:53:54.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R954, 127.0.0.1:8280, complete] completed NON-2.04 MID=34196, Token=ECE20D1E4D339DDB, 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:53:54.374 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.374 [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=34196, Token=ECE20D1E4D339DDB, 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:53:54.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34196] 06:53:54.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953, 127.0.0.1:8283, complete]! 06:53:54.374 [: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-ECE20D1E4D339DDB] 06:53:54.374 [: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-34196] 06:53:54.374 [: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=34196, Token=ECE20D1E4D339DDB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34196, Token=ECE20D1E4D339DDB, 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:53:54.375 [: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:53:54.375 [: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:53:54.375 [: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:53:54.375 [: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-34197], CON-POST MID=34197, 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:53:54.375 [: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-04F08A78B7D6A028], CON-POST MID=34197, Token=04F08A78B7D6A028, 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:53:54.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34197], KeyToken[127.0.0.1:8283-04F08A78B7D6A028]] 06:53:54.375 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.376 [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=34197, Token=04F08A78B7D6A028, 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:53:54.376 [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:53:54.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34197] 06:53:54.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, 127.0.0.1:8280] replace CON-POST MID=34197, Token=04F08A78B7D6A028, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34197, Token=04F08A78B7D6A028, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R956, 127.0.0.1:8280] send response NON-2.05 MID=34197, Token=null, OptionSet={}, "server responds hi" 06:53:54.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, 127.0.0.1:8280, complete]! 06:53:54.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R956, 127.0.0.1:8280, complete] completed NON-2.04 MID=34197, Token=04F08A78B7D6A028, 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:53:54.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.377 [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=34197, Token=04F08A78B7D6A028, 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:53:54.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34197] 06:53:54.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955, 127.0.0.1:8283, complete]! 06:53:54.377 [: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-04F08A78B7D6A028] 06:53:54.377 [: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-34197] 06:53:54.377 [: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=34197, Token=04F08A78B7D6A028, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34197, Token=04F08A78B7D6A028, 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:53:54.378 [: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:53:54.378 [: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:53:54.378 [: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:53:54.378 [: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-34198], CON-POST MID=34198, 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:53:54.378 [: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-9C021211F5039E61], CON-POST MID=34198, Token=9C021211F5039E61, 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:53:54.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34198], KeyToken[127.0.0.1:8283-9C021211F5039E61]] 06:53:54.379 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.379 [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=34198, Token=9C021211F5039E61, 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:53:54.379 [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:53:54.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34198] 06:53:54.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, 127.0.0.1:8280] replace CON-POST MID=34198, Token=9C021211F5039E61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34198, Token=9C021211F5039E61, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R958, 127.0.0.1:8280] send response NON-2.05 MID=34198, Token=null, OptionSet={}, "server responds hi" 06:53:54.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, 127.0.0.1:8280, complete]! 06:53:54.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R958, 127.0.0.1:8280, complete] completed NON-2.04 MID=34198, Token=9C021211F5039E61, 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:53:54.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.380 [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=34198, Token=9C021211F5039E61, 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:53:54.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34198] 06:53:54.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957, 127.0.0.1:8283, complete]! 06:53:54.381 [: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-9C021211F5039E61] 06:53:54.381 [: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-34198] 06:53:54.381 [: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=34198, Token=9C021211F5039E61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34198, Token=9C021211F5039E61, 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:53:54.381 [: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:53:54.381 [: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:53:54.381 [: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:53:54.382 [: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-34199], CON-POST MID=34199, 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:53:54.382 [: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-F8F38B8249129C9D], CON-POST MID=34199, Token=F8F38B8249129C9D, 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:53:54.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34199], KeyToken[127.0.0.1:8283-F8F38B8249129C9D]] 06:53:54.382 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.382 [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=34199, Token=F8F38B8249129C9D, 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:53:54.382 [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:53:54.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34199] 06:53:54.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, 127.0.0.1:8280] replace CON-POST MID=34199, Token=F8F38B8249129C9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34199, Token=F8F38B8249129C9D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R960, 127.0.0.1:8280] send response NON-2.05 MID=34199, Token=null, OptionSet={}, "server responds hi" 06:53:54.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, 127.0.0.1:8280, complete]! 06:53:54.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R960, 127.0.0.1:8280, complete] completed NON-2.04 MID=34199, Token=F8F38B8249129C9D, 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:53:54.383 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.384 [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=34199, Token=F8F38B8249129C9D, 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:53:54.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34199] 06:53:54.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959, 127.0.0.1:8283, complete]! 06:53:54.384 [: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-F8F38B8249129C9D] 06:53:54.384 [: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-34199] 06:53:54.384 [: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=34199, Token=F8F38B8249129C9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34199, Token=F8F38B8249129C9D, 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:53:54.385 [: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:53:54.385 [: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:53:54.385 [: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:53:54.441 [: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-34200], CON-POST MID=34200, 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:53:54.441 [: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-588AD6902561764C], CON-POST MID=34200, Token=588AD6902561764C, 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:53:54.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-34200], KeyToken[127.0.0.1:8283-588AD6902561764C]] 06:53:54.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:8283 06:53:54.441 [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=34200, Token=588AD6902561764C, 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:53:54.441 [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:53:54.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34200] 06:53:54.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, 127.0.0.1:8280] replace CON-POST MID=34200, Token=588AD6902561764C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34200, Token=588AD6902561764C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R962, 127.0.0.1:8280] send response NON-2.05 MID=34200, Token=null, OptionSet={}, "server responds hi" 06:53:54.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, 127.0.0.1:8280, complete]! 06:53:54.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R962, 127.0.0.1:8280, complete] completed NON-2.04 MID=34200, Token=588AD6902561764C, 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:53:54.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:53:54.443 [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=34200, Token=588AD6902561764C, 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:53:54.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:53:54.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-34200] 06:53:54.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961, 127.0.0.1:8283, complete]! 06:53:54.444 [: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-588AD6902561764C] 06:53:54.444 [: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-34200] 06:53:54.444 [: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=34200, Token=588AD6902561764C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34200, Token=588AD6902561764C, 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:53:54.444 [: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:53:54.444 [: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:53:54.445 [: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:53:54.445 [: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-34201], CON-POST MID=34201, 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:53:54.445 [: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-74FC94F80C16B108], CON-POST MID=34201, Token=74FC94F80C16B108, 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:53:54.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34201], KeyToken[127.0.0.1:8283-74FC94F80C16B108]] 06:53:54.445 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:54.446 [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=34201, Token=74FC94F80C16B108, 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:53:54.446 [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:53:54.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34201] 06:53:54.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, 127.0.0.1:8280] replace CON-POST MID=34201, Token=74FC94F80C16B108, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34201, Token=74FC94F80C16B108, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R964, 127.0.0.1:8280] send response NON-2.05 MID=34201, Token=null, OptionSet={}, "server responds hi" 06:53:54.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, 127.0.0.1:8280, complete]! 06:53:54.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R964, 127.0.0.1:8280, complete] completed NON-2.04 MID=34201, Token=74FC94F80C16B108, 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:53:54.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:53:54.447 [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=34201, Token=74FC94F80C16B108, 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:53:54.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:8283 06:53:54.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:8283-34201] 06:53:54.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963, 127.0.0.1:8283, complete]! 06:53:54.448 [: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-74FC94F80C16B108] 06:53:54.448 [: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-34201] 06:53:54.448 [: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=34201, Token=74FC94F80C16B108, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34201, Token=74FC94F80C16B108, 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:53:54.448 [: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:53:54.448 [: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:53:54.449 [: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:53:54.449 [: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-34202], CON-POST MID=34202, 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:53:54.449 [: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-04A4AD56B385DC56], CON-POST MID=34202, Token=04A4AD56B385DC56, 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:53:54.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34202], KeyToken[127.0.0.1:8283-04A4AD56B385DC56]] 06:53:54.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 40 bytes to 127.0.0.1:8283 06:53:54.450 [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=34202, Token=04A4AD56B385DC56, 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:53:54.450 [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:53:54.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34202] 06:53:54.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, 127.0.0.1:8280] replace CON-POST MID=34202, Token=04A4AD56B385DC56, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34202, Token=04A4AD56B385DC56, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R966, 127.0.0.1:8280] send response NON-2.05 MID=34202, Token=null, OptionSet={}, "server responds hi" 06:53:54.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, 127.0.0.1:8280, complete]! 06:53:54.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R966, 127.0.0.1:8280, complete] completed NON-2.04 MID=34202, Token=04A4AD56B385DC56, 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:53:54.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:8280 06:53:54.451 [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=34202, Token=04A4AD56B385DC56, 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:53:54.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34202] 06:53:54.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965, 127.0.0.1:8283, complete]! 06:53:54.451 [: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-04A4AD56B385DC56] 06:53:54.451 [: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-34202] 06:53:54.451 [: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=34202, Token=04A4AD56B385DC56, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34202, Token=04A4AD56B385DC56, 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:53:54.452 [: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:53:54.452 [: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:53:54.452 [: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:53:54.453 [: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-34203], CON-POST MID=34203, 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:53:54.453 [: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-64F3C6A95A138D9C], CON-POST MID=34203, Token=64F3C6A95A138D9C, 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:53:54.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34203], KeyToken[127.0.0.1:8283-64F3C6A95A138D9C]] 06:53:54.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.453 [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=34203, Token=64F3C6A95A138D9C, 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:53:54.453 [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:53:54.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34203] 06:53:54.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, 127.0.0.1:8280] replace CON-POST MID=34203, Token=64F3C6A95A138D9C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34203, Token=64F3C6A95A138D9C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R968, 127.0.0.1:8280] send response NON-2.05 MID=34203, Token=null, OptionSet={}, "server responds hi" 06:53:54.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, 127.0.0.1:8280, complete]! 06:53:54.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R968, 127.0.0.1:8280, complete] completed NON-2.04 MID=34203, Token=64F3C6A95A138D9C, 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:53:54.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:53:54.455 [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=34203, Token=64F3C6A95A138D9C, 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:53:54.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 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34203] 06:53:54.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967, 127.0.0.1:8283, complete]! 06:53:54.455 [: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-64F3C6A95A138D9C] 06:53:54.455 [: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-34203] 06:53:54.455 [: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=34203, Token=64F3C6A95A138D9C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34203, Token=64F3C6A95A138D9C, 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:53:54.456 [: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:53:54.456 [: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:53:54.456 [: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:53:54.456 [: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-34204], CON-POST MID=34204, 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:53:54.456 [: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-C85DCA046EC21EFA], CON-POST MID=34204, Token=C85DCA046EC21EFA, 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:53:54.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34204], KeyToken[127.0.0.1:8283-C85DCA046EC21EFA]] 06:53:54.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.457 [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=34204, Token=C85DCA046EC21EFA, 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:53:54.457 [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:53:54.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34204] 06:53:54.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, 127.0.0.1:8280] replace CON-POST MID=34204, Token=C85DCA046EC21EFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34204, Token=C85DCA046EC21EFA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R970, 127.0.0.1:8280] send response NON-2.05 MID=34204, Token=null, OptionSet={}, "server responds hi" 06:53:54.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, 127.0.0.1:8280, complete]! 06:53:54.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R970, 127.0.0.1:8280, complete] completed NON-2.04 MID=34204, Token=C85DCA046EC21EFA, 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:53:54.458 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.458 [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=34204, Token=C85DCA046EC21EFA, 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:53:54.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34204] 06:53:54.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969, 127.0.0.1:8283, complete]! 06:53:54.459 [: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-C85DCA046EC21EFA] 06:53:54.459 [: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-34204] 06:53:54.459 [: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=34204, Token=C85DCA046EC21EFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34204, Token=C85DCA046EC21EFA, 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:53:54.459 [: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:53:54.459 [: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:53:54.460 [: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:53:54.460 [: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-34205], CON-POST MID=34205, 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:53:54.460 [: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-2C426439D76AF2AB], CON-POST MID=34205, Token=2C426439D76AF2AB, 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:53:54.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34205], KeyToken[127.0.0.1:8283-2C426439D76AF2AB]] 06:53:54.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.460 [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=34205, Token=2C426439D76AF2AB, 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:53:54.460 [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:53:54.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34205] 06:53:54.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, 127.0.0.1:8280] replace CON-POST MID=34205, Token=2C426439D76AF2AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34205, Token=2C426439D76AF2AB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R972, 127.0.0.1:8280] send response NON-2.05 MID=34205, Token=null, OptionSet={}, "server responds hi" 06:53:54.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, 127.0.0.1:8280, complete]! 06:53:54.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R972, 127.0.0.1:8280, complete] completed NON-2.04 MID=34205, Token=2C426439D76AF2AB, 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:53:54.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:53:54.462 [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=34205, Token=2C426439D76AF2AB, 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:53:54.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34205] 06:53:54.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971, 127.0.0.1:8283, complete]! 06:53:54.462 [: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-2C426439D76AF2AB] 06:53:54.462 [: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-34205] 06:53:54.462 [: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=34205, Token=2C426439D76AF2AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34205, Token=2C426439D76AF2AB, 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:53:54.463 [: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:53:54.463 [: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:53:54.463 [: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:53:54.463 [: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-34206], CON-POST MID=34206, 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:53:54.463 [: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-A4ABF7FB0626861C], CON-POST MID=34206, Token=A4ABF7FB0626861C, 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:53:54.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34206], KeyToken[127.0.0.1:8283-A4ABF7FB0626861C]] 06:53:54.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:8283 06:53:54.464 [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=34206, Token=A4ABF7FB0626861C, 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:53:54.464 [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:53:54.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34206] 06:53:54.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, 127.0.0.1:8280] replace CON-POST MID=34206, Token=A4ABF7FB0626861C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34206, Token=A4ABF7FB0626861C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R974, 127.0.0.1:8280] send response NON-2.05 MID=34206, Token=null, OptionSet={}, "server responds hi" 06:53:54.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, 127.0.0.1:8280, complete]! 06:53:54.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R974, 127.0.0.1:8280, complete] completed NON-2.04 MID=34206, Token=A4ABF7FB0626861C, 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:53:54.465 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.465 [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=34206, Token=A4ABF7FB0626861C, 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:53:54.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34206] 06:53:54.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973, 127.0.0.1:8283, complete]! 06:53:54.465 [: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-A4ABF7FB0626861C] 06:53:54.465 [: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-34206] 06:53:54.466 [: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=34206, Token=A4ABF7FB0626861C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34206, Token=A4ABF7FB0626861C, 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:53:54.466 [: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:53:54.466 [: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:53:54.466 [: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:53:54.466 [: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-34207], CON-POST MID=34207, 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:53:54.467 [: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-C092BE4F5C9D5117], CON-POST MID=34207, Token=C092BE4F5C9D5117, 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:53:54.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34207], KeyToken[127.0.0.1:8283-C092BE4F5C9D5117]] 06:53:54.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:8283 06:53:54.467 [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=34207, Token=C092BE4F5C9D5117, 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:53:54.467 [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:53:54.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34207] 06:53:54.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, 127.0.0.1:8280] replace CON-POST MID=34207, Token=C092BE4F5C9D5117, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34207, Token=C092BE4F5C9D5117, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R976, 127.0.0.1:8280] send response NON-2.05 MID=34207, Token=null, OptionSet={}, "server responds hi" 06:53:54.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, 127.0.0.1:8280, complete]! 06:53:54.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R976, 127.0.0.1:8280, complete] completed NON-2.04 MID=34207, Token=C092BE4F5C9D5117, 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:53:54.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:8280 06:53:54.468 [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=34207, Token=C092BE4F5C9D5117, 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:53:54.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34207] 06:53:54.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975, 127.0.0.1:8283, complete]! 06:53:54.469 [: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-C092BE4F5C9D5117] 06:53:54.469 [: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-34207] 06:53:54.469 [: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=34207, Token=C092BE4F5C9D5117, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34207, Token=C092BE4F5C9D5117, 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:53:54.469 [: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:53:54.469 [: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:53:54.470 [: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:53:54.470 [: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-34208], CON-POST MID=34208, 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:53:54.470 [: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-A830BA34C5CC4803], CON-POST MID=34208, Token=A830BA34C5CC4803, 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:53:54.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34208], KeyToken[127.0.0.1:8283-A830BA34C5CC4803]] 06:53:54.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:8283 06:53:54.471 [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=34208, Token=A830BA34C5CC4803, 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:53:54.471 [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:53:54.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34208] 06:53:54.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, 127.0.0.1:8280] replace CON-POST MID=34208, Token=A830BA34C5CC4803, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34208, Token=A830BA34C5CC4803, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R978, 127.0.0.1:8280] send response NON-2.05 MID=34208, Token=null, OptionSet={}, "server responds hi" 06:53:54.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, 127.0.0.1:8280, complete]! 06:53:54.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R978, 127.0.0.1:8280, complete] completed NON-2.04 MID=34208, Token=A830BA34C5CC4803, 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:53:54.472 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.473 [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=34208, Token=A830BA34C5CC4803, 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:53:54.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34208] 06:53:54.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977, 127.0.0.1:8283, complete]! 06:53:54.473 [: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-A830BA34C5CC4803] 06:53:54.473 [: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-34208] 06:53:54.473 [: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=34208, Token=A830BA34C5CC4803, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34208, Token=A830BA34C5CC4803, 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:53:54.474 [: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:53:54.474 [: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:53:54.474 [: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:53:54.475 [: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-34209], CON-POST MID=34209, 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:53:54.475 [: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-7424F46CBF6F635F], CON-POST MID=34209, Token=7424F46CBF6F635F, 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:53:54.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34209], KeyToken[127.0.0.1:8283-7424F46CBF6F635F]] 06:53:54.475 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.475 [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=34209, Token=7424F46CBF6F635F, 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:53:54.475 [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:53:54.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34209] 06:53:54.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, 127.0.0.1:8280] replace CON-POST MID=34209, Token=7424F46CBF6F635F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34209, Token=7424F46CBF6F635F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R980, 127.0.0.1:8280] send response NON-2.05 MID=34209, Token=null, OptionSet={}, "server responds hi" 06:53:54.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, 127.0.0.1:8280, complete]! 06:53:54.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R980, 127.0.0.1:8280, complete] completed NON-2.04 MID=34209, Token=7424F46CBF6F635F, 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:53:54.477 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.477 [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=34209, Token=7424F46CBF6F635F, 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:53:54.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34209] 06:53:54.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979, 127.0.0.1:8283, complete]! 06:53:54.477 [: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-7424F46CBF6F635F] 06:53:54.477 [: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-34209] 06:53:54.477 [: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=34209, Token=7424F46CBF6F635F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34209, Token=7424F46CBF6F635F, 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:53:54.478 [: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:53:54.478 [: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:53:54.478 [: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:53:54.478 [: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-34210], CON-POST MID=34210, 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:53:54.479 [: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-807C5FD1E91A6C64], CON-POST MID=34210, Token=807C5FD1E91A6C64, 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:53:54.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34210], KeyToken[127.0.0.1:8283-807C5FD1E91A6C64]] 06:53:54.479 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.479 [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=34210, Token=807C5FD1E91A6C64, 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:53:54.479 [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:53:54.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34210] 06:53:54.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, 127.0.0.1:8280] replace CON-POST MID=34210, Token=807C5FD1E91A6C64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34210, Token=807C5FD1E91A6C64, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R982, 127.0.0.1:8280] send response NON-2.05 MID=34210, Token=null, OptionSet={}, "server responds hi" 06:53:54.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, 127.0.0.1:8280, complete]! 06:53:54.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R982, 127.0.0.1:8280, complete] completed NON-2.04 MID=34210, Token=807C5FD1E91A6C64, 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:53:54.480 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.481 [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=34210, Token=807C5FD1E91A6C64, 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:53:54.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34210] 06:53:54.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981, 127.0.0.1:8283, complete]! 06:53:54.481 [: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-807C5FD1E91A6C64] 06:53:54.481 [: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-34210] 06:53:54.481 [: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=34210, Token=807C5FD1E91A6C64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34210, Token=807C5FD1E91A6C64, 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:53:54.482 [: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:53:54.482 [: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:53:54.482 [: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:53:54.482 [: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-34211], CON-POST MID=34211, 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:53:54.482 [: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-14330206D3A7686B], CON-POST MID=34211, Token=14330206D3A7686B, 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:53:54.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34211], KeyToken[127.0.0.1:8283-14330206D3A7686B]] 06:53:54.483 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.541 [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=34211, Token=14330206D3A7686B, 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:53:54.541 [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:53:54.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34211] 06:53:54.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, 127.0.0.1:8280] replace CON-POST MID=34211, Token=14330206D3A7686B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34211, Token=14330206D3A7686B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R984, 127.0.0.1:8280] send response NON-2.05 MID=34211, Token=null, OptionSet={}, "server responds hi" 06:53:54.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, 127.0.0.1:8280, complete]! 06:53:54.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R984, 127.0.0.1:8280, complete] completed NON-2.04 MID=34211, Token=14330206D3A7686B, 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:53:54.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:8280 06:53:54.543 [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=34211, Token=14330206D3A7686B, 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:53:54.543 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34211] 06:53:54.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983, 127.0.0.1:8283, complete]! 06:53:54.544 [: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-14330206D3A7686B] 06:53:54.544 [: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-34211] 06:53:54.544 [: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=34211, Token=14330206D3A7686B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34211, Token=14330206D3A7686B, 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:53:54.544 [: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:53:54.544 [: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:53:54.545 [: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:53:54.545 [: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-34212], CON-POST MID=34212, 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:53:54.545 [: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-5C55C7E55071DDFA], CON-POST MID=34212, Token=5C55C7E55071DDFA, 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:53:54.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34212], KeyToken[127.0.0.1:8283-5C55C7E55071DDFA]] 06:53:54.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 40 bytes to 127.0.0.1:8283 06:53:54.546 [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=34212, Token=5C55C7E55071DDFA, 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:53:54.546 [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:53:54.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34212] 06:53:54.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, 127.0.0.1:8280] replace CON-POST MID=34212, Token=5C55C7E55071DDFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34212, Token=5C55C7E55071DDFA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R986, 127.0.0.1:8280] send response NON-2.05 MID=34212, Token=null, OptionSet={}, "server responds hi" 06:53:54.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, 127.0.0.1:8280, complete]! 06:53:54.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R986, 127.0.0.1:8280, complete] completed NON-2.04 MID=34212, Token=5C55C7E55071DDFA, 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:53:54.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 42 bytes to 127.0.0.1:8280 06:53:54.548 [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=34212, Token=5C55C7E55071DDFA, 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:53:54.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34212] 06:53:54.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985, 127.0.0.1:8283, complete]! 06:53:54.548 [: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-5C55C7E55071DDFA] 06:53:54.548 [: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-34212] 06:53:54.548 [: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=34212, Token=5C55C7E55071DDFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34212, Token=5C55C7E55071DDFA, 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:53:54.549 [: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:53:54.549 [: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:53:54.549 [: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:53:54.550 [: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-34213], CON-POST MID=34213, 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:53:54.550 [: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-44C6502D9F84569A], CON-POST MID=34213, Token=44C6502D9F84569A, 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:53:54.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34213], KeyToken[127.0.0.1:8283-44C6502D9F84569A]] 06:53:54.550 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.550 [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=34213, Token=44C6502D9F84569A, 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:53:54.551 [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:53:54.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34213] 06:53:54.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, 127.0.0.1:8280] replace CON-POST MID=34213, Token=44C6502D9F84569A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34213, Token=44C6502D9F84569A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R988, 127.0.0.1:8280] send response NON-2.05 MID=34213, Token=null, OptionSet={}, "server responds hi" 06:53:54.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, 127.0.0.1:8280, complete]! 06:53:54.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R988, 127.0.0.1:8280, complete] completed NON-2.04 MID=34213, Token=44C6502D9F84569A, 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:53:54.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:8280 06:53:54.552 [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=34213, Token=44C6502D9F84569A, 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:53:54.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34213] 06:53:54.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987, 127.0.0.1:8283, complete]! 06:53:54.553 [: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-44C6502D9F84569A] 06:53:54.553 [: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-34213] 06:53:54.553 [: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=34213, Token=44C6502D9F84569A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34213, Token=44C6502D9F84569A, 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:53:54.553 [: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:53:54.554 [: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:53:54.554 [: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:53:54.554 [: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-34214], CON-POST MID=34214, 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:53:54.555 [: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-5CA4F5654DC2DF2D], CON-POST MID=34214, Token=5CA4F5654DC2DF2D, 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:53:54.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34214], KeyToken[127.0.0.1:8283-5CA4F5654DC2DF2D]] 06:53:54.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:8283 06:53:54.555 [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=34214, Token=5CA4F5654DC2DF2D, 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:53:54.555 [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:53:54.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34214] 06:53:54.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, 127.0.0.1:8280] replace CON-POST MID=34214, Token=5CA4F5654DC2DF2D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34214, Token=5CA4F5654DC2DF2D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R990, 127.0.0.1:8280] send response NON-2.05 MID=34214, Token=null, OptionSet={}, "server responds hi" 06:53:54.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, 127.0.0.1:8280, complete]! 06:53:54.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R990, 127.0.0.1:8280, complete] completed NON-2.04 MID=34214, Token=5CA4F5654DC2DF2D, 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:53:54.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.557 [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=34214, Token=5CA4F5654DC2DF2D, 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:53:54.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34214] 06:53:54.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989, 127.0.0.1:8283, complete]! 06:53:54.557 [: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-5CA4F5654DC2DF2D] 06:53:54.557 [: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-34214] 06:53:54.558 [: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=34214, Token=5CA4F5654DC2DF2D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34214, Token=5CA4F5654DC2DF2D, 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:53:54.558 [: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:53:54.558 [: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:53:54.558 [: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:53:54.559 [: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-34215], CON-POST MID=34215, 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:53:54.559 [: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-7CFA32A67473DB01], CON-POST MID=34215, Token=7CFA32A67473DB01, 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:53:54.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34215], KeyToken[127.0.0.1:8283-7CFA32A67473DB01]] 06:53:54.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:8283 06:53:54.559 [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=34215, Token=7CFA32A67473DB01, 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:53:54.560 [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:53:54.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34215] 06:53:54.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, 127.0.0.1:8280] replace CON-POST MID=34215, Token=7CFA32A67473DB01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34215, Token=7CFA32A67473DB01, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R992, 127.0.0.1:8280] send response NON-2.05 MID=34215, Token=null, OptionSet={}, "server responds hi" 06:53:54.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, 127.0.0.1:8280, complete]! 06:53:54.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R992, 127.0.0.1:8280, complete] completed NON-2.04 MID=34215, Token=7CFA32A67473DB01, 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:53:54.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:8280 06:53:54.561 [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=34215, Token=7CFA32A67473DB01, 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:53:54.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34215] 06:53:54.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991, 127.0.0.1:8283, complete]! 06:53:54.562 [: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-7CFA32A67473DB01] 06:53:54.562 [: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-34215] 06:53:54.562 [: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=34215, Token=7CFA32A67473DB01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34215, Token=7CFA32A67473DB01, 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:53:54.562 [: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:53:54.562 [: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:53:54.563 [: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:53:54.563 [: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-34216], CON-POST MID=34216, 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:53:54.563 [: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-F43C3A3B3CD3CBE2], CON-POST MID=34216, Token=F43C3A3B3CD3CBE2, 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:53:54.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34216], KeyToken[127.0.0.1:8283-F43C3A3B3CD3CBE2]] 06:53:54.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:8283 06:53:54.564 [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=34216, Token=F43C3A3B3CD3CBE2, 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:53:54.564 [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:53:54.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34216] 06:53:54.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, 127.0.0.1:8280] replace CON-POST MID=34216, Token=F43C3A3B3CD3CBE2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34216, Token=F43C3A3B3CD3CBE2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R994, 127.0.0.1:8280] send response NON-2.05 MID=34216, Token=null, OptionSet={}, "server responds hi" 06:53:54.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, 127.0.0.1:8280, complete]! 06:53:54.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R994, 127.0.0.1:8280, complete] completed NON-2.04 MID=34216, Token=F43C3A3B3CD3CBE2, 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:53:54.565 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.565 [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=34216, Token=F43C3A3B3CD3CBE2, 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:53:54.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34216] 06:53:54.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993, 127.0.0.1:8283, complete]! 06:53:54.566 [: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-F43C3A3B3CD3CBE2] 06:53:54.566 [: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-34216] 06:53:54.566 [: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=34216, Token=F43C3A3B3CD3CBE2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34216, Token=F43C3A3B3CD3CBE2, 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:53:54.566 [: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:53:54.566 [: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:53:54.567 [: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:53:54.567 [: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-34217], CON-POST MID=34217, 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:53:54.567 [: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-B8C760B917068D1A], CON-POST MID=34217, Token=B8C760B917068D1A, 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:53:54.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34217], KeyToken[127.0.0.1:8283-B8C760B917068D1A]] 06:53:54.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.568 [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=34217, Token=B8C760B917068D1A, 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:53:54.568 [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:53:54.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34217] 06:53:54.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, 127.0.0.1:8280] replace CON-POST MID=34217, Token=B8C760B917068D1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34217, Token=B8C760B917068D1A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R996, 127.0.0.1:8280] send response NON-2.05 MID=34217, Token=null, OptionSet={}, "server responds hi" 06:53:54.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, 127.0.0.1:8280, complete]! 06:53:54.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R996, 127.0.0.1:8280, complete] completed NON-2.04 MID=34217, Token=B8C760B917068D1A, 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:53:54.569 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.569 [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=34217, Token=B8C760B917068D1A, 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:53:54.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34217] 06:53:54.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995, 127.0.0.1:8283, complete]! 06:53:54.570 [: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-B8C760B917068D1A] 06:53:54.570 [: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-34217] 06:53:54.570 [: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=34217, Token=B8C760B917068D1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34217, Token=B8C760B917068D1A, 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:53:54.570 [: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:53:54.570 [: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:53:54.571 [: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:53:54.571 [: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-34218], CON-POST MID=34218, 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:53:54.571 [: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-D4B04FF7CF925F3B], CON-POST MID=34218, Token=D4B04FF7CF925F3B, 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:53:54.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34218], KeyToken[127.0.0.1:8283-D4B04FF7CF925F3B]] 06:53:54.571 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.572 [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=34218, Token=D4B04FF7CF925F3B, 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:53:54.572 [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:53:54.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34218] 06:53:54.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, 127.0.0.1:8280] replace CON-POST MID=34218, Token=D4B04FF7CF925F3B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34218, Token=D4B04FF7CF925F3B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R998, 127.0.0.1:8280] send response NON-2.05 MID=34218, Token=null, OptionSet={}, "server responds hi" 06:53:54.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, 127.0.0.1:8280, complete]! 06:53:54.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R998, 127.0.0.1:8280, complete] completed NON-2.04 MID=34218, Token=D4B04FF7CF925F3B, 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:53:54.573 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.573 [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=34218, Token=D4B04FF7CF925F3B, 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:53:54.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34218] 06:53:54.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997, 127.0.0.1:8283, complete]! 06:53:54.574 [: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-D4B04FF7CF925F3B] 06:53:54.574 [: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-34218] 06:53:54.574 [: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=34218, Token=D4B04FF7CF925F3B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34218, Token=D4B04FF7CF925F3B, 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:53:54.574 [: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:53:54.574 [: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:53:54.575 [: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:53:54.575 [: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-34219], CON-POST MID=34219, 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:53:54.575 [: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-C47DF1FE9C6E2146], CON-POST MID=34219, Token=C47DF1FE9C6E2146, 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:53:54.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34219], KeyToken[127.0.0.1:8283-C47DF1FE9C6E2146]] 06:53:54.575 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.576 [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=34219, Token=C47DF1FE9C6E2146, 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:53:54.576 [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:53:54.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34219] 06:53:54.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, 127.0.0.1:8280] replace CON-POST MID=34219, Token=C47DF1FE9C6E2146, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34219, Token=C47DF1FE9C6E2146, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1000, 127.0.0.1:8280] send response NON-2.05 MID=34219, Token=null, OptionSet={}, "server responds hi" 06:53:54.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, 127.0.0.1:8280, complete]! 06:53:54.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1000, 127.0.0.1:8280, complete] completed NON-2.04 MID=34219, Token=C47DF1FE9C6E2146, 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:53:54.577 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.577 [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=34219, Token=C47DF1FE9C6E2146, 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:53:54.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34219] 06:53:54.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999, 127.0.0.1:8283, complete]! 06:53:54.578 [: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-C47DF1FE9C6E2146] 06:53:54.578 [: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-34219] 06:53:54.578 [: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=34219, Token=C47DF1FE9C6E2146, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34219, Token=C47DF1FE9C6E2146, 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:53:54.578 [: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:53:54.578 [: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:53:54.579 [: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:53:54.579 [: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-34220], CON-POST MID=34220, 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:53:54.579 [: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-F089FCE43F205E9D], CON-POST MID=34220, Token=F089FCE43F205E9D, 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:53:54.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34220], KeyToken[127.0.0.1:8283-F089FCE43F205E9D]] 06:53:54.579 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:54.580 [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=34220, Token=F089FCE43F205E9D, 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:53:54.580 [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:53:54.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34220] 06:53:54.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, 127.0.0.1:8280] replace CON-POST MID=34220, Token=F089FCE43F205E9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34220, Token=F089FCE43F205E9D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1002, 127.0.0.1:8280] send response NON-2.05 MID=34220, Token=null, OptionSet={}, "server responds hi" 06:53:54.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, 127.0.0.1:8280, complete]! 06:53:54.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1002, 127.0.0.1:8280, complete] completed NON-2.04 MID=34220, Token=F089FCE43F205E9D, 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:53:54.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.581 [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=34220, Token=F089FCE43F205E9D, 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:53:54.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34220] 06:53:54.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001, 127.0.0.1:8283, complete]! 06:53:54.582 [: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-F089FCE43F205E9D] 06:53:54.582 [: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-34220] 06:53:54.582 [: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=34220, Token=F089FCE43F205E9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34220, Token=F089FCE43F205E9D, 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:53:54.582 [: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:53:54.582 [: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:53:54.583 [: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:53:54.583 [: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-34221], CON-POST MID=34221, 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:53:54.583 [: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-A094497816794C75], CON-POST MID=34221, Token=A094497816794C75, 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:53:54.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34221], KeyToken[127.0.0.1:8283-A094497816794C75]] 06:53:54.583 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.584 [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=34221, Token=A094497816794C75, 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:53:54.584 [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:53:54.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34221] 06:53:54.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, 127.0.0.1:8280] replace CON-POST MID=34221, Token=A094497816794C75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34221, Token=A094497816794C75, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1004, 127.0.0.1:8280] send response NON-2.05 MID=34221, Token=null, OptionSet={}, "server responds hi" 06:53:54.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, 127.0.0.1:8280, complete]! 06:53:54.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1004, 127.0.0.1:8280, complete] completed NON-2.04 MID=34221, Token=A094497816794C75, 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:53:54.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.585 [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=34221, Token=A094497816794C75, 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:53:54.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34221] 06:53:54.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003, 127.0.0.1:8283, complete]! 06:53:54.586 [: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-A094497816794C75] 06:53:54.586 [: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-34221] 06:53:54.586 [: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=34221, Token=A094497816794C75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34221, Token=A094497816794C75, 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:53:54.586 [: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:53:54.586 [: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:53:54.587 [: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:53:54.587 [: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-34222], CON-POST MID=34222, 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:53:54.587 [: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-EC5780FB1A2B3834], CON-POST MID=34222, Token=EC5780FB1A2B3834, 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:53:54.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34222], KeyToken[127.0.0.1:8283-EC5780FB1A2B3834]] 06:53:54.587 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.588 [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=34222, Token=EC5780FB1A2B3834, 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:53:54.588 [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:53:54.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34222] 06:53:54.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, 127.0.0.1:8280] replace CON-POST MID=34222, Token=EC5780FB1A2B3834, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34222, Token=EC5780FB1A2B3834, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1006, 127.0.0.1:8280] send response NON-2.05 MID=34222, Token=null, OptionSet={}, "server responds hi" 06:53:54.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, 127.0.0.1:8280, complete]! 06:53:54.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1006, 127.0.0.1:8280, complete] completed NON-2.04 MID=34222, Token=EC5780FB1A2B3834, 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:53:54.589 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.589 [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=34222, Token=EC5780FB1A2B3834, 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:53:54.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34222] 06:53:54.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005, 127.0.0.1:8283, complete]! 06:53:54.590 [: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-EC5780FB1A2B3834] 06:53:54.590 [: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-34222] 06:53:54.590 [: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=34222, Token=EC5780FB1A2B3834, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34222, Token=EC5780FB1A2B3834, 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:53:54.590 [: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:53:54.590 [: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:53:54.591 [: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:53:54.591 [: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-34223], CON-POST MID=34223, 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:53:54.591 [: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-7830DCE8D9F09BC0], CON-POST MID=34223, Token=7830DCE8D9F09BC0, 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:53:54.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34223], KeyToken[127.0.0.1:8283-7830DCE8D9F09BC0]] 06:53:54.591 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.592 [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=34223, Token=7830DCE8D9F09BC0, 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:53:54.592 [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:53:54.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34223] 06:53:54.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, 127.0.0.1:8280] replace CON-POST MID=34223, Token=7830DCE8D9F09BC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34223, Token=7830DCE8D9F09BC0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1008, 127.0.0.1:8280] send response NON-2.05 MID=34223, Token=null, OptionSet={}, "server responds hi" 06:53:54.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, 127.0.0.1:8280, complete]! 06:53:54.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1008, 127.0.0.1:8280, complete] completed NON-2.04 MID=34223, Token=7830DCE8D9F09BC0, 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:53:54.593 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.593 [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=34223, Token=7830DCE8D9F09BC0, 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:53:54.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34223] 06:53:54.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007, 127.0.0.1:8283, complete]! 06:53:54.594 [: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-7830DCE8D9F09BC0] 06:53:54.594 [: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-34223] 06:53:54.594 [: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=34223, Token=7830DCE8D9F09BC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34223, Token=7830DCE8D9F09BC0, 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:53:54.594 [: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:53:54.594 [: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:53:54.595 [: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:53:54.595 [: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-34224], CON-POST MID=34224, 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:53:54.595 [: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-A09139EDFC4CFC9F], CON-POST MID=34224, Token=A09139EDFC4CFC9F, 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:53:54.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34224], KeyToken[127.0.0.1:8283-A09139EDFC4CFC9F]] 06:53:54.595 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.641 [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=34224, Token=A09139EDFC4CFC9F, 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:53:54.641 [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:53:54.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34224] 06:53:54.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, 127.0.0.1:8280] replace CON-POST MID=34224, Token=A09139EDFC4CFC9F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34224, Token=A09139EDFC4CFC9F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1010, 127.0.0.1:8280] send response NON-2.05 MID=34224, Token=null, OptionSet={}, "server responds hi" 06:53:54.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, 127.0.0.1:8280, complete]! 06:53:54.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1010, 127.0.0.1:8280, complete] completed NON-2.04 MID=34224, Token=A09139EDFC4CFC9F, 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:53:54.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:53:54.643 [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=34224, Token=A09139EDFC4CFC9F, 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:53:54.643 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34224] 06:53:54.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009, 127.0.0.1:8283, complete]! 06:53:54.643 [: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-A09139EDFC4CFC9F] 06:53:54.643 [: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-34224] 06:53:54.643 [: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=34224, Token=A09139EDFC4CFC9F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34224, Token=A09139EDFC4CFC9F, 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:53:54.644 [: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:53:54.644 [: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:53:54.644 [: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:53:54.644 [: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-34225], CON-POST MID=34225, 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:53:54.644 [: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-A406FFAEE12E381E], CON-POST MID=34225, Token=A406FFAEE12E381E, 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:53:54.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34225], KeyToken[127.0.0.1:8283-A406FFAEE12E381E]] 06:53:54.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:8283 06:53:54.645 [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=34225, Token=A406FFAEE12E381E, 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:53:54.645 [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:53:54.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34225] 06:53:54.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, 127.0.0.1:8280] replace CON-POST MID=34225, Token=A406FFAEE12E381E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34225, Token=A406FFAEE12E381E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1012, 127.0.0.1:8280] send response NON-2.05 MID=34225, Token=null, OptionSet={}, "server responds hi" 06:53:54.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, 127.0.0.1:8280, complete]! 06:53:54.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1012, 127.0.0.1:8280, complete] completed NON-2.04 MID=34225, Token=A406FFAEE12E381E, 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:53:54.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:8280 06:53:54.646 [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=34225, Token=A406FFAEE12E381E, 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:53:54.646 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34225] 06:53:54.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011, 127.0.0.1:8283, complete]! 06:53:54.647 [: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-A406FFAEE12E381E] 06:53:54.647 [: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-34225] 06:53:54.647 [: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=34225, Token=A406FFAEE12E381E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34225, Token=A406FFAEE12E381E, 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:53:54.647 [: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:53:54.647 [: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:53:54.648 [: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:53:54.648 [: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-34226], CON-POST MID=34226, 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:53:54.648 [: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-C4B92EB60DA9167D], CON-POST MID=34226, Token=C4B92EB60DA9167D, 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:53:54.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34226], KeyToken[127.0.0.1:8283-C4B92EB60DA9167D]] 06:53:54.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 40 bytes to 127.0.0.1:8283 06:53:54.649 [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=34226, Token=C4B92EB60DA9167D, 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:53:54.649 [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:53:54.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34226] 06:53:54.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, 127.0.0.1:8280] replace CON-POST MID=34226, Token=C4B92EB60DA9167D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34226, Token=C4B92EB60DA9167D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1014, 127.0.0.1:8280] send response NON-2.05 MID=34226, Token=null, OptionSet={}, "server responds hi" 06:53:54.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, 127.0.0.1:8280, complete]! 06:53:54.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1014, 127.0.0.1:8280, complete] completed NON-2.04 MID=34226, Token=C4B92EB60DA9167D, 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:53:54.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:53:54.650 [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=34226, Token=C4B92EB60DA9167D, 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:53:54.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:8283 06:53:54.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:8283-34226] 06:53:54.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013, 127.0.0.1:8283, complete]! 06:53:54.651 [: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-C4B92EB60DA9167D] 06:53:54.651 [: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-34226] 06:53:54.651 [: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=34226, Token=C4B92EB60DA9167D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34226, Token=C4B92EB60DA9167D, 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:53:54.651 [: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:53:54.651 [: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:53:54.652 [: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:53:54.652 [: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-34227], CON-POST MID=34227, 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:53:54.652 [: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-98DA8D521C038963], CON-POST MID=34227, Token=98DA8D521C038963, 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:53:54.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34227], KeyToken[127.0.0.1:8283-98DA8D521C038963]] 06:53:54.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:8283 06:53:54.653 [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=34227, Token=98DA8D521C038963, 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:53:54.653 [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:53:54.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34227] 06:53:54.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, 127.0.0.1:8280] replace CON-POST MID=34227, Token=98DA8D521C038963, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34227, Token=98DA8D521C038963, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1016, 127.0.0.1:8280] send response NON-2.05 MID=34227, Token=null, OptionSet={}, "server responds hi" 06:53:54.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, 127.0.0.1:8280, complete]! 06:53:54.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1016, 127.0.0.1:8280, complete] completed NON-2.04 MID=34227, Token=98DA8D521C038963, 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:53:54.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:53:54.654 [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=34227, Token=98DA8D521C038963, 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:53:54.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:8283 06:53:54.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:8283-34227] 06:53:54.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015, 127.0.0.1:8283, complete]! 06:53:54.655 [: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-98DA8D521C038963] 06:53:54.655 [: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-34227] 06:53:54.655 [: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=34227, Token=98DA8D521C038963, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34227, Token=98DA8D521C038963, 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:53:54.655 [: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:53:54.655 [: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:53:54.655 [: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:53:54.656 [: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-34228], CON-POST MID=34228, 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:53:54.656 [: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-6CDC44DFB11F9A64], CON-POST MID=34228, Token=6CDC44DFB11F9A64, 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:53:54.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34228], KeyToken[127.0.0.1:8283-6CDC44DFB11F9A64]] 06:53:54.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:8283 06:53:54.656 [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=34228, Token=6CDC44DFB11F9A64, 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:53:54.656 [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:53:54.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34228] 06:53:54.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, 127.0.0.1:8280] replace CON-POST MID=34228, Token=6CDC44DFB11F9A64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34228, Token=6CDC44DFB11F9A64, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1018, 127.0.0.1:8280] send response NON-2.05 MID=34228, Token=null, OptionSet={}, "server responds hi" 06:53:54.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, 127.0.0.1:8280, complete]! 06:53:54.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1018, 127.0.0.1:8280, complete] completed NON-2.04 MID=34228, Token=6CDC44DFB11F9A64, 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:53:54.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:8280 06:53:54.658 [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=34228, Token=6CDC44DFB11F9A64, 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:53:54.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34228] 06:53:54.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017, 127.0.0.1:8283, complete]! 06:53:54.658 [: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-6CDC44DFB11F9A64] 06:53:54.658 [: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-34228] 06:53:54.658 [: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=34228, Token=6CDC44DFB11F9A64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34228, Token=6CDC44DFB11F9A64, 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:53:54.658 [: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:53:54.659 [: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:53:54.659 [: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:53:54.659 [: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-34229], CON-POST MID=34229, 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:53:54.659 [: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-083A35142718D902], CON-POST MID=34229, Token=083A35142718D902, 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:53:54.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34229], KeyToken[127.0.0.1:8283-083A35142718D902]] 06:53:54.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:8283 06:53:54.660 [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=34229, Token=083A35142718D902, 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:53:54.660 [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:53:54.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34229] 06:53:54.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, 127.0.0.1:8280] replace CON-POST MID=34229, Token=083A35142718D902, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34229, Token=083A35142718D902, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1020, 127.0.0.1:8280] send response NON-2.05 MID=34229, Token=null, OptionSet={}, "server responds hi" 06:53:54.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, 127.0.0.1:8280, complete]! 06:53:54.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1020, 127.0.0.1:8280, complete] completed NON-2.04 MID=34229, Token=083A35142718D902, 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:53:54.661 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.661 [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=34229, Token=083A35142718D902, 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:53:54.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 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34229] 06:53:54.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019, 127.0.0.1:8283, complete]! 06:53:54.662 [: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-083A35142718D902] 06:53:54.662 [: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-34229] 06:53:54.662 [: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=34229, Token=083A35142718D902, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34229, Token=083A35142718D902, 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:53:54.662 [: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:53:54.662 [: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:53:54.663 [: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:53:54.663 [: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-34230], CON-POST MID=34230, 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:53:54.663 [: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-58BAB15D7137B159], CON-POST MID=34230, Token=58BAB15D7137B159, 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:53:54.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34230], KeyToken[127.0.0.1:8283-58BAB15D7137B159]] 06:53:54.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:8283 06:53:54.664 [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=34230, Token=58BAB15D7137B159, 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:53:54.664 [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:53:54.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34230] 06:53:54.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, 127.0.0.1:8280] replace CON-POST MID=34230, Token=58BAB15D7137B159, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34230, Token=58BAB15D7137B159, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1022, 127.0.0.1:8280] send response NON-2.05 MID=34230, Token=null, OptionSet={}, "server responds hi" 06:53:54.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, 127.0.0.1:8280, complete]! 06:53:54.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1022, 127.0.0.1:8280, complete] completed NON-2.04 MID=34230, Token=58BAB15D7137B159, 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:53:54.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:53:54.666 [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=34230, Token=58BAB15D7137B159, 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:53:54.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:8283 06:53:54.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:8283-34230] 06:53:54.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021, 127.0.0.1:8283, complete]! 06:53:54.666 [: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-58BAB15D7137B159] 06:53:54.666 [: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-34230] 06:53:54.666 [: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=34230, Token=58BAB15D7137B159, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34230, Token=58BAB15D7137B159, 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:53:54.666 [: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:53:54.666 [: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:53:54.667 [: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:53:54.667 [: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-34231], CON-POST MID=34231, 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:53:54.667 [: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-4C4B15A0BB16826D], CON-POST MID=34231, Token=4C4B15A0BB16826D, 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:53:54.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34231], KeyToken[127.0.0.1:8283-4C4B15A0BB16826D]] 06:53:54.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:8283 06:53:54.668 [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=34231, Token=4C4B15A0BB16826D, 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:53:54.668 [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:53:54.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34231] 06:53:54.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, 127.0.0.1:8280] replace CON-POST MID=34231, Token=4C4B15A0BB16826D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34231, Token=4C4B15A0BB16826D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1024, 127.0.0.1:8280] send response NON-2.05 MID=34231, Token=null, OptionSet={}, "server responds hi" 06:53:54.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, 127.0.0.1:8280, complete]! 06:53:54.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1024, 127.0.0.1:8280, complete] completed NON-2.04 MID=34231, Token=4C4B15A0BB16826D, 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:53:54.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:8280 06:53:54.670 [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=34231, Token=4C4B15A0BB16826D, 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:53:54.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34231] 06:53:54.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023, 127.0.0.1:8283, complete]! 06:53:54.670 [: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-4C4B15A0BB16826D] 06:53:54.670 [: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-34231] 06:53:54.670 [: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=34231, Token=4C4B15A0BB16826D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34231, Token=4C4B15A0BB16826D, 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:53:54.671 [: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:53:54.671 [: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:53:54.671 [: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:53:54.671 [: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-34232], CON-POST MID=34232, 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:53:54.671 [: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-683D6B3B72E7BB67], CON-POST MID=34232, Token=683D6B3B72E7BB67, 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:53:54.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34232], KeyToken[127.0.0.1:8283-683D6B3B72E7BB67]] 06:53:54.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:8283 06:53:54.672 [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=34232, Token=683D6B3B72E7BB67, 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:53:54.672 [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:53:54.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34232] 06:53:54.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, 127.0.0.1:8280] replace CON-POST MID=34232, Token=683D6B3B72E7BB67, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34232, Token=683D6B3B72E7BB67, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1026, 127.0.0.1:8280] send response NON-2.05 MID=34232, Token=null, OptionSet={}, "server responds hi" 06:53:54.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, 127.0.0.1:8280, complete]! 06:53:54.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1026, 127.0.0.1:8280, complete] completed NON-2.04 MID=34232, Token=683D6B3B72E7BB67, 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:53:54.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.674 [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=34232, Token=683D6B3B72E7BB67, 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:53:54.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34232] 06:53:54.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025, 127.0.0.1:8283, complete]! 06:53:54.675 [: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-683D6B3B72E7BB67] 06:53:54.675 [: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-34232] 06:53:54.675 [: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=34232, Token=683D6B3B72E7BB67, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34232, Token=683D6B3B72E7BB67, 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:53:54.675 [: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:53:54.675 [: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:53:54.676 [: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:53:54.676 [: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-34233], CON-POST MID=34233, 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:53:54.676 [: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-7C7A491AE9BF0F1E], CON-POST MID=34233, Token=7C7A491AE9BF0F1E, 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:53:54.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34233], KeyToken[127.0.0.1:8283-7C7A491AE9BF0F1E]] 06:53:54.676 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.677 [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=34233, Token=7C7A491AE9BF0F1E, 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:53:54.677 [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:53:54.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34233] 06:53:54.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, 127.0.0.1:8280] replace CON-POST MID=34233, Token=7C7A491AE9BF0F1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34233, Token=7C7A491AE9BF0F1E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1028, 127.0.0.1:8280] send response NON-2.05 MID=34233, Token=null, OptionSet={}, "server responds hi" 06:53:54.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, 127.0.0.1:8280, complete]! 06:53:54.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1028, 127.0.0.1:8280, complete] completed NON-2.04 MID=34233, Token=7C7A491AE9BF0F1E, 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:53:54.678 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.679 [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=34233, Token=7C7A491AE9BF0F1E, 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:53:54.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34233] 06:53:54.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027, 127.0.0.1:8283, complete]! 06:53:54.679 [: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-7C7A491AE9BF0F1E] 06:53:54.679 [: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-34233] 06:53:54.679 [: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=34233, Token=7C7A491AE9BF0F1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34233, Token=7C7A491AE9BF0F1E, 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:53:54.680 [: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:53:54.680 [: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:53:54.680 [: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:53:54.681 [: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-34234], CON-POST MID=34234, 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:53:54.681 [: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-182F1396D0F3B6E8], CON-POST MID=34234, Token=182F1396D0F3B6E8, 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:53:54.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34234], KeyToken[127.0.0.1:8283-182F1396D0F3B6E8]] 06:53:54.681 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.682 [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=34234, Token=182F1396D0F3B6E8, 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:53:54.682 [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:53:54.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34234] 06:53:54.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, 127.0.0.1:8280] replace CON-POST MID=34234, Token=182F1396D0F3B6E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34234, Token=182F1396D0F3B6E8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1030, 127.0.0.1:8280] send response NON-2.05 MID=34234, Token=null, OptionSet={}, "server responds hi" 06:53:54.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, 127.0.0.1:8280, complete]! 06:53:54.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1030, 127.0.0.1:8280, complete] completed NON-2.04 MID=34234, Token=182F1396D0F3B6E8, 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:53:54.683 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.683 [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=34234, Token=182F1396D0F3B6E8, 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:53:54.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34234] 06:53:54.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029, 127.0.0.1:8283, complete]! 06:53:54.684 [: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-182F1396D0F3B6E8] 06:53:54.684 [: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-34234] 06:53:54.684 [: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=34234, Token=182F1396D0F3B6E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34234, Token=182F1396D0F3B6E8, 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:53:54.684 [: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:53:54.684 [: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:53:54.685 [: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:53:54.685 [: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-34235], CON-POST MID=34235, 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:53:54.685 [: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-CC2560D18395EAA2], CON-POST MID=34235, Token=CC2560D18395EAA2, 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:53:54.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34235], KeyToken[127.0.0.1:8283-CC2560D18395EAA2]] 06:53:54.686 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.686 [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=34235, Token=CC2560D18395EAA2, 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:53:54.686 [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:53:54.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34235] 06:53:54.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, 127.0.0.1:8280] replace CON-POST MID=34235, Token=CC2560D18395EAA2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34235, Token=CC2560D18395EAA2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1032, 127.0.0.1:8280] send response NON-2.05 MID=34235, Token=null, OptionSet={}, "server responds hi" 06:53:54.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, 127.0.0.1:8280, complete]! 06:53:54.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1032, 127.0.0.1:8280, complete] completed NON-2.04 MID=34235, Token=CC2560D18395EAA2, 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:53:54.687 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.688 [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=34235, Token=CC2560D18395EAA2, 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:53:54.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34235] 06:53:54.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031, 127.0.0.1:8283, complete]! 06:53:54.688 [: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-CC2560D18395EAA2] 06:53:54.688 [: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-34235] 06:53:54.688 [: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=34235, Token=CC2560D18395EAA2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34235, Token=CC2560D18395EAA2, 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:53:54.689 [: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:53:54.689 [: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:53:54.689 [: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:53:54.690 [: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-34236], CON-POST MID=34236, 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:53:54.690 [: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-F418EED01E9B2E24], CON-POST MID=34236, Token=F418EED01E9B2E24, 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:53:54.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34236], KeyToken[127.0.0.1:8283-F418EED01E9B2E24]] 06:53:54.690 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.690 [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=34236, Token=F418EED01E9B2E24, 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:53:54.690 [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:53:54.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34236] 06:53:54.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, 127.0.0.1:8280] replace CON-POST MID=34236, Token=F418EED01E9B2E24, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34236, Token=F418EED01E9B2E24, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1034, 127.0.0.1:8280] send response NON-2.05 MID=34236, Token=null, OptionSet={}, "server responds hi" 06:53:54.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, 127.0.0.1:8280, complete]! 06:53:54.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1034, 127.0.0.1:8280, complete] completed NON-2.04 MID=34236, Token=F418EED01E9B2E24, 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:53:54.692 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.693 [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=34236, Token=F418EED01E9B2E24, 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:53:54.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34236] 06:53:54.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033, 127.0.0.1:8283, complete]! 06:53:54.694 [: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-F418EED01E9B2E24] 06:53:54.694 [: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-34236] 06:53:54.694 [: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=34236, Token=F418EED01E9B2E24, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34236, Token=F418EED01E9B2E24, 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:53:54.694 [: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:53:54.694 [: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:53:54.695 [: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:53:54.695 [: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-34237], CON-POST MID=34237, 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:53:54.695 [: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-D0A9D257C97F5C71], CON-POST MID=34237, Token=D0A9D257C97F5C71, 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:53:54.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34237], KeyToken[127.0.0.1:8283-D0A9D257C97F5C71]] 06:53:54.695 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.696 [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=34237, Token=D0A9D257C97F5C71, 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:53:54.696 [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:53:54.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34237] 06:53:54.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, 127.0.0.1:8280] replace CON-POST MID=34237, Token=D0A9D257C97F5C71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34237, Token=D0A9D257C97F5C71, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1036, 127.0.0.1:8280] send response NON-2.05 MID=34237, Token=null, OptionSet={}, "server responds hi" 06:53:54.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, 127.0.0.1:8280, complete]! 06:53:54.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1036, 127.0.0.1:8280, complete] completed NON-2.04 MID=34237, Token=D0A9D257C97F5C71, 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:53:54.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.698 [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=34237, Token=D0A9D257C97F5C71, 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:53:54.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34237] 06:53:54.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035, 127.0.0.1:8283, complete]! 06:53:54.698 [: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-D0A9D257C97F5C71] 06:53:54.698 [: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-34237] 06:53:54.698 [: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=34237, Token=D0A9D257C97F5C71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34237, Token=D0A9D257C97F5C71, 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:53:54.699 [: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:53:54.699 [: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:53:54.699 [: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:53:54.699 [: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-34238], CON-POST MID=34238, 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:53:54.699 [: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-6039D528B5ABB04F], CON-POST MID=34238, Token=6039D528B5ABB04F, 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:53:54.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-34238], KeyToken[127.0.0.1:8283-6039D528B5ABB04F]] 06:53:54.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:53:54.741 [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=34238, Token=6039D528B5ABB04F, 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:53:54.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:53:54.741 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34238] 06:53:54.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, 127.0.0.1:8280] replace CON-POST MID=34238, Token=6039D528B5ABB04F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34238, Token=6039D528B5ABB04F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1038, 127.0.0.1:8280] send response NON-2.05 MID=34238, Token=null, OptionSet={}, "server responds hi" 06:53:54.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, 127.0.0.1:8280, complete]! 06:53:54.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1038, 127.0.0.1:8280, complete] completed NON-2.04 MID=34238, Token=6039D528B5ABB04F, 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:53:54.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:53:54.744 [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=34238, Token=6039D528B5ABB04F, 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:53:54.744 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34238] 06:53:54.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037, 127.0.0.1:8283, complete]! 06:53:54.744 [: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-6039D528B5ABB04F] 06:53:54.744 [: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-34238] 06:53:54.744 [: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=34238, Token=6039D528B5ABB04F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34238, Token=6039D528B5ABB04F, 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:53:54.745 [: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:53:54.745 [: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:53:54.745 [: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:53:54.746 [: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-34239], CON-POST MID=34239, 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:53:54.746 [: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-204837B0A0EB20E0], CON-POST MID=34239, Token=204837B0A0EB20E0, 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:53:54.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34239], KeyToken[127.0.0.1:8283-204837B0A0EB20E0]] 06:53:54.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:8283 06:53:54.746 [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=34239, Token=204837B0A0EB20E0, 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:53:54.746 [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:53:54.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34239] 06:53:54.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, 127.0.0.1:8280] replace CON-POST MID=34239, Token=204837B0A0EB20E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34239, Token=204837B0A0EB20E0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1040, 127.0.0.1:8280] send response NON-2.05 MID=34239, Token=null, OptionSet={}, "server responds hi" 06:53:54.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, 127.0.0.1:8280, complete]! 06:53:54.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1040, 127.0.0.1:8280, complete] completed NON-2.04 MID=34239, Token=204837B0A0EB20E0, 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:53:54.748 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.749 [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=34239, Token=204837B0A0EB20E0, 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:53:54.749 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34239] 06:53:54.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039, 127.0.0.1:8283, complete]! 06:53:54.749 [: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-204837B0A0EB20E0] 06:53:54.749 [: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-34239] 06:53:54.749 [: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=34239, Token=204837B0A0EB20E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34239, Token=204837B0A0EB20E0, 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:53:54.750 [: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:53:54.750 [: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:53:54.750 [: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:53:54.751 [: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-34240], CON-POST MID=34240, 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:53:54.751 [: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-94AD12C391DDB2C5], CON-POST MID=34240, Token=94AD12C391DDB2C5, 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:53:54.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34240], KeyToken[127.0.0.1:8283-94AD12C391DDB2C5]] 06:53:54.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:8283 06:53:54.751 [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=34240, Token=94AD12C391DDB2C5, 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:53:54.751 [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:53:54.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34240] 06:53:54.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, 127.0.0.1:8280] replace CON-POST MID=34240, Token=94AD12C391DDB2C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34240, Token=94AD12C391DDB2C5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1042, 127.0.0.1:8280] send response NON-2.05 MID=34240, Token=null, OptionSet={}, "server responds hi" 06:53:54.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, 127.0.0.1:8280, complete]! 06:53:54.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1042, 127.0.0.1:8280, complete] completed NON-2.04 MID=34240, Token=94AD12C391DDB2C5, 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:53:54.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:8280 06:53:54.754 [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=34240, Token=94AD12C391DDB2C5, 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:53:54.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:53:54.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-34240] 06:53:54.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041, 127.0.0.1:8283, complete]! 06:53:54.754 [: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-94AD12C391DDB2C5] 06:53:54.754 [: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-34240] 06:53:54.754 [: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=34240, Token=94AD12C391DDB2C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34240, Token=94AD12C391DDB2C5, 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:53:54.755 [: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:53:54.755 [: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:53:54.755 [: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:53:54.755 [: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-34241], CON-POST MID=34241, 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:53:54.755 [: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-D0BDE19EB3995C8A], CON-POST MID=34241, Token=D0BDE19EB3995C8A, 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:53:54.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-34241], KeyToken[127.0.0.1:8283-D0BDE19EB3995C8A]] 06:53:54.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:53:54.756 [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=34241, Token=D0BDE19EB3995C8A, 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:53:54.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:53:54.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34241] 06:53:54.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, 127.0.0.1:8280] replace CON-POST MID=34241, Token=D0BDE19EB3995C8A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34241, Token=D0BDE19EB3995C8A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1044, 127.0.0.1:8280] send response NON-2.05 MID=34241, Token=null, OptionSet={}, "server responds hi" 06:53:54.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, 127.0.0.1:8280, complete]! 06:53:54.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1044, 127.0.0.1:8280, complete] completed NON-2.04 MID=34241, Token=D0BDE19EB3995C8A, 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:53:54.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:53:54.758 [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=34241, Token=D0BDE19EB3995C8A, 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:53:54.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:53:54.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-34241] 06:53:54.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043, 127.0.0.1:8283, complete]! 06:53:54.758 [: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-D0BDE19EB3995C8A] 06:53:54.759 [: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-34241] 06:53:54.759 [: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=34241, Token=D0BDE19EB3995C8A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34241, Token=D0BDE19EB3995C8A, 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:53:54.759 [: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:53:54.759 [: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:53:54.759 [: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:53:54.760 [: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-34242], CON-POST MID=34242, 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:53:54.760 [: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-FC6D804EB7888E0E], CON-POST MID=34242, Token=FC6D804EB7888E0E, 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:53:54.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-34242], KeyToken[127.0.0.1:8283-FC6D804EB7888E0E]] 06:53:54.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:53:54.760 [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=34242, Token=FC6D804EB7888E0E, 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:53:54.760 [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:53:54.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34242] 06:53:54.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, 127.0.0.1:8280] replace CON-POST MID=34242, Token=FC6D804EB7888E0E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34242, Token=FC6D804EB7888E0E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1046, 127.0.0.1:8280] send response NON-2.05 MID=34242, Token=null, OptionSet={}, "server responds hi" 06:53:54.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, 127.0.0.1:8280, complete]! 06:53:54.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1046, 127.0.0.1:8280, complete] completed NON-2.04 MID=34242, Token=FC6D804EB7888E0E, 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:53:54.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:53:54.762 [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=34242, Token=FC6D804EB7888E0E, 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:53:54.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34242] 06:53:54.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045, 127.0.0.1:8283, complete]! 06:53:54.763 [: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-FC6D804EB7888E0E] 06:53:54.763 [: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-34242] 06:53:54.763 [: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=34242, Token=FC6D804EB7888E0E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34242, Token=FC6D804EB7888E0E, 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:53:54.763 [: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:53:54.763 [: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:53:54.764 [: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:53:54.764 [: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-34243], CON-POST MID=34243, 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:53:54.764 [: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-AC8A1F1429989ACC], CON-POST MID=34243, Token=AC8A1F1429989ACC, 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:53:54.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34243], KeyToken[127.0.0.1:8283-AC8A1F1429989ACC]] 06:53:54.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:8283 06:53:54.764 [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=34243, Token=AC8A1F1429989ACC, 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:53:54.764 [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:53:54.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34243] 06:53:54.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, 127.0.0.1:8280] replace CON-POST MID=34243, Token=AC8A1F1429989ACC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34243, Token=AC8A1F1429989ACC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1048, 127.0.0.1:8280] send response NON-2.05 MID=34243, Token=null, OptionSet={}, "server responds hi" 06:53:54.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, 127.0.0.1:8280, complete]! 06:53:54.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1048, 127.0.0.1:8280, complete] completed NON-2.04 MID=34243, Token=AC8A1F1429989ACC, 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:53:54.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:8280 06:53:54.766 [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=34243, Token=AC8A1F1429989ACC, 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:53:54.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34243] 06:53:54.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047, 127.0.0.1:8283, complete]! 06:53:54.767 [: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-AC8A1F1429989ACC] 06:53:54.767 [: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-34243] 06:53:54.767 [: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=34243, Token=AC8A1F1429989ACC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34243, Token=AC8A1F1429989ACC, 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:53:54.767 [: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:53:54.767 [: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:53:54.768 [: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:53:54.768 [: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-34244], CON-POST MID=34244, 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:53:54.768 [: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-E41FBF3A2276269D], CON-POST MID=34244, Token=E41FBF3A2276269D, 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:53:54.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34244], KeyToken[127.0.0.1:8283-E41FBF3A2276269D]] 06:53:54.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.769 [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=34244, Token=E41FBF3A2276269D, 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:53:54.769 [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:53:54.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34244] 06:53:54.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, 127.0.0.1:8280] replace CON-POST MID=34244, Token=E41FBF3A2276269D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34244, Token=E41FBF3A2276269D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1050, 127.0.0.1:8280] send response NON-2.05 MID=34244, Token=null, OptionSet={}, "server responds hi" 06:53:54.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, 127.0.0.1:8280, complete]! 06:53:54.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1050, 127.0.0.1:8280, complete] completed NON-2.04 MID=34244, Token=E41FBF3A2276269D, 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:53:54.770 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.771 [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=34244, Token=E41FBF3A2276269D, 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:53:54.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34244] 06:53:54.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049, 127.0.0.1:8283, complete]! 06:53:54.771 [: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-E41FBF3A2276269D] 06:53:54.771 [: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-34244] 06:53:54.771 [: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=34244, Token=E41FBF3A2276269D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34244, Token=E41FBF3A2276269D, 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:53:54.772 [: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:53:54.772 [: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:53:54.772 [: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:53:54.773 [: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-34245], CON-POST MID=34245, 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:53:54.773 [: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-30A997213238C32D], CON-POST MID=34245, Token=30A997213238C32D, 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:53:54.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34245], KeyToken[127.0.0.1:8283-30A997213238C32D]] 06:53:54.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.773 [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=34245, Token=30A997213238C32D, 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:53:54.773 [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:53:54.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34245] 06:53:54.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, 127.0.0.1:8280] replace CON-POST MID=34245, Token=30A997213238C32D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34245, Token=30A997213238C32D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1052, 127.0.0.1:8280] send response NON-2.05 MID=34245, Token=null, OptionSet={}, "server responds hi" 06:53:54.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, 127.0.0.1:8280, complete]! 06:53:54.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1052, 127.0.0.1:8280, complete] completed NON-2.04 MID=34245, Token=30A997213238C32D, 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:53:54.775 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.775 [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=34245, Token=30A997213238C32D, 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:53:54.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34245] 06:53:54.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051, 127.0.0.1:8283, complete]! 06:53:54.776 [: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-30A997213238C32D] 06:53:54.776 [: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-34245] 06:53:54.776 [: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=34245, Token=30A997213238C32D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34245, Token=30A997213238C32D, 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:53:54.776 [: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:53:54.776 [: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:53:54.777 [: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:53:54.777 [: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-34246], CON-POST MID=34246, 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:53:54.777 [: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-14F66E00DCF60443], CON-POST MID=34246, Token=14F66E00DCF60443, 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:53:54.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34246], KeyToken[127.0.0.1:8283-14F66E00DCF60443]] 06:53:54.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.777 [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=34246, Token=14F66E00DCF60443, 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:53:54.777 [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:53:54.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34246] 06:53:54.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, 127.0.0.1:8280] replace CON-POST MID=34246, Token=14F66E00DCF60443, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34246, Token=14F66E00DCF60443, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1054, 127.0.0.1:8280] send response NON-2.05 MID=34246, Token=null, OptionSet={}, "server responds hi" 06:53:54.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, 127.0.0.1:8280, complete]! 06:53:54.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1054, 127.0.0.1:8280, complete] completed NON-2.04 MID=34246, Token=14F66E00DCF60443, 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:53:54.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.780 [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=34246, Token=14F66E00DCF60443, 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:53:54.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34246] 06:53:54.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053, 127.0.0.1:8283, complete]! 06:53:54.780 [: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-14F66E00DCF60443] 06:53:54.780 [: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-34246] 06:53:54.780 [: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=34246, Token=14F66E00DCF60443, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34246, Token=14F66E00DCF60443, 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:53:54.780 [: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:53:54.780 [: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:53:54.781 [: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:53:54.781 [: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-34247], CON-POST MID=34247, 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:53:54.781 [: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-880CA9A4EA6F06E5], CON-POST MID=34247, Token=880CA9A4EA6F06E5, 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:53:54.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34247], KeyToken[127.0.0.1:8283-880CA9A4EA6F06E5]] 06:53:54.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.782 [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=34247, Token=880CA9A4EA6F06E5, 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:53:54.782 [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:53:54.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34247] 06:53:54.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, 127.0.0.1:8280] replace CON-POST MID=34247, Token=880CA9A4EA6F06E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34247, Token=880CA9A4EA6F06E5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1056, 127.0.0.1:8280] send response NON-2.05 MID=34247, Token=null, OptionSet={}, "server responds hi" 06:53:54.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, 127.0.0.1:8280, complete]! 06:53:54.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1056, 127.0.0.1:8280, complete] completed NON-2.04 MID=34247, Token=880CA9A4EA6F06E5, 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:53:54.783 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.784 [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=34247, Token=880CA9A4EA6F06E5, 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:53:54.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34247] 06:53:54.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055, 127.0.0.1:8283, complete]! 06:53:54.792 [: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-880CA9A4EA6F06E5] 06:53:54.792 [: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-34247] 06:53:54.792 [: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=34247, Token=880CA9A4EA6F06E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34247, Token=880CA9A4EA6F06E5, 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:53:54.793 [: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:53:54.793 [: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:53:54.793 [: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:53:54.793 [: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-34248], CON-POST MID=34248, 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:53:54.794 [: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-9C499A16085E1A41], CON-POST MID=34248, Token=9C499A16085E1A41, 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:53:54.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34248], KeyToken[127.0.0.1:8283-9C499A16085E1A41]] 06:53:54.794 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.794 [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=34248, Token=9C499A16085E1A41, 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:53:54.794 [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:53:54.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34248] 06:53:54.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, 127.0.0.1:8280] replace CON-POST MID=34248, Token=9C499A16085E1A41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34248, Token=9C499A16085E1A41, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1058, 127.0.0.1:8280] send response NON-2.05 MID=34248, Token=null, OptionSet={}, "server responds hi" 06:53:54.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, 127.0.0.1:8280, complete]! 06:53:54.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1058, 127.0.0.1:8280, complete] completed NON-2.04 MID=34248, Token=9C499A16085E1A41, 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:53:54.796 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.796 [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=34248, Token=9C499A16085E1A41, 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:53:54.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34248] 06:53:54.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057, 127.0.0.1:8283, complete]! 06:53:54.797 [: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-9C499A16085E1A41] 06:53:54.797 [: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-34248] 06:53:54.797 [: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=34248, Token=9C499A16085E1A41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34248, Token=9C499A16085E1A41, 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:53:54.797 [: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:53:54.797 [: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:53:54.797 [: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:53:54.798 [: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-34249], CON-POST MID=34249, 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:53:54.798 [: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-04BACD0657F4FA05], CON-POST MID=34249, Token=04BACD0657F4FA05, 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:53:54.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34249], KeyToken[127.0.0.1:8283-04BACD0657F4FA05]] 06:53:54.798 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.798 [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=34249, Token=04BACD0657F4FA05, 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:53:54.798 [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:53:54.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34249] 06:53:54.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, 127.0.0.1:8280] replace CON-POST MID=34249, Token=04BACD0657F4FA05, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34249, Token=04BACD0657F4FA05, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1060, 127.0.0.1:8280] send response NON-2.05 MID=34249, Token=null, OptionSet={}, "server responds hi" 06:53:54.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, 127.0.0.1:8280, complete]! 06:53:54.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1060, 127.0.0.1:8280, complete] completed NON-2.04 MID=34249, Token=04BACD0657F4FA05, 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:53:54.800 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.800 [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=34249, Token=04BACD0657F4FA05, 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:53:54.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34249] 06:53:54.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059, 127.0.0.1:8283, complete]! 06:53:54.800 [: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-04BACD0657F4FA05] 06:53:54.800 [: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-34249] 06:53:54.801 [: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=34249, Token=04BACD0657F4FA05, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34249, Token=04BACD0657F4FA05, 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:53:54.801 [: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:53:54.801 [: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:53:54.801 [: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:53:54.801 [: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-34250], CON-POST MID=34250, 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:53:54.802 [: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-DCF609A76D9D9AF9], CON-POST MID=34250, Token=DCF609A76D9D9AF9, 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:53:54.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34250], KeyToken[127.0.0.1:8283-DCF609A76D9D9AF9]] 06:53:54.802 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.802 [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=34250, Token=DCF609A76D9D9AF9, 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:53:54.802 [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:53:54.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34250] 06:53:54.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, 127.0.0.1:8280] replace CON-POST MID=34250, Token=DCF609A76D9D9AF9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34250, Token=DCF609A76D9D9AF9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1062, 127.0.0.1:8280] send response NON-2.05 MID=34250, Token=null, OptionSet={}, "server responds hi" 06:53:54.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, 127.0.0.1:8280, complete]! 06:53:54.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1062, 127.0.0.1:8280, complete] completed NON-2.04 MID=34250, Token=DCF609A76D9D9AF9, 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:53:54.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:53:54.842 [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=34250, Token=DCF609A76D9D9AF9, 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:53:54.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34250] 06:53:54.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061, 127.0.0.1:8283, complete]! 06:53:54.842 [: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-DCF609A76D9D9AF9] 06:53:54.842 [: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-34250] 06:53:54.842 [: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=34250, Token=DCF609A76D9D9AF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34250, Token=DCF609A76D9D9AF9, 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:53:54.843 [: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:53:54.843 [: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:53:54.843 [: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:53:54.844 [: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-34251], CON-POST MID=34251, 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:53:54.844 [: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-C00A2434FFE548F8], CON-POST MID=34251, Token=C00A2434FFE548F8, 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:53:54.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34251], KeyToken[127.0.0.1:8283-C00A2434FFE548F8]] 06:53:54.844 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:54.844 [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=34251, Token=C00A2434FFE548F8, 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:53:54.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:53:54.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34251] 06:53:54.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, 127.0.0.1:8280] replace CON-POST MID=34251, Token=C00A2434FFE548F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34251, Token=C00A2434FFE548F8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1064, 127.0.0.1:8280] send response NON-2.05 MID=34251, Token=null, OptionSet={}, "server responds hi" 06:53:54.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, 127.0.0.1:8280, complete]! 06:53:54.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1064, 127.0.0.1:8280, complete] completed NON-2.04 MID=34251, Token=C00A2434FFE548F8, 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:53:54.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:53:54.847 [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=34251, Token=C00A2434FFE548F8, 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:53:54.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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-34251] 06:53:54.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063, 127.0.0.1:8283, complete]! 06:53:54.847 [: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-C00A2434FFE548F8] 06:53:54.847 [: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-34251] 06:53:54.848 [: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=34251, Token=C00A2434FFE548F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34251, Token=C00A2434FFE548F8, 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:53:54.848 [: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:53:54.848 [: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:53:54.849 [: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:53:54.849 [: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-34252], CON-POST MID=34252, 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:53:54.849 [: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-F4AD683A4A963960], CON-POST MID=34252, Token=F4AD683A4A963960, 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:53:54.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34252], KeyToken[127.0.0.1:8283-F4AD683A4A963960]] 06:53:54.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:8283 06:53:54.850 [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=34252, Token=F4AD683A4A963960, 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:53:54.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:53:54.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34252] 06:53:54.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, 127.0.0.1:8280] replace CON-POST MID=34252, Token=F4AD683A4A963960, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34252, Token=F4AD683A4A963960, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1066, 127.0.0.1:8280] send response NON-2.05 MID=34252, Token=null, OptionSet={}, "server responds hi" 06:53:54.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, 127.0.0.1:8280, complete]! 06:53:54.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1066, 127.0.0.1:8280, complete] completed NON-2.04 MID=34252, Token=F4AD683A4A963960, 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:53:54.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:53:54.852 [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=34252, Token=F4AD683A4A963960, 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:53:54.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:53:54.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-34252] 06:53:54.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065, 127.0.0.1:8283, complete]! 06:53:54.853 [: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-F4AD683A4A963960] 06:53:54.853 [: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-34252] 06:53:54.853 [: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=34252, Token=F4AD683A4A963960, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34252, Token=F4AD683A4A963960, 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:53:54.853 [: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:53:54.853 [: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:53:54.854 [: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:53:54.854 [: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-34253], CON-POST MID=34253, 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:53:54.854 [: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-00115A04547C9E0D], CON-POST MID=34253, Token=00115A04547C9E0D, 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:53:54.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-34253], KeyToken[127.0.0.1:8283-00115A04547C9E0D]] 06:53:54.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:53:54.854 [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=34253, Token=00115A04547C9E0D, 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:53:54.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:53:54.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34253] 06:53:54.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, 127.0.0.1:8280] replace CON-POST MID=34253, Token=00115A04547C9E0D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34253, Token=00115A04547C9E0D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1068, 127.0.0.1:8280] send response NON-2.05 MID=34253, Token=null, OptionSet={}, "server responds hi" 06:53:54.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, 127.0.0.1:8280, complete]! 06:53:54.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1068, 127.0.0.1:8280, complete] completed NON-2.04 MID=34253, Token=00115A04547C9E0D, 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:53:54.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:53:54.857 [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=34253, Token=00115A04547C9E0D, 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:53:54.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:53:54.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-34253] 06:53:54.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067, 127.0.0.1:8283, complete]! 06:53:54.857 [: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-00115A04547C9E0D] 06:53:54.857 [: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-34253] 06:53:54.857 [: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=34253, Token=00115A04547C9E0D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34253, Token=00115A04547C9E0D, 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:53:54.858 [: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:53:54.858 [: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:53:54.858 [: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:53:54.858 [: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-34254], CON-POST MID=34254, 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:53:54.859 [: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-3006FCD7CD355F51], CON-POST MID=34254, Token=3006FCD7CD355F51, 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:53:54.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-34254], KeyToken[127.0.0.1:8283-3006FCD7CD355F51]] 06:53:54.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:53:54.859 [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=34254, Token=3006FCD7CD355F51, 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:53:54.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:53:54.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34254] 06:53:54.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, 127.0.0.1:8280] replace CON-POST MID=34254, Token=3006FCD7CD355F51, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34254, Token=3006FCD7CD355F51, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1070, 127.0.0.1:8280] send response NON-2.05 MID=34254, Token=null, OptionSet={}, "server responds hi" 06:53:54.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, 127.0.0.1:8280, complete]! 06:53:54.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1070, 127.0.0.1:8280, complete] completed NON-2.04 MID=34254, Token=3006FCD7CD355F51, 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:53:54.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:53:54.862 [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=34254, Token=3006FCD7CD355F51, 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:53:54.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:53:54.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-34254] 06:53:54.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069, 127.0.0.1:8283, complete]! 06:53:54.863 [: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-3006FCD7CD355F51] 06:53:54.863 [: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-34254] 06:53:54.863 [: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=34254, Token=3006FCD7CD355F51, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34254, Token=3006FCD7CD355F51, 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:53:54.863 [: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:53:54.863 [: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:53:54.864 [: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:53:54.864 [: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-34255], CON-POST MID=34255, 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:53:54.864 [: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-546C3CBFB42A6335], CON-POST MID=34255, Token=546C3CBFB42A6335, 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:53:54.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-34255], KeyToken[127.0.0.1:8283-546C3CBFB42A6335]] 06:53:54.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:53:54.864 [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=34255, Token=546C3CBFB42A6335, 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:53:54.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:53:54.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34255] 06:53:54.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, 127.0.0.1:8280] replace CON-POST MID=34255, Token=546C3CBFB42A6335, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34255, Token=546C3CBFB42A6335, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1072, 127.0.0.1:8280] send response NON-2.05 MID=34255, Token=null, OptionSet={}, "server responds hi" 06:53:54.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, 127.0.0.1:8280, complete]! 06:53:54.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1072, 127.0.0.1:8280, complete] completed NON-2.04 MID=34255, Token=546C3CBFB42A6335, 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:53:54.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:8280 06:53:54.867 [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=34255, Token=546C3CBFB42A6335, 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:53:54.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34255] 06:53:54.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071, 127.0.0.1:8283, complete]! 06:53:54.867 [: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-546C3CBFB42A6335] 06:53:54.867 [: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-34255] 06:53:54.867 [: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=34255, Token=546C3CBFB42A6335, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34255, Token=546C3CBFB42A6335, 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:53:54.868 [: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:53:54.868 [: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:53:54.868 [: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:53:54.869 [: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-34256], CON-POST MID=34256, 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:53:54.869 [: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-0C2BF7144F1CC9D4], CON-POST MID=34256, Token=0C2BF7144F1CC9D4, 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:53:54.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34256], KeyToken[127.0.0.1:8283-0C2BF7144F1CC9D4]] 06:53:54.869 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.869 [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=34256, Token=0C2BF7144F1CC9D4, 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:53:54.869 [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:53:54.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34256] 06:53:54.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, 127.0.0.1:8280] replace CON-POST MID=34256, Token=0C2BF7144F1CC9D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34256, Token=0C2BF7144F1CC9D4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1074, 127.0.0.1:8280] send response NON-2.05 MID=34256, Token=null, OptionSet={}, "server responds hi" 06:53:54.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, 127.0.0.1:8280, complete]! 06:53:54.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1074, 127.0.0.1:8280, complete] completed NON-2.04 MID=34256, Token=0C2BF7144F1CC9D4, 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:53:54.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:8280 06:53:54.872 [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=34256, Token=0C2BF7144F1CC9D4, 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:53:54.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34256] 06:53:54.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073, 127.0.0.1:8283, complete]! 06:53:54.872 [: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-0C2BF7144F1CC9D4] 06:53:54.872 [: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-34256] 06:53:54.872 [: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=34256, Token=0C2BF7144F1CC9D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34256, Token=0C2BF7144F1CC9D4, 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:53:54.873 [: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:53:54.873 [: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:53:54.873 [: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:53:54.873 [: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-34257], CON-POST MID=34257, 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:53:54.873 [: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-B0E1D4322E0D21C2], CON-POST MID=34257, Token=B0E1D4322E0D21C2, 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:53:54.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34257], KeyToken[127.0.0.1:8283-B0E1D4322E0D21C2]] 06:53:54.874 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.874 [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=34257, Token=B0E1D4322E0D21C2, 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:53:54.874 [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:53:54.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34257] 06:53:54.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, 127.0.0.1:8280] replace CON-POST MID=34257, Token=B0E1D4322E0D21C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34257, Token=B0E1D4322E0D21C2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1076, 127.0.0.1:8280] send response NON-2.05 MID=34257, Token=null, OptionSet={}, "server responds hi" 06:53:54.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, 127.0.0.1:8280, complete]! 06:53:54.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1076, 127.0.0.1:8280, complete] completed NON-2.04 MID=34257, Token=B0E1D4322E0D21C2, 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:53:54.876 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.876 [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=34257, Token=B0E1D4322E0D21C2, 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:53:54.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34257] 06:53:54.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075, 127.0.0.1:8283, complete]! 06:53:54.877 [: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-B0E1D4322E0D21C2] 06:53:54.877 [: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-34257] 06:53:54.877 [: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=34257, Token=B0E1D4322E0D21C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34257, Token=B0E1D4322E0D21C2, 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:53:54.877 [: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:53:54.877 [: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:53:54.878 [: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:53:54.878 [: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-34258], CON-POST MID=34258, 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:53:54.878 [: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-34B5B446B7E6075B], CON-POST MID=34258, Token=34B5B446B7E6075B, 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:53:54.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34258], KeyToken[127.0.0.1:8283-34B5B446B7E6075B]] 06:53:54.878 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.879 [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=34258, Token=34B5B446B7E6075B, 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:53:54.879 [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:53:54.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34258] 06:53:54.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, 127.0.0.1:8280] replace CON-POST MID=34258, Token=34B5B446B7E6075B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34258, Token=34B5B446B7E6075B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1078, 127.0.0.1:8280] send response NON-2.05 MID=34258, Token=null, OptionSet={}, "server responds hi" 06:53:54.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, 127.0.0.1:8280, complete]! 06:53:54.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1078, 127.0.0.1:8280, complete] completed NON-2.04 MID=34258, Token=34B5B446B7E6075B, 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:53:54.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.881 [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=34258, Token=34B5B446B7E6075B, 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:53:54.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34258] 06:53:54.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077, 127.0.0.1:8283, complete]! 06:53:54.881 [: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-34B5B446B7E6075B] 06:53:54.881 [: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-34258] 06:53:54.881 [: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=34258, Token=34B5B446B7E6075B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34258, Token=34B5B446B7E6075B, 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:53:54.882 [: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:53:54.882 [: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:53:54.882 [: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:53:54.883 [: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-34259], CON-POST MID=34259, 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:53:54.883 [: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-5481E69FCF061994], CON-POST MID=34259, Token=5481E69FCF061994, 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:53:54.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34259], KeyToken[127.0.0.1:8283-5481E69FCF061994]] 06:53:54.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.883 [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=34259, Token=5481E69FCF061994, 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:53:54.883 [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:53:54.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34259] 06:53:54.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, 127.0.0.1:8280] replace CON-POST MID=34259, Token=5481E69FCF061994, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34259, Token=5481E69FCF061994, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1080, 127.0.0.1:8280] send response NON-2.05 MID=34259, Token=null, OptionSet={}, "server responds hi" 06:53:54.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, 127.0.0.1:8280, complete]! 06:53:54.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1080, 127.0.0.1:8280, complete] completed NON-2.04 MID=34259, Token=5481E69FCF061994, 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:53:54.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.885 [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=34259, Token=5481E69FCF061994, 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:53:54.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34259] 06:53:54.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079, 127.0.0.1:8283, complete]! 06:53:54.886 [: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-5481E69FCF061994] 06:53:54.886 [: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-34259] 06:53:54.886 [: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=34259, Token=5481E69FCF061994, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34259, Token=5481E69FCF061994, 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:53:54.886 [: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:53:54.886 [: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:53:54.887 [: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:53:54.887 [: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-34260], CON-POST MID=34260, 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:53:54.887 [: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-689F8518F8308AC9], CON-POST MID=34260, Token=689F8518F8308AC9, 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:53:54.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34260], KeyToken[127.0.0.1:8283-689F8518F8308AC9]] 06:53:54.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.887 [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=34260, Token=689F8518F8308AC9, 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:53:54.887 [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:53:54.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34260] 06:53:54.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, 127.0.0.1:8280] replace CON-POST MID=34260, Token=689F8518F8308AC9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34260, Token=689F8518F8308AC9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1082, 127.0.0.1:8280] send response NON-2.05 MID=34260, Token=null, OptionSet={}, "server responds hi" 06:53:54.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, 127.0.0.1:8280, complete]! 06:53:54.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1082, 127.0.0.1:8280, complete] completed NON-2.04 MID=34260, Token=689F8518F8308AC9, 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:53:54.889 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.889 [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=34260, Token=689F8518F8308AC9, 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:53:54.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34260] 06:53:54.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081, 127.0.0.1:8283, complete]! 06:53:54.890 [: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-689F8518F8308AC9] 06:53:54.890 [: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-34260] 06:53:54.890 [: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=34260, Token=689F8518F8308AC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34260, Token=689F8518F8308AC9, 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:53:54.890 [: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:53:54.890 [: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:53:54.891 [: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:53:54.891 [: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-34261], CON-POST MID=34261, 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:53:54.891 [: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-70D1F4CCE08E10C5], CON-POST MID=34261, Token=70D1F4CCE08E10C5, 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:53:54.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34261], KeyToken[127.0.0.1:8283-70D1F4CCE08E10C5]] 06:53:54.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.891 [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=34261, Token=70D1F4CCE08E10C5, 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:53:54.891 [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:53:54.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34261] 06:53:54.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, 127.0.0.1:8280] replace CON-POST MID=34261, Token=70D1F4CCE08E10C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34261, Token=70D1F4CCE08E10C5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1084, 127.0.0.1:8280] send response NON-2.05 MID=34261, Token=null, OptionSet={}, "server responds hi" 06:53:54.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, 127.0.0.1:8280, complete]! 06:53:54.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1084, 127.0.0.1:8280, complete] completed NON-2.04 MID=34261, Token=70D1F4CCE08E10C5, 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:53:54.893 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.893 [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=34261, Token=70D1F4CCE08E10C5, 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:53:54.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34261] 06:53:54.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083, 127.0.0.1:8283, complete]! 06:53:54.893 [: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-70D1F4CCE08E10C5] 06:53:54.893 [: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-34261] 06:53:54.893 [: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=34261, Token=70D1F4CCE08E10C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34261, Token=70D1F4CCE08E10C5, 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:53:54.894 [: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:53:54.894 [: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:53:54.894 [: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:53:54.895 [: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-34262], CON-POST MID=34262, 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:53:54.895 [: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-1C0D323B631ED810], CON-POST MID=34262, Token=1C0D323B631ED810, 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:53:54.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34262], KeyToken[127.0.0.1:8283-1C0D323B631ED810]] 06:53:54.895 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:54.896 [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=34262, Token=1C0D323B631ED810, 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:53:54.896 [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:53:54.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34262] 06:53:54.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, 127.0.0.1:8280] replace CON-POST MID=34262, Token=1C0D323B631ED810, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34262, Token=1C0D323B631ED810, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1086, 127.0.0.1:8280] send response NON-2.05 MID=34262, Token=null, OptionSet={}, "server responds hi" 06:53:54.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, 127.0.0.1:8280, complete]! 06:53:54.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1086, 127.0.0.1:8280, complete] completed NON-2.04 MID=34262, Token=1C0D323B631ED810, 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:53:54.897 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.897 [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=34262, Token=1C0D323B631ED810, 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:53:54.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34262] 06:53:54.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085, 127.0.0.1:8283, complete]! 06:53:54.898 [: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-1C0D323B631ED810] 06:53:54.898 [: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-34262] 06:53:54.898 [: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=34262, Token=1C0D323B631ED810, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34262, Token=1C0D323B631ED810, 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:53:54.898 [: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:53:54.898 [: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:53:54.941 [: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:53:54.941 [: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-34263], CON-POST MID=34263, 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:53:54.942 [: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-C0738A12FA5711F9], CON-POST MID=34263, Token=C0738A12FA5711F9, 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:53:54.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-34263], KeyToken[127.0.0.1:8283-C0738A12FA5711F9]] 06:53:54.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:53:54.942 [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=34263, Token=C0738A12FA5711F9, 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:53:54.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:53:54.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34263] 06:53:54.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, 127.0.0.1:8280] replace CON-POST MID=34263, Token=C0738A12FA5711F9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34263, Token=C0738A12FA5711F9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.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=34263, Token=null, OptionSet={}, "server responds hi" 06:53:54.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, 127.0.0.1:8280, complete]! 06:53:54.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=34263, Token=C0738A12FA5711F9, 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:53:54.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:53:54.945 [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=34263, Token=C0738A12FA5711F9, 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:53:54.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:53:54.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-34263] 06:53:54.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087, 127.0.0.1:8283, complete]! 06:53:54.945 [: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-C0738A12FA5711F9] 06:53:54.945 [: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-34263] 06:53:54.945 [: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=34263, Token=C0738A12FA5711F9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34263, Token=C0738A12FA5711F9, 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:53:54.946 [: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:53:54.946 [: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:53:54.946 [: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:53:54.947 [: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-34264], CON-POST MID=34264, 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:53:54.947 [: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-88B96C376555313A], CON-POST MID=34264, Token=88B96C376555313A, 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:53:54.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-34264], KeyToken[127.0.0.1:8283-88B96C376555313A]] 06:53:54.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:53:54.947 [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=34264, Token=88B96C376555313A, 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:53:54.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:53:54.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34264] 06:53:54.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, 127.0.0.1:8280] replace CON-POST MID=34264, Token=88B96C376555313A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34264, Token=88B96C376555313A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1090, 127.0.0.1:8280] send response NON-2.05 MID=34264, Token=null, OptionSet={}, "server responds hi" 06:53:54.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, 127.0.0.1:8280, complete]! 06:53:54.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1090, 127.0.0.1:8280, complete] completed NON-2.04 MID=34264, Token=88B96C376555313A, 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:53:54.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:8280 06:53:54.950 [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=34264, Token=88B96C376555313A, 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:53:54.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:53:54.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-34264] 06:53:54.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089, 127.0.0.1:8283, complete]! 06:53:54.950 [: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-88B96C376555313A] 06:53:54.950 [: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-34264] 06:53:54.950 [: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=34264, Token=88B96C376555313A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34264, Token=88B96C376555313A, 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:53:54.950 [: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:53:54.951 [: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:53:54.951 [: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:53:54.951 [: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-34265], CON-POST MID=34265, 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:53:54.951 [: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-04E724CF6F10125E], CON-POST MID=34265, Token=04E724CF6F10125E, 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:53:54.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-34265], KeyToken[127.0.0.1:8283-04E724CF6F10125E]] 06:53:54.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:53:54.952 [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=34265, Token=04E724CF6F10125E, 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:53:54.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:53:54.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34265] 06:53:54.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, 127.0.0.1:8280] replace CON-POST MID=34265, Token=04E724CF6F10125E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34265, Token=04E724CF6F10125E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1092, 127.0.0.1:8280] send response NON-2.05 MID=34265, Token=null, OptionSet={}, "server responds hi" 06:53:54.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, 127.0.0.1:8280, complete]! 06:53:54.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1092, 127.0.0.1:8280, complete] completed NON-2.04 MID=34265, Token=04E724CF6F10125E, 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:53:54.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:53:54.954 [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=34265, Token=04E724CF6F10125E, 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:53:54.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:53:54.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-34265] 06:53:54.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091, 127.0.0.1:8283, complete]! 06:53:54.955 [: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-04E724CF6F10125E] 06:53:54.955 [: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-34265] 06:53:54.955 [: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=34265, Token=04E724CF6F10125E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34265, Token=04E724CF6F10125E, 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:53:54.955 [: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:53:54.955 [: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:53:54.955 [: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:53:54.956 [: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-34266], CON-POST MID=34266, 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:53:54.956 [: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-5C0CA83FDD54A9D6], CON-POST MID=34266, Token=5C0CA83FDD54A9D6, 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:53:54.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-34266], KeyToken[127.0.0.1:8283-5C0CA83FDD54A9D6]] 06:53:54.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:53:54.956 [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=34266, Token=5C0CA83FDD54A9D6, 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:53:54.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:53:54.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34266] 06:53:54.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, 127.0.0.1:8280] replace CON-POST MID=34266, Token=5C0CA83FDD54A9D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34266, Token=5C0CA83FDD54A9D6, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1094, 127.0.0.1:8280] send response NON-2.05 MID=34266, Token=null, OptionSet={}, "server responds hi" 06:53:54.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, 127.0.0.1:8280, complete]! 06:53:54.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1094, 127.0.0.1:8280, complete] completed NON-2.04 MID=34266, Token=5C0CA83FDD54A9D6, 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:53:54.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:8280 06:53:54.959 [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=34266, Token=5C0CA83FDD54A9D6, 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:53:54.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:53:54.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-34266] 06:53:54.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093, 127.0.0.1:8283, complete]! 06:53:54.959 [: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-5C0CA83FDD54A9D6] 06:53:54.959 [: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-34266] 06:53:54.959 [: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=34266, Token=5C0CA83FDD54A9D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34266, Token=5C0CA83FDD54A9D6, 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:53:54.960 [: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:53:54.960 [: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:53:54.960 [: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:53:54.961 [: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-34267], CON-POST MID=34267, 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:53:54.961 [: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-842FAC7A7B09C145], CON-POST MID=34267, Token=842FAC7A7B09C145, 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:53:54.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34267], KeyToken[127.0.0.1:8283-842FAC7A7B09C145]] 06:53:54.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:53:54.961 [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=34267, Token=842FAC7A7B09C145, 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:53:54.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:53:54.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34267] 06:53:54.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, 127.0.0.1:8280] replace CON-POST MID=34267, Token=842FAC7A7B09C145, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34267, Token=842FAC7A7B09C145, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1096, 127.0.0.1:8280] send response NON-2.05 MID=34267, Token=null, OptionSet={}, "server responds hi" 06:53:54.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, 127.0.0.1:8280, complete]! 06:53:54.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1096, 127.0.0.1:8280, complete] completed NON-2.04 MID=34267, Token=842FAC7A7B09C145, 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:53:54.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.963 [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=34267, Token=842FAC7A7B09C145, 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:53:54.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:53:54.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:8283-34267] 06:53:54.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095, 127.0.0.1:8283, complete]! 06:53:54.964 [: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-842FAC7A7B09C145] 06:53:54.964 [: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-34267] 06:53:54.964 [: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=34267, Token=842FAC7A7B09C145, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34267, Token=842FAC7A7B09C145, 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:53:54.964 [: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:53:54.964 [: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:53:54.965 [: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:53:54.965 [: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-34268], CON-POST MID=34268, 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:53:54.965 [: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-74B3CCF0828CF194], CON-POST MID=34268, Token=74B3CCF0828CF194, 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:53:54.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34268], KeyToken[127.0.0.1:8283-74B3CCF0828CF194]] 06:53:54.966 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.966 [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=34268, Token=74B3CCF0828CF194, 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:53:54.966 [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:53:54.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34268] 06:53:54.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, 127.0.0.1:8280] replace CON-POST MID=34268, Token=74B3CCF0828CF194, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34268, Token=74B3CCF0828CF194, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1098, 127.0.0.1:8280] send response NON-2.05 MID=34268, Token=null, OptionSet={}, "server responds hi" 06:53:54.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, 127.0.0.1:8280, complete]! 06:53:54.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1098, 127.0.0.1:8280, complete] completed NON-2.04 MID=34268, Token=74B3CCF0828CF194, 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:53:54.967 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.968 [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=34268, Token=74B3CCF0828CF194, 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:53:54.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.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:8283-34268] 06:53:54.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.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:53:54.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097, 127.0.0.1:8283, complete]! 06:53:54.968 [: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-74B3CCF0828CF194] 06:53:54.968 [: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-34268] 06:53:54.968 [: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=34268, Token=74B3CCF0828CF194, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34268, Token=74B3CCF0828CF194, 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:53:54.969 [: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:53:54.969 [: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:53:54.969 [: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:53:54.969 [: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-34269], CON-POST MID=34269, 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:53:54.970 [: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-A4A00DF6A13F1545], CON-POST MID=34269, Token=A4A00DF6A13F1545, 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:53:54.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34269], KeyToken[127.0.0.1:8283-A4A00DF6A13F1545]] 06:53:54.970 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.970 [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=34269, Token=A4A00DF6A13F1545, 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:53:54.970 [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:53:54.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34269] 06:53:54.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, 127.0.0.1:8280] replace CON-POST MID=34269, Token=A4A00DF6A13F1545, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34269, Token=A4A00DF6A13F1545, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1100, 127.0.0.1:8280] send response NON-2.05 MID=34269, Token=null, OptionSet={}, "server responds hi" 06:53:54.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, 127.0.0.1:8280, complete]! 06:53:54.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1100, 127.0.0.1:8280, complete] completed NON-2.04 MID=34269, Token=A4A00DF6A13F1545, 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:53:54.972 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.972 [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=34269, Token=A4A00DF6A13F1545, 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:53:54.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34269] 06:53:54.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099, 127.0.0.1:8283, complete]! 06:53:54.972 [: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-A4A00DF6A13F1545] 06:53:54.973 [: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-34269] 06:53:54.973 [: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=34269, Token=A4A00DF6A13F1545, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34269, Token=A4A00DF6A13F1545, 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:53:54.973 [: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:53:54.973 [: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:53:54.974 [: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:53:54.974 [: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-34270], CON-POST MID=34270, 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:53:54.974 [: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-CCF92936E40E01B7], CON-POST MID=34270, Token=CCF92936E40E01B7, 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:53:54.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34270], KeyToken[127.0.0.1:8283-CCF92936E40E01B7]] 06:53:54.974 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.975 [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=34270, Token=CCF92936E40E01B7, 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:53:54.975 [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:53:54.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34270] 06:53:54.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, 127.0.0.1:8280] replace CON-POST MID=34270, Token=CCF92936E40E01B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34270, Token=CCF92936E40E01B7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1102, 127.0.0.1:8280] send response NON-2.05 MID=34270, Token=null, OptionSet={}, "server responds hi" 06:53:54.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, 127.0.0.1:8280, complete]! 06:53:54.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1102, 127.0.0.1:8280, complete] completed NON-2.04 MID=34270, Token=CCF92936E40E01B7, 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:53:54.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:8280 06:53:54.976 [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=34270, Token=CCF92936E40E01B7, 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:53:54.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34270] 06:53:54.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101, 127.0.0.1:8283, complete]! 06:53:54.977 [: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-CCF92936E40E01B7] 06:53:54.977 [: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-34270] 06:53:54.977 [: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=34270, Token=CCF92936E40E01B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34270, Token=CCF92936E40E01B7, 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:53:54.977 [: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:53:54.977 [: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:53:54.978 [: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:53:54.978 [: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-34271], CON-POST MID=34271, 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:53:54.978 [: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-383D006312A7519F], CON-POST MID=34271, Token=383D006312A7519F, 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:53:54.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34271], KeyToken[127.0.0.1:8283-383D006312A7519F]] 06:53:54.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 40 bytes to 127.0.0.1:8283 06:53:54.979 [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=34271, Token=383D006312A7519F, 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:53:54.979 [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:53:54.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34271] 06:53:54.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, 127.0.0.1:8280] replace CON-POST MID=34271, Token=383D006312A7519F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34271, Token=383D006312A7519F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1104, 127.0.0.1:8280] send response NON-2.05 MID=34271, Token=null, OptionSet={}, "server responds hi" 06:53:54.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, 127.0.0.1:8280, complete]! 06:53:54.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1104, 127.0.0.1:8280, complete] completed NON-2.04 MID=34271, Token=383D006312A7519F, 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:53:54.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.980 [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=34271, Token=383D006312A7519F, 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:53:54.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34271] 06:53:54.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103, 127.0.0.1:8283, complete]! 06:53:54.981 [: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-383D006312A7519F] 06:53:54.981 [: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-34271] 06:53:54.981 [: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=34271, Token=383D006312A7519F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34271, Token=383D006312A7519F, 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:53:54.981 [: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:53:54.981 [: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:53:54.982 [: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:53:54.982 [: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-34272], CON-POST MID=34272, 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:53:54.982 [: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-0053A71C9C78E06E], CON-POST MID=34272, Token=0053A71C9C78E06E, 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:53:54.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34272], KeyToken[127.0.0.1:8283-0053A71C9C78E06E]] 06:53:54.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.983 [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=34272, Token=0053A71C9C78E06E, 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:53:54.983 [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:53:54.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34272] 06:53:54.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, 127.0.0.1:8280] replace CON-POST MID=34272, Token=0053A71C9C78E06E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34272, Token=0053A71C9C78E06E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1106, 127.0.0.1:8280] send response NON-2.05 MID=34272, Token=null, OptionSet={}, "server responds hi" 06:53:54.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, 127.0.0.1:8280, complete]! 06:53:54.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1106, 127.0.0.1:8280, complete] completed NON-2.04 MID=34272, Token=0053A71C9C78E06E, 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:53:54.984 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.985 [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=34272, Token=0053A71C9C78E06E, 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:53:54.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34272] 06:53:54.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105, 127.0.0.1:8283, complete]! 06:53:54.985 [: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-0053A71C9C78E06E] 06:53:54.985 [: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-34272] 06:53:54.985 [: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=34272, Token=0053A71C9C78E06E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34272, Token=0053A71C9C78E06E, 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:53:54.986 [: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:53:54.986 [: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:53:54.986 [: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:53:54.986 [: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-34273], CON-POST MID=34273, 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:53:54.986 [: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-B02C3421770B954C], CON-POST MID=34273, Token=B02C3421770B954C, 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:53:54.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34273], KeyToken[127.0.0.1:8283-B02C3421770B954C]] 06:53:54.987 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.987 [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=34273, Token=B02C3421770B954C, 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:53:54.987 [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:53:54.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34273] 06:53:54.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, 127.0.0.1:8280] replace CON-POST MID=34273, Token=B02C3421770B954C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34273, Token=B02C3421770B954C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1108, 127.0.0.1:8280] send response NON-2.05 MID=34273, Token=null, OptionSet={}, "server responds hi" 06:53:54.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, 127.0.0.1:8280, complete]! 06:53:54.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1108, 127.0.0.1:8280, complete] completed NON-2.04 MID=34273, Token=B02C3421770B954C, 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:53:54.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.989 [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=34273, Token=B02C3421770B954C, 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:53:54.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34273] 06:53:54.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107, 127.0.0.1:8283, complete]! 06:53:54.989 [: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-B02C3421770B954C] 06:53:54.989 [: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-34273] 06:53:54.989 [: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=34273, Token=B02C3421770B954C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34273, Token=B02C3421770B954C, 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:53:54.990 [: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:53:54.990 [: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:53:54.990 [: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:53:54.990 [: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-34274], CON-POST MID=34274, 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:53:54.991 [: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-047A25B6C14C4C0E], CON-POST MID=34274, Token=047A25B6C14C4C0E, 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:53:54.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34274], KeyToken[127.0.0.1:8283-047A25B6C14C4C0E]] 06:53:54.991 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.991 [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=34274, Token=047A25B6C14C4C0E, 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:53:54.991 [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:53:54.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34274] 06:53:54.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, 127.0.0.1:8280] replace CON-POST MID=34274, Token=047A25B6C14C4C0E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34274, Token=047A25B6C14C4C0E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1110, 127.0.0.1:8280] send response NON-2.05 MID=34274, Token=null, OptionSet={}, "server responds hi" 06:53:54.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, 127.0.0.1:8280, complete]! 06:53:54.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1110, 127.0.0.1:8280, complete] completed NON-2.04 MID=34274, Token=047A25B6C14C4C0E, 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:53:54.992 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.993 [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=34274, Token=047A25B6C14C4C0E, 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:53:54.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34274] 06:53:54.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109, 127.0.0.1:8283, complete]! 06:53:54.993 [: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-047A25B6C14C4C0E] 06:53:54.993 [: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-34274] 06:53:54.993 [: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=34274, Token=047A25B6C14C4C0E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34274, Token=047A25B6C14C4C0E, 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:53:54.994 [: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:53:54.994 [: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:53:54.994 [: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:53:54.994 [: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-34275], CON-POST MID=34275, 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:53:54.994 [: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-C80D0DBA08398AAE], CON-POST MID=34275, Token=C80D0DBA08398AAE, 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:53:54.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34275], KeyToken[127.0.0.1:8283-C80D0DBA08398AAE]] 06:53:54.994 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:54.995 [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=34275, Token=C80D0DBA08398AAE, 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:53:54.995 [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:53:54.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34275] 06:53:54.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, 127.0.0.1:8280] replace CON-POST MID=34275, Token=C80D0DBA08398AAE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34275, Token=C80D0DBA08398AAE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:54.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1112, 127.0.0.1:8280] send response NON-2.05 MID=34275, Token=null, OptionSet={}, "server responds hi" 06:53:54.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, 127.0.0.1:8280, complete]! 06:53:54.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1112, 127.0.0.1:8280, complete] completed NON-2.04 MID=34275, Token=C80D0DBA08398AAE, 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:53:54.996 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:54.997 [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=34275, Token=C80D0DBA08398AAE, 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:53:54.997 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:54.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34275] 06:53:54.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:54.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:54.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111, 127.0.0.1:8283, complete]! 06:53:54.997 [: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-C80D0DBA08398AAE] 06:53:54.997 [: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-34275] 06:53:54.997 [: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=34275, Token=C80D0DBA08398AAE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34275, Token=C80D0DBA08398AAE, 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:53:54.998 [: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:53:54.998 [: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:53:54.998 [: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:53:54.998 [: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-34276], CON-POST MID=34276, 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:53:54.998 [: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-4C8AEF55EB65D06C], CON-POST MID=34276, Token=4C8AEF55EB65D06C, 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:53:54.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34276], KeyToken[127.0.0.1:8283-4C8AEF55EB65D06C]] 06:53:55.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:53:55.041 [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=34276, Token=4C8AEF55EB65D06C, 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:53:55.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:53:55.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34276] 06:53:55.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, 127.0.0.1:8280] replace CON-POST MID=34276, Token=4C8AEF55EB65D06C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34276, Token=4C8AEF55EB65D06C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1114, 127.0.0.1:8280] send response NON-2.05 MID=34276, Token=null, OptionSet={}, "server responds hi" 06:53:55.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, 127.0.0.1:8280, complete]! 06:53:55.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1114, 127.0.0.1:8280, complete] completed NON-2.04 MID=34276, Token=4C8AEF55EB65D06C, 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:53:55.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:53:55.044 [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=34276, Token=4C8AEF55EB65D06C, 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:53:55.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:53:55.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-34276] 06:53:55.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113, 127.0.0.1:8283, complete]! 06:53:55.044 [: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-4C8AEF55EB65D06C] 06:53:55.044 [: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-34276] 06:53:55.044 [: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=34276, Token=4C8AEF55EB65D06C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34276, Token=4C8AEF55EB65D06C, 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:53:55.045 [: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:53:55.045 [: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:53:55.045 [: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:53:55.045 [: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-34277], CON-POST MID=34277, 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:53:55.045 [: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-B06EE62B553F0E15], CON-POST MID=34277, Token=B06EE62B553F0E15, 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:53:55.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-34277], KeyToken[127.0.0.1:8283-B06EE62B553F0E15]] 06:53:55.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:53:55.046 [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=34277, Token=B06EE62B553F0E15, 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:53:55.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:53:55.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34277] 06:53:55.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, 127.0.0.1:8280] replace CON-POST MID=34277, Token=B06EE62B553F0E15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34277, Token=B06EE62B553F0E15, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1116, 127.0.0.1:8280] send response NON-2.05 MID=34277, Token=null, OptionSet={}, "server responds hi" 06:53:55.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, 127.0.0.1:8280, complete]! 06:53:55.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1116, 127.0.0.1:8280, complete] completed NON-2.04 MID=34277, Token=B06EE62B553F0E15, 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:53:55.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:8280 06:53:55.048 [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=34277, Token=B06EE62B553F0E15, 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:53:55.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:53:55.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-34277] 06:53:55.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115, 127.0.0.1:8283, complete]! 06:53:55.048 [: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-B06EE62B553F0E15] 06:53:55.048 [: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-34277] 06:53:55.048 [: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=34277, Token=B06EE62B553F0E15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34277, Token=B06EE62B553F0E15, 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:53:55.049 [: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:53:55.049 [: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:53:55.049 [: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:53:55.049 [: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-34278], CON-POST MID=34278, 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:53:55.049 [: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-ECDB645523278620], CON-POST MID=34278, Token=ECDB645523278620, 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:53:55.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34278], KeyToken[127.0.0.1:8283-ECDB645523278620]] 06:53:55.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:53:55.050 [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=34278, Token=ECDB645523278620, 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:53:55.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:53:55.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34278] 06:53:55.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, 127.0.0.1:8280] replace CON-POST MID=34278, Token=ECDB645523278620, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34278, Token=ECDB645523278620, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1118, 127.0.0.1:8280] send response NON-2.05 MID=34278, Token=null, OptionSet={}, "server responds hi" 06:53:55.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, 127.0.0.1:8280, complete]! 06:53:55.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1118, 127.0.0.1:8280, complete] completed NON-2.04 MID=34278, Token=ECDB645523278620, 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:53:55.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:53:55.051 [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=34278, Token=ECDB645523278620, 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:53:55.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34278] 06:53:55.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117, 127.0.0.1:8283, complete]! 06:53:55.052 [: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-ECDB645523278620] 06:53:55.052 [: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-34278] 06:53:55.052 [: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=34278, Token=ECDB645523278620, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34278, Token=ECDB645523278620, 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:53:55.052 [: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:53:55.052 [: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:53:55.053 [: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:53:55.053 [: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-34279], CON-POST MID=34279, 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:53:55.053 [: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-5C7FFB168D66CBCE], CON-POST MID=34279, Token=5C7FFB168D66CBCE, 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:53:55.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-34279], KeyToken[127.0.0.1:8283-5C7FFB168D66CBCE]] 06:53:55.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:53:55.054 [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=34279, Token=5C7FFB168D66CBCE, 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:53:55.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:53:55.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34279] 06:53:55.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, 127.0.0.1:8280] replace CON-POST MID=34279, Token=5C7FFB168D66CBCE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34279, Token=5C7FFB168D66CBCE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1120, 127.0.0.1:8280] send response NON-2.05 MID=34279, Token=null, OptionSet={}, "server responds hi" 06:53:55.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, 127.0.0.1:8280, complete]! 06:53:55.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1120, 127.0.0.1:8280, complete] completed NON-2.04 MID=34279, Token=5C7FFB168D66CBCE, 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:53:55.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:53:55.055 [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=34279, Token=5C7FFB168D66CBCE, 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:53:55.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:53:55.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-34279] 06:53:55.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119, 127.0.0.1:8283, complete]! 06:53:55.056 [: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-5C7FFB168D66CBCE] 06:53:55.056 [: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-34279] 06:53:55.056 [: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=34279, Token=5C7FFB168D66CBCE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34279, Token=5C7FFB168D66CBCE, 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:53:55.056 [: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:53:55.056 [: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:53:55.057 [: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:53:55.057 [: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-34280], CON-POST MID=34280, 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:53:55.057 [: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-D8ABA9DB842CB17D], CON-POST MID=34280, Token=D8ABA9DB842CB17D, 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:53:55.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-34280], KeyToken[127.0.0.1:8283-D8ABA9DB842CB17D]] 06:53:55.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:53:55.058 [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=34280, Token=D8ABA9DB842CB17D, 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:53:55.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:53:55.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34280] 06:53:55.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, 127.0.0.1:8280] replace CON-POST MID=34280, Token=D8ABA9DB842CB17D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34280, Token=D8ABA9DB842CB17D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1122, 127.0.0.1:8280] send response NON-2.05 MID=34280, Token=null, OptionSet={}, "server responds hi" 06:53:55.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, 127.0.0.1:8280, complete]! 06:53:55.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1122, 127.0.0.1:8280, complete] completed NON-2.04 MID=34280, Token=D8ABA9DB842CB17D, 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:53:55.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:8280 06:53:55.059 [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=34280, Token=D8ABA9DB842CB17D, 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:53:55.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:53:55.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-34280] 06:53:55.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121, 127.0.0.1:8283, complete]! 06:53:55.060 [: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-D8ABA9DB842CB17D] 06:53:55.060 [: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-34280] 06:53:55.060 [: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=34280, Token=D8ABA9DB842CB17D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34280, Token=D8ABA9DB842CB17D, 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:53:55.060 [: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:53:55.060 [: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:53:55.061 [: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:53:55.061 [: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-34281], CON-POST MID=34281, 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:53:55.061 [: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-D04EF6736FE91107], CON-POST MID=34281, Token=D04EF6736FE91107, 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:53:55.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-34281], KeyToken[127.0.0.1:8283-D04EF6736FE91107]] 06:53:55.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:53:55.061 [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=34281, Token=D04EF6736FE91107, 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:53:55.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:53:55.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34281] 06:53:55.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, 127.0.0.1:8280] replace CON-POST MID=34281, Token=D04EF6736FE91107, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34281, Token=D04EF6736FE91107, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1124, 127.0.0.1:8280] send response NON-2.05 MID=34281, Token=null, OptionSet={}, "server responds hi" 06:53:55.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, 127.0.0.1:8280, complete]! 06:53:55.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1124, 127.0.0.1:8280, complete] completed NON-2.04 MID=34281, Token=D04EF6736FE91107, 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:53:55.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:53:55.063 [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=34281, Token=D04EF6736FE91107, 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:53:55.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:53:55.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-34281] 06:53:55.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123, 127.0.0.1:8283, complete]! 06:53:55.063 [: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-D04EF6736FE91107] 06:53:55.063 [: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-34281] 06:53:55.063 [: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=34281, Token=D04EF6736FE91107, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34281, Token=D04EF6736FE91107, 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:53:55.064 [: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:53:55.064 [: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:53:55.064 [: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:53:55.065 [: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-34282], CON-POST MID=34282, 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:53:55.065 [: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-8CAA7D1AEE0D708E], CON-POST MID=34282, Token=8CAA7D1AEE0D708E, 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:53:55.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-34282], KeyToken[127.0.0.1:8283-8CAA7D1AEE0D708E]] 06:53:55.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:53:55.065 [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=34282, Token=8CAA7D1AEE0D708E, 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:53:55.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:53:55.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34282] 06:53:55.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, 127.0.0.1:8280] replace CON-POST MID=34282, Token=8CAA7D1AEE0D708E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34282, Token=8CAA7D1AEE0D708E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1126, 127.0.0.1:8280] send response NON-2.05 MID=34282, Token=null, OptionSet={}, "server responds hi" 06:53:55.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, 127.0.0.1:8280, complete]! 06:53:55.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1126, 127.0.0.1:8280, complete] completed NON-2.04 MID=34282, Token=8CAA7D1AEE0D708E, 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:53:55.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:8280 06:53:55.067 [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=34282, Token=8CAA7D1AEE0D708E, 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:53:55.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34282] 06:53:55.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125, 127.0.0.1:8283, complete]! 06:53:55.068 [: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-8CAA7D1AEE0D708E] 06:53:55.068 [: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-34282] 06:53:55.068 [: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=34282, Token=8CAA7D1AEE0D708E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34282, Token=8CAA7D1AEE0D708E, 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:53:55.068 [: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:53:55.068 [: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:53:55.069 [: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:53:55.069 [: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-34283], CON-POST MID=34283, 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:53:55.069 [: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-8C063F0BAFC2615A], CON-POST MID=34283, Token=8C063F0BAFC2615A, 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:53:55.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-34283], KeyToken[127.0.0.1:8283-8C063F0BAFC2615A]] 06:53:55.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:53:55.070 [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=34283, Token=8C063F0BAFC2615A, 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:53:55.070 [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:53:55.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34283] 06:53:55.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, 127.0.0.1:8280] replace CON-POST MID=34283, Token=8C063F0BAFC2615A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34283, Token=8C063F0BAFC2615A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1128, 127.0.0.1:8280] send response NON-2.05 MID=34283, Token=null, OptionSet={}, "server responds hi" 06:53:55.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, 127.0.0.1:8280, complete]! 06:53:55.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1128, 127.0.0.1:8280, complete] completed NON-2.04 MID=34283, Token=8C063F0BAFC2615A, 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:53:55.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:53:55.072 [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=34283, Token=8C063F0BAFC2615A, 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:53:55.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34283] 06:53:55.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127, 127.0.0.1:8283, complete]! 06:53:55.072 [: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-8C063F0BAFC2615A] 06:53:55.072 [: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-34283] 06:53:55.072 [: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=34283, Token=8C063F0BAFC2615A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34283, Token=8C063F0BAFC2615A, 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:53:55.073 [: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:53:55.073 [: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:53:55.073 [: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:53:55.073 [: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-34284], CON-POST MID=34284, 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:53:55.073 [: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-249323AE6E592FD3], CON-POST MID=34284, Token=249323AE6E592FD3, 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:53:55.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34284], KeyToken[127.0.0.1:8283-249323AE6E592FD3]] 06:53:55.074 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.074 [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=34284, Token=249323AE6E592FD3, 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:53:55.074 [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:53:55.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34284] 06:53:55.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, 127.0.0.1:8280] replace CON-POST MID=34284, Token=249323AE6E592FD3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34284, Token=249323AE6E592FD3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1130, 127.0.0.1:8280] send response NON-2.05 MID=34284, Token=null, OptionSet={}, "server responds hi" 06:53:55.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, 127.0.0.1:8280, complete]! 06:53:55.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1130, 127.0.0.1:8280, complete] completed NON-2.04 MID=34284, Token=249323AE6E592FD3, 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:53:55.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.076 [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=34284, Token=249323AE6E592FD3, 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:53:55.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34284] 06:53:55.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129, 127.0.0.1:8283, complete]! 06:53:55.076 [: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-249323AE6E592FD3] 06:53:55.076 [: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-34284] 06:53:55.076 [: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=34284, Token=249323AE6E592FD3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34284, Token=249323AE6E592FD3, 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:53:55.077 [: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:53:55.077 [: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:53:55.077 [: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:53:55.078 [: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-34285], CON-POST MID=34285, 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:53:55.078 [: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-4C69C67CEEFDA08F], CON-POST MID=34285, Token=4C69C67CEEFDA08F, 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:53:55.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34285], KeyToken[127.0.0.1:8283-4C69C67CEEFDA08F]] 06:53:55.078 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.078 [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=34285, Token=4C69C67CEEFDA08F, 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:53:55.078 [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:53:55.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34285] 06:53:55.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, 127.0.0.1:8280] replace CON-POST MID=34285, Token=4C69C67CEEFDA08F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34285, Token=4C69C67CEEFDA08F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1132, 127.0.0.1:8280] send response NON-2.05 MID=34285, Token=null, OptionSet={}, "server responds hi" 06:53:55.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, 127.0.0.1:8280, complete]! 06:53:55.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1132, 127.0.0.1:8280, complete] completed NON-2.04 MID=34285, Token=4C69C67CEEFDA08F, 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:53:55.080 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.080 [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=34285, Token=4C69C67CEEFDA08F, 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:53:55.080 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34285] 06:53:55.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131, 127.0.0.1:8283, complete]! 06:53:55.081 [: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-4C69C67CEEFDA08F] 06:53:55.081 [: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-34285] 06:53:55.081 [: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=34285, Token=4C69C67CEEFDA08F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34285, Token=4C69C67CEEFDA08F, 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:53:55.081 [: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:53:55.081 [: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:53:55.082 [: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:53:55.082 [: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-34286], CON-POST MID=34286, 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:53:55.082 [: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-4C4E86EFBDAB789A], CON-POST MID=34286, Token=4C4E86EFBDAB789A, 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:53:55.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34286], KeyToken[127.0.0.1:8283-4C4E86EFBDAB789A]] 06:53:55.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.082 [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=34286, Token=4C4E86EFBDAB789A, 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:53:55.082 [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:53:55.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34286] 06:53:55.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, 127.0.0.1:8280] replace CON-POST MID=34286, Token=4C4E86EFBDAB789A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34286, Token=4C4E86EFBDAB789A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1134, 127.0.0.1:8280] send response NON-2.05 MID=34286, Token=null, OptionSet={}, "server responds hi" 06:53:55.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, 127.0.0.1:8280, complete]! 06:53:55.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1134, 127.0.0.1:8280, complete] completed NON-2.04 MID=34286, Token=4C4E86EFBDAB789A, 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:53:55.084 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.084 [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=34286, Token=4C4E86EFBDAB789A, 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:53:55.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34286] 06:53:55.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133, 127.0.0.1:8283, complete]! 06:53:55.084 [: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-4C4E86EFBDAB789A] 06:53:55.084 [: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-34286] 06:53:55.085 [: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=34286, Token=4C4E86EFBDAB789A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34286, Token=4C4E86EFBDAB789A, 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:53:55.085 [: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:53:55.085 [: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:53:55.085 [: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:53:55.085 [: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-34287], CON-POST MID=34287, 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:53:55.086 [: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-9036E0BD1A769549], CON-POST MID=34287, Token=9036E0BD1A769549, 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:53:55.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34287], KeyToken[127.0.0.1:8283-9036E0BD1A769549]] 06:53:55.086 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.086 [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=34287, Token=9036E0BD1A769549, 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:53:55.086 [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:53:55.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34287] 06:53:55.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, 127.0.0.1:8280] replace CON-POST MID=34287, Token=9036E0BD1A769549, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34287, Token=9036E0BD1A769549, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1136, 127.0.0.1:8280] send response NON-2.05 MID=34287, Token=null, OptionSet={}, "server responds hi" 06:53:55.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, 127.0.0.1:8280, complete]! 06:53:55.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1136, 127.0.0.1:8280, complete] completed NON-2.04 MID=34287, Token=9036E0BD1A769549, 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:53:55.087 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.088 [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=34287, Token=9036E0BD1A769549, 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:53:55.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34287] 06:53:55.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135, 127.0.0.1:8283, complete]! 06:53:55.088 [: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-9036E0BD1A769549] 06:53:55.088 [: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-34287] 06:53:55.088 [: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=34287, Token=9036E0BD1A769549, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34287, Token=9036E0BD1A769549, 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:53:55.089 [: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:53:55.089 [: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:53:55.089 [: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:53:55.089 [: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-34288], CON-POST MID=34288, 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:53:55.090 [: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-1470233FF8FC1AF0], CON-POST MID=34288, Token=1470233FF8FC1AF0, 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:53:55.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34288], KeyToken[127.0.0.1:8283-1470233FF8FC1AF0]] 06:53:55.090 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.090 [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=34288, Token=1470233FF8FC1AF0, 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:53:55.090 [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:53:55.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34288] 06:53:55.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, 127.0.0.1:8280] replace CON-POST MID=34288, Token=1470233FF8FC1AF0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34288, Token=1470233FF8FC1AF0, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1138, 127.0.0.1:8280] send response NON-2.05 MID=34288, Token=null, OptionSet={}, "server responds hi" 06:53:55.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, 127.0.0.1:8280, complete]! 06:53:55.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1138, 127.0.0.1:8280, complete] completed NON-2.04 MID=34288, Token=1470233FF8FC1AF0, 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:53:55.091 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.092 [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=34288, Token=1470233FF8FC1AF0, 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:53:55.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34288] 06:53:55.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137, 127.0.0.1:8283, complete]! 06:53:55.092 [: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-1470233FF8FC1AF0] 06:53:55.092 [: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-34288] 06:53:55.093 [: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=34288, Token=1470233FF8FC1AF0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34288, Token=1470233FF8FC1AF0, 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:53:55.093 [: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:53:55.093 [: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:53:55.093 [: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:53:55.093 [: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-34289], CON-POST MID=34289, 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:53:55.094 [: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-8C36F946F3183EFF], CON-POST MID=34289, Token=8C36F946F3183EFF, 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:53:55.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34289], KeyToken[127.0.0.1:8283-8C36F946F3183EFF]] 06:53:55.094 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.094 [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=34289, Token=8C36F946F3183EFF, 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:53:55.094 [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:53:55.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34289] 06:53:55.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, 127.0.0.1:8280] replace CON-POST MID=34289, Token=8C36F946F3183EFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34289, Token=8C36F946F3183EFF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1140, 127.0.0.1:8280] send response NON-2.05 MID=34289, Token=null, OptionSet={}, "server responds hi" 06:53:55.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, 127.0.0.1:8280, complete]! 06:53:55.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1140, 127.0.0.1:8280, complete] completed NON-2.04 MID=34289, Token=8C36F946F3183EFF, 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:53:55.095 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.096 [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=34289, Token=8C36F946F3183EFF, 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:53:55.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34289] 06:53:55.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139, 127.0.0.1:8283, complete]! 06:53:55.096 [: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-8C36F946F3183EFF] 06:53:55.096 [: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-34289] 06:53:55.096 [: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=34289, Token=8C36F946F3183EFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34289, Token=8C36F946F3183EFF, 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:53:55.097 [: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:53:55.097 [: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:53:55.097 [: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:53:55.097 [: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-34290], CON-POST MID=34290, 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:53:55.097 [: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-0C9280AA93D5F84C], CON-POST MID=34290, Token=0C9280AA93D5F84C, 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:53:55.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34290], KeyToken[127.0.0.1:8283-0C9280AA93D5F84C]] 06:53:55.097 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.098 [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=34290, Token=0C9280AA93D5F84C, 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:53:55.098 [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:53:55.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34290] 06:53:55.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, 127.0.0.1:8280] replace CON-POST MID=34290, Token=0C9280AA93D5F84C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34290, Token=0C9280AA93D5F84C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1142, 127.0.0.1:8280] send response NON-2.05 MID=34290, Token=null, OptionSet={}, "server responds hi" 06:53:55.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, 127.0.0.1:8280, complete]! 06:53:55.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1142, 127.0.0.1:8280, complete] completed NON-2.04 MID=34290, Token=0C9280AA93D5F84C, 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:53:55.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:53:55.141 [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=34290, Token=0C9280AA93D5F84C, 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:53:55.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:53:55.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-34290] 06:53:55.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141, 127.0.0.1:8283, complete]! 06:53:55.142 [: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-0C9280AA93D5F84C] 06:53:55.142 [: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-34290] 06:53:55.142 [: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=34290, Token=0C9280AA93D5F84C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34290, Token=0C9280AA93D5F84C, 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:53:55.143 [: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:53:55.143 [: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:53:55.143 [: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:53:55.143 [: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-34291], CON-POST MID=34291, 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:53:55.143 [: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-6418B398D807837B], CON-POST MID=34291, Token=6418B398D807837B, 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:53:55.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-34291], KeyToken[127.0.0.1:8283-6418B398D807837B]] 06:53:55.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:53:55.144 [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=34291, Token=6418B398D807837B, 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:53:55.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:53:55.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34291] 06:53:55.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, 127.0.0.1:8280] replace CON-POST MID=34291, Token=6418B398D807837B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34291, Token=6418B398D807837B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1144, 127.0.0.1:8280] send response NON-2.05 MID=34291, Token=null, OptionSet={}, "server responds hi" 06:53:55.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, 127.0.0.1:8280, complete]! 06:53:55.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1144, 127.0.0.1:8280, complete] completed NON-2.04 MID=34291, Token=6418B398D807837B, 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:53:55.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:53:55.146 [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=34291, Token=6418B398D807837B, 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:53:55.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:53:55.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-34291] 06:53:55.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143, 127.0.0.1:8283, complete]! 06:53:55.146 [: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-6418B398D807837B] 06:53:55.146 [: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-34291] 06:53:55.146 [: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=34291, Token=6418B398D807837B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34291, Token=6418B398D807837B, 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:53:55.146 [: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:53:55.146 [: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:53:55.147 [: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:53:55.147 [: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-34292], CON-POST MID=34292, 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:53:55.147 [: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-0882C50359B5CF00], CON-POST MID=34292, Token=0882C50359B5CF00, 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:53:55.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-34292], KeyToken[127.0.0.1:8283-0882C50359B5CF00]] 06:53:55.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:53:55.147 [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=34292, Token=0882C50359B5CF00, 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:53:55.148 [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:53:55.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34292] 06:53:55.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, 127.0.0.1:8280] replace CON-POST MID=34292, Token=0882C50359B5CF00, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34292, Token=0882C50359B5CF00, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1146, 127.0.0.1:8280] send response NON-2.05 MID=34292, Token=null, OptionSet={}, "server responds hi" 06:53:55.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, 127.0.0.1:8280, complete]! 06:53:55.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1146, 127.0.0.1:8280, complete] completed NON-2.04 MID=34292, Token=0882C50359B5CF00, 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:53:55.148 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.149 [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=34292, Token=0882C50359B5CF00, 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:53:55.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:53:55.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-34292] 06:53:55.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145, 127.0.0.1:8283, complete]! 06:53:55.149 [: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-0882C50359B5CF00] 06:53:55.149 [: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-34292] 06:53:55.149 [: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=34292, Token=0882C50359B5CF00, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34292, Token=0882C50359B5CF00, 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:53:55.150 [: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:53:55.150 [: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:53:55.150 [: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:53:55.150 [: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-34293], CON-POST MID=34293, 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:53:55.150 [: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-5810F897338617F3], CON-POST MID=34293, Token=5810F897338617F3, 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:53:55.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-34293], KeyToken[127.0.0.1:8283-5810F897338617F3]] 06:53:55.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:53:55.151 [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=34293, Token=5810F897338617F3, 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:53:55.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:53:55.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34293] 06:53:55.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, 127.0.0.1:8280] replace CON-POST MID=34293, Token=5810F897338617F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34293, Token=5810F897338617F3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1148, 127.0.0.1:8280] send response NON-2.05 MID=34293, Token=null, OptionSet={}, "server responds hi" 06:53:55.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, 127.0.0.1:8280, complete]! 06:53:55.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1148, 127.0.0.1:8280, complete] completed NON-2.04 MID=34293, Token=5810F897338617F3, 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:53:55.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:53:55.153 [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=34293, Token=5810F897338617F3, 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:53:55.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:53:55.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-34293] 06:53:55.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147, 127.0.0.1:8283, complete]! 06:53:55.154 [: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-5810F897338617F3] 06:53:55.154 [: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-34293] 06:53:55.154 [: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=34293, Token=5810F897338617F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34293, Token=5810F897338617F3, 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:53:55.155 [: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:53:55.155 [: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:53:55.155 [: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:53:55.157 [: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-34294], CON-POST MID=34294, 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:53:55.158 [: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-8CA2675182209182], CON-POST MID=34294, Token=8CA2675182209182, 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:53:55.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-34294], KeyToken[127.0.0.1:8283-8CA2675182209182]] 06:53:55.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.160 [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=34294, Token=8CA2675182209182, 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:53:55.160 [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:53:55.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34294] 06:53:55.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, 127.0.0.1:8280] replace CON-POST MID=34294, Token=8CA2675182209182, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34294, Token=8CA2675182209182, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1150, 127.0.0.1:8280] send response NON-2.05 MID=34294, Token=null, OptionSet={}, "server responds hi" 06:53:55.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, 127.0.0.1:8280, complete]! 06:53:55.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1150, 127.0.0.1:8280, complete] completed NON-2.04 MID=34294, Token=8CA2675182209182, 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:53:55.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:8280 06:53:55.165 [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=34294, Token=8CA2675182209182, 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:53:55.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34294] 06:53:55.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149, 127.0.0.1:8283, complete]! 06:53:55.166 [: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-8CA2675182209182] 06:53:55.166 [: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-34294] 06:53:55.166 [: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=34294, Token=8CA2675182209182, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34294, Token=8CA2675182209182, 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:53:55.166 [: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:53:55.166 [: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:53:55.167 [: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:53:55.167 [: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-34295], CON-POST MID=34295, 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:53:55.167 [: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-80AECC4CBB81C60C], CON-POST MID=34295, Token=80AECC4CBB81C60C, 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:53:55.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34295], KeyToken[127.0.0.1:8283-80AECC4CBB81C60C]] 06:53:55.168 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.168 [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=34295, Token=80AECC4CBB81C60C, 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:53:55.168 [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:53:55.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34295] 06:53:55.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, 127.0.0.1:8280] replace CON-POST MID=34295, Token=80AECC4CBB81C60C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34295, Token=80AECC4CBB81C60C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1152, 127.0.0.1:8280] send response NON-2.05 MID=34295, Token=null, OptionSet={}, "server responds hi" 06:53:55.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, 127.0.0.1:8280, complete]! 06:53:55.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1152, 127.0.0.1:8280, complete] completed NON-2.04 MID=34295, Token=80AECC4CBB81C60C, 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:53:55.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.170 [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=34295, Token=80AECC4CBB81C60C, 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:53:55.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34295] 06:53:55.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151, 127.0.0.1:8283, complete]! 06:53:55.170 [: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-80AECC4CBB81C60C] 06:53:55.170 [: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-34295] 06:53:55.170 [: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=34295, Token=80AECC4CBB81C60C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34295, Token=80AECC4CBB81C60C, 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:53:55.171 [: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:53:55.171 [: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:53:55.171 [: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:53:55.171 [: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-34296], CON-POST MID=34296, 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:53:55.171 [: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-DC02FC78101A7FE3], CON-POST MID=34296, Token=DC02FC78101A7FE3, 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:53:55.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34296], KeyToken[127.0.0.1:8283-DC02FC78101A7FE3]] 06:53:55.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.172 [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=34296, Token=DC02FC78101A7FE3, 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:53:55.172 [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:53:55.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34296] 06:53:55.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, 127.0.0.1:8280] replace CON-POST MID=34296, Token=DC02FC78101A7FE3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34296, Token=DC02FC78101A7FE3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1154, 127.0.0.1:8280] send response NON-2.05 MID=34296, Token=null, OptionSet={}, "server responds hi" 06:53:55.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, 127.0.0.1:8280, complete]! 06:53:55.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1154, 127.0.0.1:8280, complete] completed NON-2.04 MID=34296, Token=DC02FC78101A7FE3, 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:53:55.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.174 [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=34296, Token=DC02FC78101A7FE3, 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:53:55.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34296] 06:53:55.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153, 127.0.0.1:8283, complete]! 06:53:55.174 [: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-DC02FC78101A7FE3] 06:53:55.174 [: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-34296] 06:53:55.174 [: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=34296, Token=DC02FC78101A7FE3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34296, Token=DC02FC78101A7FE3, 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:53:55.175 [: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:53:55.175 [: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:53:55.175 [: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:53:55.175 [: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-34297], CON-POST MID=34297, 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:53:55.175 [: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-70BC1B9829F7505F], CON-POST MID=34297, Token=70BC1B9829F7505F, 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:53:55.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34297], KeyToken[127.0.0.1:8283-70BC1B9829F7505F]] 06:53:55.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.176 [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=34297, Token=70BC1B9829F7505F, 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:53:55.176 [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:53:55.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34297] 06:53:55.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, 127.0.0.1:8280] replace CON-POST MID=34297, Token=70BC1B9829F7505F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34297, Token=70BC1B9829F7505F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1156, 127.0.0.1:8280] send response NON-2.05 MID=34297, Token=null, OptionSet={}, "server responds hi" 06:53:55.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, 127.0.0.1:8280, complete]! 06:53:55.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1156, 127.0.0.1:8280, complete] completed NON-2.04 MID=34297, Token=70BC1B9829F7505F, 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:53:55.177 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.177 [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=34297, Token=70BC1B9829F7505F, 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:53:55.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34297] 06:53:55.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155, 127.0.0.1:8283, complete]! 06:53:55.178 [: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-70BC1B9829F7505F] 06:53:55.178 [: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-34297] 06:53:55.178 [: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=34297, Token=70BC1B9829F7505F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34297, Token=70BC1B9829F7505F, 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:53:55.178 [: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:53:55.178 [: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:53:55.179 [: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:53:55.179 [: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-34298], CON-POST MID=34298, 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:53:55.179 [: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-14F34BC0E4CEA36B], CON-POST MID=34298, Token=14F34BC0E4CEA36B, 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:53:55.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34298], KeyToken[127.0.0.1:8283-14F34BC0E4CEA36B]] 06:53:55.179 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.180 [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=34298, Token=14F34BC0E4CEA36B, 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:53:55.180 [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:53:55.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34298] 06:53:55.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, 127.0.0.1:8280] replace CON-POST MID=34298, Token=14F34BC0E4CEA36B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34298, Token=14F34BC0E4CEA36B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1158, 127.0.0.1:8280] send response NON-2.05 MID=34298, Token=null, OptionSet={}, "server responds hi" 06:53:55.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, 127.0.0.1:8280, complete]! 06:53:55.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1158, 127.0.0.1:8280, complete] completed NON-2.04 MID=34298, Token=14F34BC0E4CEA36B, 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:53:55.181 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.181 [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=34298, Token=14F34BC0E4CEA36B, 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:53:55.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34298] 06:53:55.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157, 127.0.0.1:8283, complete]! 06:53:55.182 [: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-14F34BC0E4CEA36B] 06:53:55.182 [: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-34298] 06:53:55.182 [: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=34298, Token=14F34BC0E4CEA36B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34298, Token=14F34BC0E4CEA36B, 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:53:55.182 [: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:53:55.182 [: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:53:55.183 [: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:53:55.183 [: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-34299], CON-POST MID=34299, 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:53:55.183 [: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-20D0C9133088A91B], CON-POST MID=34299, Token=20D0C9133088A91B, 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:53:55.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34299], KeyToken[127.0.0.1:8283-20D0C9133088A91B]] 06:53:55.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.184 [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=34299, Token=20D0C9133088A91B, 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:53:55.184 [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:53:55.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34299] 06:53:55.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, 127.0.0.1:8280] replace CON-POST MID=34299, Token=20D0C9133088A91B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34299, Token=20D0C9133088A91B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1160, 127.0.0.1:8280] send response NON-2.05 MID=34299, Token=null, OptionSet={}, "server responds hi" 06:53:55.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, 127.0.0.1:8280, complete]! 06:53:55.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1160, 127.0.0.1:8280, complete] completed NON-2.04 MID=34299, Token=20D0C9133088A91B, 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:53:55.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.186 [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=34299, Token=20D0C9133088A91B, 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:53:55.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34299] 06:53:55.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159, 127.0.0.1:8283, complete]! 06:53:55.186 [: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-20D0C9133088A91B] 06:53:55.186 [: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-34299] 06:53:55.186 [: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=34299, Token=20D0C9133088A91B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34299, Token=20D0C9133088A91B, 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:53:55.187 [: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:53:55.187 [: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:53:55.187 [: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:53:55.187 [: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-34300], CON-POST MID=34300, 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:53:55.187 [: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-B8003452F53A5857], CON-POST MID=34300, Token=B8003452F53A5857, 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:53:55.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34300], KeyToken[127.0.0.1:8283-B8003452F53A5857]] 06:53:55.188 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.188 [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=34300, Token=B8003452F53A5857, 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:53:55.188 [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:53:55.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34300] 06:53:55.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, 127.0.0.1:8280] replace CON-POST MID=34300, Token=B8003452F53A5857, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34300, Token=B8003452F53A5857, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1162, 127.0.0.1:8280] send response NON-2.05 MID=34300, Token=null, OptionSet={}, "server responds hi" 06:53:55.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, 127.0.0.1:8280, complete]! 06:53:55.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1162, 127.0.0.1:8280, complete] completed NON-2.04 MID=34300, Token=B8003452F53A5857, 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:53:55.189 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.190 [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=34300, Token=B8003452F53A5857, 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:53:55.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34300] 06:53:55.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161, 127.0.0.1:8283, complete]! 06:53:55.190 [: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-B8003452F53A5857] 06:53:55.190 [: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-34300] 06:53:55.190 [: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=34300, Token=B8003452F53A5857, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34300, Token=B8003452F53A5857, 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:53:55.191 [: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:53:55.191 [: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:53:55.191 [: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:53:55.191 [: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-34301], CON-POST MID=34301, 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:53:55.192 [: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-F40B7C2389D26C0F], CON-POST MID=34301, Token=F40B7C2389D26C0F, 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:53:55.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34301], KeyToken[127.0.0.1:8283-F40B7C2389D26C0F]] 06:53:55.192 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.192 [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=34301, Token=F40B7C2389D26C0F, 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:53:55.192 [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:53:55.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34301] 06:53:55.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, 127.0.0.1:8280] replace CON-POST MID=34301, Token=F40B7C2389D26C0F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34301, Token=F40B7C2389D26C0F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1164, 127.0.0.1:8280] send response NON-2.05 MID=34301, Token=null, OptionSet={}, "server responds hi" 06:53:55.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, 127.0.0.1:8280, complete]! 06:53:55.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1164, 127.0.0.1:8280, complete] completed NON-2.04 MID=34301, Token=F40B7C2389D26C0F, 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:53:55.193 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.194 [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=34301, Token=F40B7C2389D26C0F, 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:53:55.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34301] 06:53:55.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163, 127.0.0.1:8283, complete]! 06:53:55.195 [: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-F40B7C2389D26C0F] 06:53:55.195 [: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-34301] 06:53:55.195 [: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=34301, Token=F40B7C2389D26C0F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34301, Token=F40B7C2389D26C0F, 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:53:55.195 [: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:53:55.195 [: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:53:55.196 [: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:53:55.196 [: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-34302], CON-POST MID=34302, 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:53:55.196 [: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-98A10832858FAD86], CON-POST MID=34302, Token=98A10832858FAD86, 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:53:55.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34302], KeyToken[127.0.0.1:8283-98A10832858FAD86]] 06:53:55.196 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.197 [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=34302, Token=98A10832858FAD86, 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:53:55.197 [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:53:55.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34302] 06:53:55.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, 127.0.0.1:8280] replace CON-POST MID=34302, Token=98A10832858FAD86, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34302, Token=98A10832858FAD86, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1166, 127.0.0.1:8280] send response NON-2.05 MID=34302, Token=null, OptionSet={}, "server responds hi" 06:53:55.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, 127.0.0.1:8280, complete]! 06:53:55.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1166, 127.0.0.1:8280, complete] completed NON-2.04 MID=34302, Token=98A10832858FAD86, 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:53:55.198 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.198 [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=34302, Token=98A10832858FAD86, 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:53:55.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34302] 06:53:55.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165, 127.0.0.1:8283, complete]! 06:53:55.199 [: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-98A10832858FAD86] 06:53:55.199 [: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-34302] 06:53:55.199 [: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=34302, Token=98A10832858FAD86, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34302, Token=98A10832858FAD86, 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:53:55.199 [: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:53:55.199 [: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:53:55.200 [: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:53:55.200 [: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-34303], CON-POST MID=34303, 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:53:55.200 [: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-705DF1DBDF2FB39A], CON-POST MID=34303, Token=705DF1DBDF2FB39A, 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:53:55.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34303], KeyToken[127.0.0.1:8283-705DF1DBDF2FB39A]] 06:53:55.200 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.201 [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=34303, Token=705DF1DBDF2FB39A, 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:53:55.201 [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:53:55.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34303] 06:53:55.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, 127.0.0.1:8280] replace CON-POST MID=34303, Token=705DF1DBDF2FB39A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34303, Token=705DF1DBDF2FB39A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1168, 127.0.0.1:8280] send response NON-2.05 MID=34303, Token=null, OptionSet={}, "server responds hi" 06:53:55.202 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, 127.0.0.1:8280, complete]! 06:53:55.202 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1168, 127.0.0.1:8280, complete] completed NON-2.04 MID=34303, Token=705DF1DBDF2FB39A, 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:53:55.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:53:55.241 [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=34303, Token=705DF1DBDF2FB39A, 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:53:55.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:53:55.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-34303] 06:53:55.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167, 127.0.0.1:8283, complete]! 06:53:55.242 [: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-705DF1DBDF2FB39A] 06:53:55.242 [: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-34303] 06:53:55.242 [: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=34303, Token=705DF1DBDF2FB39A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34303, Token=705DF1DBDF2FB39A, 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:53:55.242 [: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:53:55.243 [: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:53:55.243 [: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:53:55.243 [: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-34304], CON-POST MID=34304, 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:53:55.243 [: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-285A7DC2951DA69D], CON-POST MID=34304, Token=285A7DC2951DA69D, 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:53:55.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-34304], KeyToken[127.0.0.1:8283-285A7DC2951DA69D]] 06:53:55.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:53:55.244 [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=34304, Token=285A7DC2951DA69D, 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:53:55.244 [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:53:55.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34304] 06:53:55.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, 127.0.0.1:8280] replace CON-POST MID=34304, Token=285A7DC2951DA69D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34304, Token=285A7DC2951DA69D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1170, 127.0.0.1:8280] send response NON-2.05 MID=34304, Token=null, OptionSet={}, "server responds hi" 06:53:55.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, 127.0.0.1:8280, complete]! 06:53:55.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1170, 127.0.0.1:8280, complete] completed NON-2.04 MID=34304, Token=285A7DC2951DA69D, 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:53:55.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:53:55.246 [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=34304, Token=285A7DC2951DA69D, 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:53:55.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:53:55.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-34304] 06:53:55.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169, 127.0.0.1:8283, complete]! 06:53:55.246 [: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-285A7DC2951DA69D] 06:53:55.246 [: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-34304] 06:53:55.246 [: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=34304, Token=285A7DC2951DA69D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34304, Token=285A7DC2951DA69D, 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:53:55.247 [: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:53:55.247 [: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:53:55.247 [: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:53:55.247 [: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-34305], CON-POST MID=34305, 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:53:55.248 [: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-78C5EEF2B21687BD], CON-POST MID=34305, Token=78C5EEF2B21687BD, 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:53:55.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-34305], KeyToken[127.0.0.1:8283-78C5EEF2B21687BD]] 06:53:55.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:8283 06:53:55.248 [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=34305, Token=78C5EEF2B21687BD, 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:53:55.248 [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:53:55.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34305] 06:53:55.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, 127.0.0.1:8280] replace CON-POST MID=34305, Token=78C5EEF2B21687BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34305, Token=78C5EEF2B21687BD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1172, 127.0.0.1:8280] send response NON-2.05 MID=34305, Token=null, OptionSet={}, "server responds hi" 06:53:55.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, 127.0.0.1:8280, complete]! 06:53:55.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1172, 127.0.0.1:8280, complete] completed NON-2.04 MID=34305, Token=78C5EEF2B21687BD, 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:53:55.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:53:55.250 [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=34305, Token=78C5EEF2B21687BD, 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:53:55.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34305] 06:53:55.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171, 127.0.0.1:8283, complete]! 06:53:55.250 [: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-78C5EEF2B21687BD] 06:53:55.250 [: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-34305] 06:53:55.250 [: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=34305, Token=78C5EEF2B21687BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34305, Token=78C5EEF2B21687BD, 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:53:55.250 [: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:53:55.250 [: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:53:55.251 [: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:53:55.251 [: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-34306], CON-POST MID=34306, 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:53:55.251 [: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-54922E20DF27F94A], CON-POST MID=34306, Token=54922E20DF27F94A, 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:53:55.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-34306], KeyToken[127.0.0.1:8283-54922E20DF27F94A]] 06:53:55.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:8283 06:53:55.252 [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=34306, Token=54922E20DF27F94A, 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:53:55.252 [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:53:55.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34306] 06:53:55.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, 127.0.0.1:8280] replace CON-POST MID=34306, Token=54922E20DF27F94A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34306, Token=54922E20DF27F94A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1174, 127.0.0.1:8280] send response NON-2.05 MID=34306, Token=null, OptionSet={}, "server responds hi" 06:53:55.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, 127.0.0.1:8280, complete]! 06:53:55.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1174, 127.0.0.1:8280, complete] completed NON-2.04 MID=34306, Token=54922E20DF27F94A, 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:53:55.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:53:55.254 [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=34306, Token=54922E20DF27F94A, 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:53:55.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34306] 06:53:55.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173, 127.0.0.1:8283, complete]! 06:53:55.254 [: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-54922E20DF27F94A] 06:53:55.254 [: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-34306] 06:53:55.254 [: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=34306, Token=54922E20DF27F94A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34306, Token=54922E20DF27F94A, 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:53:55.254 [: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:53:55.254 [: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:53:55.255 [: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:53:55.255 [: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-34307], CON-POST MID=34307, 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:53:55.255 [: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-E46B1E5CAD079533], CON-POST MID=34307, Token=E46B1E5CAD079533, 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:53:55.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-34307], KeyToken[127.0.0.1:8283-E46B1E5CAD079533]] 06:53:55.255 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.256 [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=34307, Token=E46B1E5CAD079533, 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:53:55.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:53:55.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34307] 06:53:55.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, 127.0.0.1:8280] replace CON-POST MID=34307, Token=E46B1E5CAD079533, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34307, Token=E46B1E5CAD079533, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1176, 127.0.0.1:8280] send response NON-2.05 MID=34307, Token=null, OptionSet={}, "server responds hi" 06:53:55.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, 127.0.0.1:8280, complete]! 06:53:55.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1176, 127.0.0.1:8280, complete] completed NON-2.04 MID=34307, Token=E46B1E5CAD079533, 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:53:55.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:53:55.257 [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=34307, Token=E46B1E5CAD079533, 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:53:55.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:53:55.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:8283-34307] 06:53:55.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175, 127.0.0.1:8283, complete]! 06:53:55.257 [: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-E46B1E5CAD079533] 06:53:55.258 [: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-34307] 06:53:55.258 [: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=34307, Token=E46B1E5CAD079533, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34307, Token=E46B1E5CAD079533, 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:53:55.258 [: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:53:55.258 [: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:53:55.258 [: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:53:55.259 [: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-34308], CON-POST MID=34308, 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:53:55.259 [: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-74915C1DB9AE4D21], CON-POST MID=34308, Token=74915C1DB9AE4D21, 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:53:55.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-34308], KeyToken[127.0.0.1:8283-74915C1DB9AE4D21]] 06:53:55.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:53:55.259 [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=34308, Token=74915C1DB9AE4D21, 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:53:55.259 [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:53:55.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34308] 06:53:55.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, 127.0.0.1:8280] replace CON-POST MID=34308, Token=74915C1DB9AE4D21, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34308, Token=74915C1DB9AE4D21, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1178, 127.0.0.1:8280] send response NON-2.05 MID=34308, Token=null, OptionSet={}, "server responds hi" 06:53:55.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, 127.0.0.1:8280, complete]! 06:53:55.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1178, 127.0.0.1:8280, complete] completed NON-2.04 MID=34308, Token=74915C1DB9AE4D21, 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:53:55.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:53:55.260 [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=34308, Token=74915C1DB9AE4D21, 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:53:55.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:53:55.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-34308] 06:53:55.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177, 127.0.0.1:8283, complete]! 06:53:55.261 [: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-74915C1DB9AE4D21] 06:53:55.261 [: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-34308] 06:53:55.261 [: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=34308, Token=74915C1DB9AE4D21, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34308, Token=74915C1DB9AE4D21, 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:53:55.261 [: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:53:55.261 [: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:53:55.261 [: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:53:55.262 [: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-34309], CON-POST MID=34309, 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:53:55.262 [: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-684DA728A992CF88], CON-POST MID=34309, Token=684DA728A992CF88, 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:53:55.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-34309], KeyToken[127.0.0.1:8283-684DA728A992CF88]] 06:53:55.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:53:55.262 [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=34309, Token=684DA728A992CF88, 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:53:55.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:53:55.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34309] 06:53:55.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, 127.0.0.1:8280] replace CON-POST MID=34309, Token=684DA728A992CF88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34309, Token=684DA728A992CF88, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1180, 127.0.0.1:8280] send response NON-2.05 MID=34309, Token=null, OptionSet={}, "server responds hi" 06:53:55.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, 127.0.0.1:8280, complete]! 06:53:55.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1180, 127.0.0.1:8280, complete] completed NON-2.04 MID=34309, Token=684DA728A992CF88, 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:53:55.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:53:55.264 [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=34309, Token=684DA728A992CF88, 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:53:55.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34309] 06:53:55.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179, 127.0.0.1:8283, complete]! 06:53:55.264 [: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-684DA728A992CF88] 06:53:55.264 [: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-34309] 06:53:55.264 [: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=34309, Token=684DA728A992CF88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34309, Token=684DA728A992CF88, 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:53:55.264 [: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:53:55.264 [: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:53:55.265 [: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:53:55.265 [: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-34310], CON-POST MID=34310, 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:53:55.265 [: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-BCE61065533DC43D], CON-POST MID=34310, Token=BCE61065533DC43D, 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:53:55.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34310], KeyToken[127.0.0.1:8283-BCE61065533DC43D]] 06:53:55.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.265 [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=34310, Token=BCE61065533DC43D, 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:53:55.265 [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:53:55.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34310] 06:53:55.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, 127.0.0.1:8280] replace CON-POST MID=34310, Token=BCE61065533DC43D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34310, Token=BCE61065533DC43D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1182, 127.0.0.1:8280] send response NON-2.05 MID=34310, Token=null, OptionSet={}, "server responds hi" 06:53:55.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, 127.0.0.1:8280, complete]! 06:53:55.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1182, 127.0.0.1:8280, complete] completed NON-2.04 MID=34310, Token=BCE61065533DC43D, 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:53:55.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.267 [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=34310, Token=BCE61065533DC43D, 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:53:55.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34310] 06:53:55.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181, 127.0.0.1:8283, complete]! 06:53:55.267 [: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-BCE61065533DC43D] 06:53:55.267 [: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-34310] 06:53:55.267 [: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=34310, Token=BCE61065533DC43D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34310, Token=BCE61065533DC43D, 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:53:55.267 [: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:53:55.267 [: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:53:55.268 [: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:53:55.268 [: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-34311], CON-POST MID=34311, 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:53:55.268 [: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-388B5F0425B5D22A], CON-POST MID=34311, Token=388B5F0425B5D22A, 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:53:55.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34311], KeyToken[127.0.0.1:8283-388B5F0425B5D22A]] 06:53:55.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:8283 06:53:55.269 [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=34311, Token=388B5F0425B5D22A, 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:53:55.269 [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:53:55.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34311] 06:53:55.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, 127.0.0.1:8280] replace CON-POST MID=34311, Token=388B5F0425B5D22A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34311, Token=388B5F0425B5D22A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1184, 127.0.0.1:8280] send response NON-2.05 MID=34311, Token=null, OptionSet={}, "server responds hi" 06:53:55.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, 127.0.0.1:8280, complete]! 06:53:55.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1184, 127.0.0.1:8280, complete] completed NON-2.04 MID=34311, Token=388B5F0425B5D22A, 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:53:55.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:53:55.270 [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=34311, Token=388B5F0425B5D22A, 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:53:55.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:53:55.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-34311] 06:53:55.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183, 127.0.0.1:8283, complete]! 06:53:55.270 [: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-388B5F0425B5D22A] 06:53:55.270 [: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-34311] 06:53:55.270 [: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=34311, Token=388B5F0425B5D22A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34311, Token=388B5F0425B5D22A, 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:53:55.270 [: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:53:55.270 [: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:53:55.271 [: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:53:55.271 [: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-34312], CON-POST MID=34312, 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:53:55.271 [: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-DC969E839E03CDC8], CON-POST MID=34312, Token=DC969E839E03CDC8, 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:53:55.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-34312], KeyToken[127.0.0.1:8283-DC969E839E03CDC8]] 06:53:55.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:53:55.272 [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=34312, Token=DC969E839E03CDC8, 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:53:55.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:53:55.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34312] 06:53:55.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, 127.0.0.1:8280] replace CON-POST MID=34312, Token=DC969E839E03CDC8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34312, Token=DC969E839E03CDC8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1186, 127.0.0.1:8280] send response NON-2.05 MID=34312, Token=null, OptionSet={}, "server responds hi" 06:53:55.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, 127.0.0.1:8280, complete]! 06:53:55.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1186, 127.0.0.1:8280, complete] completed NON-2.04 MID=34312, Token=DC969E839E03CDC8, 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:53:55.273 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.273 [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=34312, Token=DC969E839E03CDC8, 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:53:55.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:53:55.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-34312] 06:53:55.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185, 127.0.0.1:8283, complete]! 06:53:55.273 [: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-DC969E839E03CDC8] 06:53:55.273 [: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-34312] 06:53:55.273 [: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=34312, Token=DC969E839E03CDC8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34312, Token=DC969E839E03CDC8, 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:53:55.274 [: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:53:55.274 [: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:53:55.274 [: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:53:55.274 [: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-34313], CON-POST MID=34313, 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:53:55.274 [: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-904BC3DE0464469D], CON-POST MID=34313, Token=904BC3DE0464469D, 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:53:55.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-34313], KeyToken[127.0.0.1:8283-904BC3DE0464469D]] 06:53:55.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:53:55.275 [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=34313, Token=904BC3DE0464469D, 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:53:55.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:53:55.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34313] 06:53:55.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, 127.0.0.1:8280] replace CON-POST MID=34313, Token=904BC3DE0464469D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34313, Token=904BC3DE0464469D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1188, 127.0.0.1:8280] send response NON-2.05 MID=34313, Token=null, OptionSet={}, "server responds hi" 06:53:55.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, 127.0.0.1:8280, complete]! 06:53:55.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1188, 127.0.0.1:8280, complete] completed NON-2.04 MID=34313, Token=904BC3DE0464469D, 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:53:55.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.276 [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=34313, Token=904BC3DE0464469D, 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:53:55.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34313] 06:53:55.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187, 127.0.0.1:8283, complete]! 06:53:55.276 [: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-904BC3DE0464469D] 06:53:55.276 [: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-34313] 06:53:55.276 [: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=34313, Token=904BC3DE0464469D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34313, Token=904BC3DE0464469D, 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:53:55.276 [: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:53:55.276 [: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:53:55.277 [: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:53:55.277 [: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-34314], CON-POST MID=34314, 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:53:55.277 [: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-1C8A4DCBA5E43F95], CON-POST MID=34314, Token=1C8A4DCBA5E43F95, 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:53:55.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34314], KeyToken[127.0.0.1:8283-1C8A4DCBA5E43F95]] 06:53:55.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.277 [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=34314, Token=1C8A4DCBA5E43F95, 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:53:55.277 [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:53:55.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34314] 06:53:55.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, 127.0.0.1:8280] replace CON-POST MID=34314, Token=1C8A4DCBA5E43F95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34314, Token=1C8A4DCBA5E43F95, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1190, 127.0.0.1:8280] send response NON-2.05 MID=34314, Token=null, OptionSet={}, "server responds hi" 06:53:55.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, 127.0.0.1:8280, complete]! 06:53:55.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1190, 127.0.0.1:8280, complete] completed NON-2.04 MID=34314, Token=1C8A4DCBA5E43F95, 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:53:55.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.278 [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=34314, Token=1C8A4DCBA5E43F95, 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:53:55.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34314] 06:53:55.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189, 127.0.0.1:8283, complete]! 06:53:55.278 [: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-1C8A4DCBA5E43F95] 06:53:55.278 [: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-34314] 06:53:55.278 [: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=34314, Token=1C8A4DCBA5E43F95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34314, Token=1C8A4DCBA5E43F95, 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:53:55.278 [: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:53:55.278 [: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:53:55.279 [: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:53:55.279 [: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-34315], CON-POST MID=34315, 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:53:55.279 [: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-90721D97C00F6B90], CON-POST MID=34315, Token=90721D97C00F6B90, 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:53:55.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34315], KeyToken[127.0.0.1:8283-90721D97C00F6B90]] 06:53:55.279 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.279 [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=34315, Token=90721D97C00F6B90, 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:53:55.279 [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:53:55.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34315] 06:53:55.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, 127.0.0.1:8280] replace CON-POST MID=34315, Token=90721D97C00F6B90, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34315, Token=90721D97C00F6B90, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1192, 127.0.0.1:8280] send response NON-2.05 MID=34315, Token=null, OptionSet={}, "server responds hi" 06:53:55.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, 127.0.0.1:8280, complete]! 06:53:55.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1192, 127.0.0.1:8280, complete] completed NON-2.04 MID=34315, Token=90721D97C00F6B90, 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:53:55.280 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.280 [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=34315, Token=90721D97C00F6B90, 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:53:55.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34315] 06:53:55.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191, 127.0.0.1:8283, complete]! 06:53:55.281 [: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-90721D97C00F6B90] 06:53:55.281 [: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-34315] 06:53:55.281 [: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=34315, Token=90721D97C00F6B90, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34315, Token=90721D97C00F6B90, 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:53:55.281 [: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:53:55.281 [: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:53:55.281 [: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:53:55.281 [: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-34316], CON-POST MID=34316, 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:53:55.281 [: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-609ED94F547C7CCA], CON-POST MID=34316, Token=609ED94F547C7CCA, 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:53:55.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34316], KeyToken[127.0.0.1:8283-609ED94F547C7CCA]] 06:53:55.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.282 [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=34316, Token=609ED94F547C7CCA, 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:53:55.282 [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:53:55.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34316] 06:53:55.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, 127.0.0.1:8280] replace CON-POST MID=34316, Token=609ED94F547C7CCA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34316, Token=609ED94F547C7CCA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1194, 127.0.0.1:8280] send response NON-2.05 MID=34316, Token=null, OptionSet={}, "server responds hi" 06:53:55.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, 127.0.0.1:8280, complete]! 06:53:55.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1194, 127.0.0.1:8280, complete] completed NON-2.04 MID=34316, Token=609ED94F547C7CCA, 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:53:55.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.283 [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=34316, Token=609ED94F547C7CCA, 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:53:55.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34316] 06:53:55.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193, 127.0.0.1:8283, complete]! 06:53:55.283 [: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-609ED94F547C7CCA] 06:53:55.283 [: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-34316] 06:53:55.283 [: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=34316, Token=609ED94F547C7CCA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34316, Token=609ED94F547C7CCA, 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:53:55.283 [: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:53:55.283 [: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:53:55.283 [: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:53:55.283 [: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-34317], CON-POST MID=34317, 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:53:55.284 [: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-0CE0A450ACBCDC42], CON-POST MID=34317, Token=0CE0A450ACBCDC42, 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:53:55.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34317], KeyToken[127.0.0.1:8283-0CE0A450ACBCDC42]] 06:53:55.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.284 [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=34317, Token=0CE0A450ACBCDC42, 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:53:55.284 [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:53:55.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34317] 06:53:55.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, 127.0.0.1:8280] replace CON-POST MID=34317, Token=0CE0A450ACBCDC42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34317, Token=0CE0A450ACBCDC42, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1196, 127.0.0.1:8280] send response NON-2.05 MID=34317, Token=null, OptionSet={}, "server responds hi" 06:53:55.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, 127.0.0.1:8280, complete]! 06:53:55.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1196, 127.0.0.1:8280, complete] completed NON-2.04 MID=34317, Token=0CE0A450ACBCDC42, 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:53:55.285 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.285 [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=34317, Token=0CE0A450ACBCDC42, 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:53:55.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34317] 06:53:55.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195, 127.0.0.1:8283, complete]! 06:53:55.285 [: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-0CE0A450ACBCDC42] 06:53:55.285 [: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-34317] 06:53:55.285 [: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=34317, Token=0CE0A450ACBCDC42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34317, Token=0CE0A450ACBCDC42, 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:53:55.286 [: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:53:55.286 [: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:53:55.286 [: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:53:55.286 [: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-34318], CON-POST MID=34318, 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:53:55.286 [: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-ACED7360F1488252], CON-POST MID=34318, Token=ACED7360F1488252, 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:53:55.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34318], KeyToken[127.0.0.1:8283-ACED7360F1488252]] 06:53:55.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.286 [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=34318, Token=ACED7360F1488252, 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:53:55.287 [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:53:55.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34318] 06:53:55.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, 127.0.0.1:8280] replace CON-POST MID=34318, Token=ACED7360F1488252, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34318, Token=ACED7360F1488252, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1198, 127.0.0.1:8280] send response NON-2.05 MID=34318, Token=null, OptionSet={}, "server responds hi" 06:53:55.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, 127.0.0.1:8280, complete]! 06:53:55.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1198, 127.0.0.1:8280, complete] completed NON-2.04 MID=34318, Token=ACED7360F1488252, 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:53:55.287 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.287 [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=34318, Token=ACED7360F1488252, 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:53:55.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34318] 06:53:55.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197, 127.0.0.1:8283, complete]! 06:53:55.288 [: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-ACED7360F1488252] 06:53:55.288 [: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-34318] 06:53:55.288 [: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=34318, Token=ACED7360F1488252, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34318, Token=ACED7360F1488252, 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:53:55.288 [: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:53:55.288 [: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:53:55.288 [: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:53:55.288 [: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-34319], CON-POST MID=34319, 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:53:55.288 [: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-40BC56B53937440B], CON-POST MID=34319, Token=40BC56B53937440B, 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:53:55.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34319], KeyToken[127.0.0.1:8283-40BC56B53937440B]] 06:53:55.289 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.289 [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=34319, Token=40BC56B53937440B, 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:53:55.289 [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:53:55.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34319] 06:53:55.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, 127.0.0.1:8280] replace CON-POST MID=34319, Token=40BC56B53937440B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34319, Token=40BC56B53937440B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1200, 127.0.0.1:8280] send response NON-2.05 MID=34319, Token=null, OptionSet={}, "server responds hi" 06:53:55.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, 127.0.0.1:8280, complete]! 06:53:55.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1200, 127.0.0.1:8280, complete] completed NON-2.04 MID=34319, Token=40BC56B53937440B, 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:53:55.290 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.290 [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=34319, Token=40BC56B53937440B, 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:53:55.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34319] 06:53:55.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199, 127.0.0.1:8283, complete]! 06:53:55.290 [: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-40BC56B53937440B] 06:53:55.290 [: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-34319] 06:53:55.290 [: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=34319, Token=40BC56B53937440B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34319, Token=40BC56B53937440B, 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:53:55.290 [: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:53:55.290 [: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:53:55.291 [: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:53:55.291 [: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-34320], CON-POST MID=34320, 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:53:55.291 [: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-042F5A88A9F6E03A], CON-POST MID=34320, Token=042F5A88A9F6E03A, 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:53:55.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34320], KeyToken[127.0.0.1:8283-042F5A88A9F6E03A]] 06:53:55.291 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.291 [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=34320, Token=042F5A88A9F6E03A, 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:53:55.291 [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:53:55.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34320] 06:53:55.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, 127.0.0.1:8280] replace CON-POST MID=34320, Token=042F5A88A9F6E03A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34320, Token=042F5A88A9F6E03A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1202, 127.0.0.1:8280] send response NON-2.05 MID=34320, Token=null, OptionSet={}, "server responds hi" 06:53:55.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, 127.0.0.1:8280, complete]! 06:53:55.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1202, 127.0.0.1:8280, complete] completed NON-2.04 MID=34320, Token=042F5A88A9F6E03A, 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:53:55.292 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.292 [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=34320, Token=042F5A88A9F6E03A, 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:53:55.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34320] 06:53:55.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201, 127.0.0.1:8283, complete]! 06:53:55.292 [: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-042F5A88A9F6E03A] 06:53:55.292 [: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-34320] 06:53:55.292 [: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=34320, Token=042F5A88A9F6E03A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34320, Token=042F5A88A9F6E03A, 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:53:55.341 [: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:53:55.341 [: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:53:55.341 [: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:53:55.341 [: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-34321], CON-POST MID=34321, 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:53:55.342 [: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-2CA6950259EA4E82], CON-POST MID=34321, Token=2CA6950259EA4E82, 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:53:55.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-34321], KeyToken[127.0.0.1:8283-2CA6950259EA4E82]] 06:53:55.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:53:55.342 [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=34321, Token=2CA6950259EA4E82, 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:53:55.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:53:55.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34321] 06:53:55.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, 127.0.0.1:8280] replace CON-POST MID=34321, Token=2CA6950259EA4E82, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34321, Token=2CA6950259EA4E82, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1204, 127.0.0.1:8280] send response NON-2.05 MID=34321, Token=null, OptionSet={}, "server responds hi" 06:53:55.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, 127.0.0.1:8280, complete]! 06:53:55.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1204, 127.0.0.1:8280, complete] completed NON-2.04 MID=34321, Token=2CA6950259EA4E82, 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:53:55.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:53:55.343 [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=34321, Token=2CA6950259EA4E82, 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:53:55.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:53:55.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-34321] 06:53:55.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203, 127.0.0.1:8283, complete]! 06:53:55.344 [: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-2CA6950259EA4E82] 06:53:55.344 [: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-34321] 06:53:55.344 [: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=34321, Token=2CA6950259EA4E82, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34321, Token=2CA6950259EA4E82, 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:53:55.344 [: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:53:55.344 [: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:53:55.344 [: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:53:55.345 [: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-34322], CON-POST MID=34322, 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:53:55.345 [: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-6CBD55DECC3D0911], CON-POST MID=34322, Token=6CBD55DECC3D0911, 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:53:55.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-34322], KeyToken[127.0.0.1:8283-6CBD55DECC3D0911]] 06:53:55.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:8283 06:53:55.345 [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=34322, Token=6CBD55DECC3D0911, 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:53:55.345 [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:53:55.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34322] 06:53:55.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, 127.0.0.1:8280] replace CON-POST MID=34322, Token=6CBD55DECC3D0911, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34322, Token=6CBD55DECC3D0911, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1206, 127.0.0.1:8280] send response NON-2.05 MID=34322, Token=null, OptionSet={}, "server responds hi" 06:53:55.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, 127.0.0.1:8280, complete]! 06:53:55.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1206, 127.0.0.1:8280, complete] completed NON-2.04 MID=34322, Token=6CBD55DECC3D0911, 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:53:55.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:53:55.346 [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=34322, Token=6CBD55DECC3D0911, 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:53:55.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:53:55.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:8283-34322] 06:53:55.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205, 127.0.0.1:8283, complete]! 06:53:55.347 [: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-6CBD55DECC3D0911] 06:53:55.347 [: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-34322] 06:53:55.347 [: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=34322, Token=6CBD55DECC3D0911, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34322, Token=6CBD55DECC3D0911, 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:53:55.347 [: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:53:55.347 [: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:53:55.347 [: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:53:55.347 [: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-34323], CON-POST MID=34323, 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:53:55.347 [: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-C0AA46E46F6361DE], CON-POST MID=34323, Token=C0AA46E46F6361DE, 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:53:55.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-34323], KeyToken[127.0.0.1:8283-C0AA46E46F6361DE]] 06:53:55.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 40 bytes to 127.0.0.1:8283 06:53:55.348 [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=34323, Token=C0AA46E46F6361DE, 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:53:55.348 [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:53:55.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34323] 06:53:55.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, 127.0.0.1:8280] replace CON-POST MID=34323, Token=C0AA46E46F6361DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34323, Token=C0AA46E46F6361DE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1208, 127.0.0.1:8280] send response NON-2.05 MID=34323, Token=null, OptionSet={}, "server responds hi" 06:53:55.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, 127.0.0.1:8280, complete]! 06:53:55.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1208, 127.0.0.1:8280, complete] completed NON-2.04 MID=34323, Token=C0AA46E46F6361DE, 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:53:55.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:53:55.349 [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=34323, Token=C0AA46E46F6361DE, 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:53:55.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:53:55.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-34323] 06:53:55.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207, 127.0.0.1:8283, complete]! 06:53:55.349 [: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-C0AA46E46F6361DE] 06:53:55.349 [: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-34323] 06:53:55.349 [: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=34323, Token=C0AA46E46F6361DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34323, Token=C0AA46E46F6361DE, 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:53:55.350 [: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:53:55.350 [: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:53:55.350 [: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:53:55.350 [: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-34324], CON-POST MID=34324, 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:53:55.350 [: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-0C0BCF2540634670], CON-POST MID=34324, Token=0C0BCF2540634670, 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:53:55.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-34324], KeyToken[127.0.0.1:8283-0C0BCF2540634670]] 06:53:55.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 40 bytes to 127.0.0.1:8283 06:53:55.351 [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=34324, Token=0C0BCF2540634670, 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:53:55.351 [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:53:55.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34324] 06:53:55.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, 127.0.0.1:8280] replace CON-POST MID=34324, Token=0C0BCF2540634670, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34324, Token=0C0BCF2540634670, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1210, 127.0.0.1:8280] send response NON-2.05 MID=34324, Token=null, OptionSet={}, "server responds hi" 06:53:55.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, 127.0.0.1:8280, complete]! 06:53:55.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1210, 127.0.0.1:8280, complete] completed NON-2.04 MID=34324, Token=0C0BCF2540634670, 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:53:55.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:53:55.352 [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=34324, Token=0C0BCF2540634670, 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:53:55.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34324] 06:53:55.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209, 127.0.0.1:8283, complete]! 06:53:55.352 [: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-0C0BCF2540634670] 06:53:55.352 [: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-34324] 06:53:55.352 [: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=34324, Token=0C0BCF2540634670, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34324, Token=0C0BCF2540634670, 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:53:55.353 [: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:53:55.353 [: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:53:55.353 [: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:53:55.353 [: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-34325], CON-POST MID=34325, 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:53:55.353 [: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-305F4BD47DF824EC], CON-POST MID=34325, Token=305F4BD47DF824EC, 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:53:55.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-34325], KeyToken[127.0.0.1:8283-305F4BD47DF824EC]] 06:53:55.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:8283 06:53:55.353 [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=34325, Token=305F4BD47DF824EC, 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:53:55.353 [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:53:55.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34325] 06:53:55.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, 127.0.0.1:8280] replace CON-POST MID=34325, Token=305F4BD47DF824EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34325, Token=305F4BD47DF824EC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1212, 127.0.0.1:8280] send response NON-2.05 MID=34325, Token=null, OptionSet={}, "server responds hi" 06:53:55.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, 127.0.0.1:8280, complete]! 06:53:55.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1212, 127.0.0.1:8280, complete] completed NON-2.04 MID=34325, Token=305F4BD47DF824EC, 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:53:55.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:53:55.355 [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=34325, Token=305F4BD47DF824EC, 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:53:55.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:53:55.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-34325] 06:53:55.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211, 127.0.0.1:8283, complete]! 06:53:55.355 [: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-305F4BD47DF824EC] 06:53:55.355 [: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-34325] 06:53:55.355 [: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=34325, Token=305F4BD47DF824EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34325, Token=305F4BD47DF824EC, 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:53:55.356 [: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:53:55.356 [: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:53:55.356 [: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:53:55.356 [: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-34326], CON-POST MID=34326, 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:53:55.356 [: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-0038F19E0767A133], CON-POST MID=34326, Token=0038F19E0767A133, 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:53:55.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-34326], KeyToken[127.0.0.1:8283-0038F19E0767A133]] 06:53:55.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.356 [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=34326, Token=0038F19E0767A133, 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:53:55.356 [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:53:55.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34326] 06:53:55.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, 127.0.0.1:8280] replace CON-POST MID=34326, Token=0038F19E0767A133, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34326, Token=0038F19E0767A133, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1214, 127.0.0.1:8280] send response NON-2.05 MID=34326, Token=null, OptionSet={}, "server responds hi" 06:53:55.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, 127.0.0.1:8280, complete]! 06:53:55.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1214, 127.0.0.1:8280, complete] completed NON-2.04 MID=34326, Token=0038F19E0767A133, 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:53:55.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:53:55.358 [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=34326, Token=0038F19E0767A133, 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:53:55.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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-34326] 06:53:55.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213, 127.0.0.1:8283, complete]! 06:53:55.358 [: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-0038F19E0767A133] 06:53:55.358 [: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-34326] 06:53:55.358 [: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=34326, Token=0038F19E0767A133, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34326, Token=0038F19E0767A133, 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:53:55.358 [: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:53:55.358 [: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:53:55.359 [: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:53:55.359 [: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-34327], CON-POST MID=34327, 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:53:55.359 [: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-449B98E45200EABE], CON-POST MID=34327, Token=449B98E45200EABE, 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:53:55.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-34327], KeyToken[127.0.0.1:8283-449B98E45200EABE]] 06:53:55.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:8283 06:53:55.359 [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=34327, Token=449B98E45200EABE, 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:53:55.359 [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:53:55.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34327] 06:53:55.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, 127.0.0.1:8280] replace CON-POST MID=34327, Token=449B98E45200EABE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34327, Token=449B98E45200EABE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1216, 127.0.0.1:8280] send response NON-2.05 MID=34327, Token=null, OptionSet={}, "server responds hi" 06:53:55.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, 127.0.0.1:8280, complete]! 06:53:55.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1216, 127.0.0.1:8280, complete] completed NON-2.04 MID=34327, Token=449B98E45200EABE, 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:53:55.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:53:55.361 [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=34327, Token=449B98E45200EABE, 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:53:55.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:53:55.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-34327] 06:53:55.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215, 127.0.0.1:8283, complete]! 06:53:55.362 [: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-449B98E45200EABE] 06:53:55.362 [: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-34327] 06:53:55.362 [: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=34327, Token=449B98E45200EABE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34327, Token=449B98E45200EABE, 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:53:55.362 [: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:53:55.362 [: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:53:55.363 [: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:53:55.363 [: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-34328], CON-POST MID=34328, 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:53:55.363 [: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-A8B507BD877A56AF], CON-POST MID=34328, Token=A8B507BD877A56AF, 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:53:55.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-34328], KeyToken[127.0.0.1:8283-A8B507BD877A56AF]] 06:53:55.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:8283 06:53:55.363 [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=34328, Token=A8B507BD877A56AF, 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:53:55.363 [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:53:55.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34328] 06:53:55.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, 127.0.0.1:8280] replace CON-POST MID=34328, Token=A8B507BD877A56AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34328, Token=A8B507BD877A56AF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1218, 127.0.0.1:8280] send response NON-2.05 MID=34328, Token=null, OptionSet={}, "server responds hi" 06:53:55.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, 127.0.0.1:8280, complete]! 06:53:55.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1218, 127.0.0.1:8280, complete] completed NON-2.04 MID=34328, Token=A8B507BD877A56AF, 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:53:55.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:53:55.365 [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=34328, Token=A8B507BD877A56AF, 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:53:55.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:53:55.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-34328] 06:53:55.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217, 127.0.0.1:8283, complete]! 06:53:55.365 [: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-A8B507BD877A56AF] 06:53:55.365 [: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-34328] 06:53:55.365 [: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=34328, Token=A8B507BD877A56AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34328, Token=A8B507BD877A56AF, 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:53:55.366 [: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:53:55.366 [: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:53:55.366 [: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:53:55.366 [: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-34329], CON-POST MID=34329, 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:53:55.366 [: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-E4C0A311B5B76D77], CON-POST MID=34329, Token=E4C0A311B5B76D77, 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:53:55.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-34329], KeyToken[127.0.0.1:8283-E4C0A311B5B76D77]] 06:53:55.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 40 bytes to 127.0.0.1:8283 06:53:55.367 [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=34329, Token=E4C0A311B5B76D77, 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:53:55.367 [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:53:55.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34329] 06:53:55.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, 127.0.0.1:8280] replace CON-POST MID=34329, Token=E4C0A311B5B76D77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34329, Token=E4C0A311B5B76D77, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1220, 127.0.0.1:8280] send response NON-2.05 MID=34329, Token=null, OptionSet={}, "server responds hi" 06:53:55.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, 127.0.0.1:8280, complete]! 06:53:55.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1220, 127.0.0.1:8280, complete] completed NON-2.04 MID=34329, Token=E4C0A311B5B76D77, 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:53:55.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:53:55.368 [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=34329, Token=E4C0A311B5B76D77, 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:53:55.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:53:55.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34329] 06:53:55.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219, 127.0.0.1:8283, complete]! 06:53:55.370 [: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-E4C0A311B5B76D77] 06:53:55.370 [: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-34329] 06:53:55.370 [: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=34329, Token=E4C0A311B5B76D77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34329, Token=E4C0A311B5B76D77, 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:53:55.371 [: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:53:55.371 [: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:53:55.371 [: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:53:55.372 [: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-34330], CON-POST MID=34330, 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:53:55.372 [: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-984DB319842E2E9E], CON-POST MID=34330, Token=984DB319842E2E9E, 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:53:55.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34330], KeyToken[127.0.0.1:8283-984DB319842E2E9E]] 06:53:55.372 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.372 [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=34330, Token=984DB319842E2E9E, 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:53:55.372 [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:53:55.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34330] 06:53:55.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, 127.0.0.1:8280] replace CON-POST MID=34330, Token=984DB319842E2E9E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34330, Token=984DB319842E2E9E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1222, 127.0.0.1:8280] send response NON-2.05 MID=34330, Token=null, OptionSet={}, "server responds hi" 06:53:55.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, 127.0.0.1:8280, complete]! 06:53:55.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1222, 127.0.0.1:8280, complete] completed NON-2.04 MID=34330, Token=984DB319842E2E9E, 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:53:55.373 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.374 [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=34330, Token=984DB319842E2E9E, 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:53:55.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34330] 06:53:55.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221, 127.0.0.1:8283, complete]! 06:53:55.374 [: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-984DB319842E2E9E] 06:53:55.374 [: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-34330] 06:53:55.374 [: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=34330, Token=984DB319842E2E9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34330, Token=984DB319842E2E9E, 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:53:55.375 [: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:53:55.375 [: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:53:55.375 [: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:53:55.375 [: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-34331], CON-POST MID=34331, 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:53:55.376 [: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-683DBF98A40F4EB3], CON-POST MID=34331, Token=683DBF98A40F4EB3, 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:53:55.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34331], KeyToken[127.0.0.1:8283-683DBF98A40F4EB3]] 06:53:55.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.376 [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=34331, Token=683DBF98A40F4EB3, 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:53:55.376 [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:53:55.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34331] 06:53:55.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, 127.0.0.1:8280] replace CON-POST MID=34331, Token=683DBF98A40F4EB3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34331, Token=683DBF98A40F4EB3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1224, 127.0.0.1:8280] send response NON-2.05 MID=34331, Token=null, OptionSet={}, "server responds hi" 06:53:55.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, 127.0.0.1:8280, complete]! 06:53:55.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1224, 127.0.0.1:8280, complete] completed NON-2.04 MID=34331, Token=683DBF98A40F4EB3, 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:53:55.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.377 [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=34331, Token=683DBF98A40F4EB3, 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:53:55.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34331] 06:53:55.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223, 127.0.0.1:8283, complete]! 06:53:55.378 [: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-683DBF98A40F4EB3] 06:53:55.378 [: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-34331] 06:53:55.378 [: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=34331, Token=683DBF98A40F4EB3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34331, Token=683DBF98A40F4EB3, 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:53:55.379 [: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:53:55.379 [: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:53:55.379 [: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:53:55.379 [: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-34332], CON-POST MID=34332, 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:53:55.379 [: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-0805873D5734E7BC], CON-POST MID=34332, Token=0805873D5734E7BC, 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:53:55.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34332], KeyToken[127.0.0.1:8283-0805873D5734E7BC]] 06:53:55.380 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.380 [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=34332, Token=0805873D5734E7BC, 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:53:55.380 [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:53:55.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34332] 06:53:55.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, 127.0.0.1:8280] replace CON-POST MID=34332, Token=0805873D5734E7BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34332, Token=0805873D5734E7BC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1226, 127.0.0.1:8280] send response NON-2.05 MID=34332, Token=null, OptionSet={}, "server responds hi" 06:53:55.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, 127.0.0.1:8280, complete]! 06:53:55.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1226, 127.0.0.1:8280, complete] completed NON-2.04 MID=34332, Token=0805873D5734E7BC, 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:53:55.381 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.381 [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=34332, Token=0805873D5734E7BC, 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:53:55.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34332] 06:53:55.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225, 127.0.0.1:8283, complete]! 06:53:55.382 [: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-0805873D5734E7BC] 06:53:55.382 [: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-34332] 06:53:55.382 [: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=34332, Token=0805873D5734E7BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34332, Token=0805873D5734E7BC, 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:53:55.382 [: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:53:55.382 [: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:53:55.383 [: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:53:55.383 [: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-34333], CON-POST MID=34333, 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:53:55.383 [: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-9C96351D98D9BF02], CON-POST MID=34333, Token=9C96351D98D9BF02, 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:53:55.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34333], KeyToken[127.0.0.1:8283-9C96351D98D9BF02]] 06:53:55.383 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.384 [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=34333, Token=9C96351D98D9BF02, 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:53:55.384 [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:53:55.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34333] 06:53:55.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, 127.0.0.1:8280] replace CON-POST MID=34333, Token=9C96351D98D9BF02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34333, Token=9C96351D98D9BF02, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1228, 127.0.0.1:8280] send response NON-2.05 MID=34333, Token=null, OptionSet={}, "server responds hi" 06:53:55.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, 127.0.0.1:8280, complete]! 06:53:55.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1228, 127.0.0.1:8280, complete] completed NON-2.04 MID=34333, Token=9C96351D98D9BF02, 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:53:55.385 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.385 [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=34333, Token=9C96351D98D9BF02, 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:53:55.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34333] 06:53:55.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227, 127.0.0.1:8283, complete]! 06:53:55.385 [: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-9C96351D98D9BF02] 06:53:55.386 [: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-34333] 06:53:55.386 [: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=34333, Token=9C96351D98D9BF02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34333, Token=9C96351D98D9BF02, 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:53:55.386 [: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:53:55.386 [: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:53:55.387 [: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:53:55.387 [: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-34334], CON-POST MID=34334, 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:53:55.387 [: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-08F8514C62CD0198], CON-POST MID=34334, Token=08F8514C62CD0198, 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:53:55.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34334], KeyToken[127.0.0.1:8283-08F8514C62CD0198]] 06:53:55.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.387 [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=34334, Token=08F8514C62CD0198, 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:53:55.387 [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:53:55.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34334] 06:53:55.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, 127.0.0.1:8280] replace CON-POST MID=34334, Token=08F8514C62CD0198, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34334, Token=08F8514C62CD0198, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1230, 127.0.0.1:8280] send response NON-2.05 MID=34334, Token=null, OptionSet={}, "server responds hi" 06:53:55.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, 127.0.0.1:8280, complete]! 06:53:55.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1230, 127.0.0.1:8280, complete] completed NON-2.04 MID=34334, Token=08F8514C62CD0198, 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:53:55.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:53:55.442 [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=34334, Token=08F8514C62CD0198, 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:53:55.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:53:55.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-34334] 06:53:55.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229, 127.0.0.1:8283, complete]! 06:53:55.443 [: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-08F8514C62CD0198] 06:53:55.443 [: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-34334] 06:53:55.443 [: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=34334, Token=08F8514C62CD0198, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34334, Token=08F8514C62CD0198, 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:53:55.443 [: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:53:55.443 [: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:53:55.444 [: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:53:55.444 [: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-34335], CON-POST MID=34335, 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:53:55.444 [: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-B0CB5DBA1E964794], CON-POST MID=34335, Token=B0CB5DBA1E964794, 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:53:55.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34335], KeyToken[127.0.0.1:8283-B0CB5DBA1E964794]] 06:53:55.445 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.445 [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=34335, Token=B0CB5DBA1E964794, 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:53:55.445 [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:53:55.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34335] 06:53:55.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, 127.0.0.1:8280] replace CON-POST MID=34335, Token=B0CB5DBA1E964794, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34335, Token=B0CB5DBA1E964794, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1232, 127.0.0.1:8280] send response NON-2.05 MID=34335, Token=null, OptionSet={}, "server responds hi" 06:53:55.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, 127.0.0.1:8280, complete]! 06:53:55.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1232, 127.0.0.1:8280, complete] completed NON-2.04 MID=34335, Token=B0CB5DBA1E964794, 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:53:55.446 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.446 [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=34335, Token=B0CB5DBA1E964794, 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:53:55.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34335] 06:53:55.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231, 127.0.0.1:8283, complete]! 06:53:55.446 [: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-B0CB5DBA1E964794] 06:53:55.446 [: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-34335] 06:53:55.446 [: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=34335, Token=B0CB5DBA1E964794, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34335, Token=B0CB5DBA1E964794, 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:53:55.447 [: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:53:55.447 [: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:53:55.447 [: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:53:55.447 [: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-34336], CON-POST MID=34336, 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:53:55.447 [: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-98955F649963D72E], CON-POST MID=34336, Token=98955F649963D72E, 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:53:55.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34336], KeyToken[127.0.0.1:8283-98955F649963D72E]] 06:53:55.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 40 bytes to 127.0.0.1:8283 06:53:55.448 [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=34336, Token=98955F649963D72E, 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:53:55.448 [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:53:55.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34336] 06:53:55.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, 127.0.0.1:8280] replace CON-POST MID=34336, Token=98955F649963D72E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34336, Token=98955F649963D72E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1234, 127.0.0.1:8280] send response NON-2.05 MID=34336, Token=null, OptionSet={}, "server responds hi" 06:53:55.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, 127.0.0.1:8280, complete]! 06:53:55.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1234, 127.0.0.1:8280, complete] completed NON-2.04 MID=34336, Token=98955F649963D72E, 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:53:55.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:8280 06:53:55.449 [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=34336, Token=98955F649963D72E, 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:53:55.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34336] 06:53:55.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233, 127.0.0.1:8283, complete]! 06:53:55.449 [: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-98955F649963D72E] 06:53:55.449 [: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-34336] 06:53:55.449 [: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=34336, Token=98955F649963D72E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34336, Token=98955F649963D72E, 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:53:55.450 [: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:53:55.450 [: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:53:55.450 [: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:53:55.450 [: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-34337], CON-POST MID=34337, 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:53:55.450 [: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-64D28D346A9AF218], CON-POST MID=34337, Token=64D28D346A9AF218, 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:53:55.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34337], KeyToken[127.0.0.1:8283-64D28D346A9AF218]] 06:53:55.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:8283 06:53:55.451 [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=34337, Token=64D28D346A9AF218, 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:53:55.451 [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:53:55.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34337] 06:53:55.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, 127.0.0.1:8280] replace CON-POST MID=34337, Token=64D28D346A9AF218, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34337, Token=64D28D346A9AF218, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1236, 127.0.0.1:8280] send response NON-2.05 MID=34337, Token=null, OptionSet={}, "server responds hi" 06:53:55.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, 127.0.0.1:8280, complete]! 06:53:55.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1236, 127.0.0.1:8280, complete] completed NON-2.04 MID=34337, Token=64D28D346A9AF218, 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:53:55.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:8280 06:53:55.452 [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=34337, Token=64D28D346A9AF218, 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:53:55.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34337] 06:53:55.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235, 127.0.0.1:8283, complete]! 06:53:55.452 [: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-64D28D346A9AF218] 06:53:55.452 [: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-34337] 06:53:55.452 [: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=34337, Token=64D28D346A9AF218, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34337, Token=64D28D346A9AF218, 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:53:55.452 [: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:53:55.452 [: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:53:55.453 [: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:53:55.453 [: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-34338], CON-POST MID=34338, 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:53:55.453 [: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-309F538ED0D57B34], CON-POST MID=34338, Token=309F538ED0D57B34, 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:53:55.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34338], KeyToken[127.0.0.1:8283-309F538ED0D57B34]] 06:53:55.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.453 [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=34338, Token=309F538ED0D57B34, 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:53:55.453 [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:53:55.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34338] 06:53:55.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, 127.0.0.1:8280] replace CON-POST MID=34338, Token=309F538ED0D57B34, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34338, Token=309F538ED0D57B34, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1238, 127.0.0.1:8280] send response NON-2.05 MID=34338, Token=null, OptionSet={}, "server responds hi" 06:53:55.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, 127.0.0.1:8280, complete]! 06:53:55.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1238, 127.0.0.1:8280, complete] completed NON-2.04 MID=34338, Token=309F538ED0D57B34, 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:53:55.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:53:55.455 [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=34338, Token=309F538ED0D57B34, 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:53:55.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 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34338] 06:53:55.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237, 127.0.0.1:8283, complete]! 06:53:55.455 [: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-309F538ED0D57B34] 06:53:55.455 [: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-34338] 06:53:55.455 [: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=34338, Token=309F538ED0D57B34, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34338, Token=309F538ED0D57B34, 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:53:55.456 [: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:53:55.456 [: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:53:55.456 [: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:53:55.456 [: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-34339], CON-POST MID=34339, 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:53:55.456 [: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-888A6B3FDF3AEE3B], CON-POST MID=34339, Token=888A6B3FDF3AEE3B, 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:53:55.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34339], KeyToken[127.0.0.1:8283-888A6B3FDF3AEE3B]] 06:53:55.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.457 [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=34339, Token=888A6B3FDF3AEE3B, 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:53:55.457 [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:53:55.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34339] 06:53:55.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, 127.0.0.1:8280] replace CON-POST MID=34339, Token=888A6B3FDF3AEE3B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34339, Token=888A6B3FDF3AEE3B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1240, 127.0.0.1:8280] send response NON-2.05 MID=34339, Token=null, OptionSet={}, "server responds hi" 06:53:55.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, 127.0.0.1:8280, complete]! 06:53:55.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1240, 127.0.0.1:8280, complete] completed NON-2.04 MID=34339, Token=888A6B3FDF3AEE3B, 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:53:55.458 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.458 [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=34339, Token=888A6B3FDF3AEE3B, 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:53:55.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34339] 06:53:55.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239, 127.0.0.1:8283, complete]! 06:53:55.458 [: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-888A6B3FDF3AEE3B] 06:53:55.458 [: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-34339] 06:53:55.458 [: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=34339, Token=888A6B3FDF3AEE3B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34339, Token=888A6B3FDF3AEE3B, 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:53:55.459 [: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:53:55.459 [: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:53:55.459 [: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:53:55.459 [: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-34340], CON-POST MID=34340, 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:53:55.459 [: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-84F7DC11C931ECD2], CON-POST MID=34340, Token=84F7DC11C931ECD2, 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:53:55.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34340], KeyToken[127.0.0.1:8283-84F7DC11C931ECD2]] 06:53:55.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.460 [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=34340, Token=84F7DC11C931ECD2, 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:53:55.460 [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:53:55.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34340] 06:53:55.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, 127.0.0.1:8280] replace CON-POST MID=34340, Token=84F7DC11C931ECD2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34340, Token=84F7DC11C931ECD2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1242, 127.0.0.1:8280] send response NON-2.05 MID=34340, Token=null, OptionSet={}, "server responds hi" 06:53:55.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, 127.0.0.1:8280, complete]! 06:53:55.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1242, 127.0.0.1:8280, complete] completed NON-2.04 MID=34340, Token=84F7DC11C931ECD2, 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:53:55.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:53:55.461 [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=34340, Token=84F7DC11C931ECD2, 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:53:55.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:8283 06:53:55.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:8283-34340] 06:53:55.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241, 127.0.0.1:8283, complete]! 06:53:55.461 [: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-84F7DC11C931ECD2] 06:53:55.461 [: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-34340] 06:53:55.461 [: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=34340, Token=84F7DC11C931ECD2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34340, Token=84F7DC11C931ECD2, 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:53:55.462 [: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:53:55.462 [: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:53:55.462 [: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:53:55.462 [: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-34341], CON-POST MID=34341, 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:53:55.462 [: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-F492F0AACAF0B737], CON-POST MID=34341, Token=F492F0AACAF0B737, 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:53:55.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34341], KeyToken[127.0.0.1:8283-F492F0AACAF0B737]] 06:53:55.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:8283 06:53:55.463 [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=34341, Token=F492F0AACAF0B737, 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:53:55.463 [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:53:55.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34341] 06:53:55.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, 127.0.0.1:8280] replace CON-POST MID=34341, Token=F492F0AACAF0B737, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34341, Token=F492F0AACAF0B737, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1244, 127.0.0.1:8280] send response NON-2.05 MID=34341, Token=null, OptionSet={}, "server responds hi" 06:53:55.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, 127.0.0.1:8280, complete]! 06:53:55.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1244, 127.0.0.1:8280, complete] completed NON-2.04 MID=34341, Token=F492F0AACAF0B737, 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:53:55.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:8280 06:53:55.464 [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=34341, Token=F492F0AACAF0B737, 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:53:55.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34341] 06:53:55.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243, 127.0.0.1:8283, complete]! 06:53:55.465 [: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-F492F0AACAF0B737] 06:53:55.465 [: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-34341] 06:53:55.465 [: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=34341, Token=F492F0AACAF0B737, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34341, Token=F492F0AACAF0B737, 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:53:55.465 [: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:53:55.465 [: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:53:55.465 [: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:53:55.465 [: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-34342], CON-POST MID=34342, 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:53:55.466 [: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-9C7BC7E19916A15F], CON-POST MID=34342, Token=9C7BC7E19916A15F, 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:53:55.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34342], KeyToken[127.0.0.1:8283-9C7BC7E19916A15F]] 06:53:55.466 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.466 [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=34342, Token=9C7BC7E19916A15F, 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:53:55.466 [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:53:55.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34342] 06:53:55.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, 127.0.0.1:8280] replace CON-POST MID=34342, Token=9C7BC7E19916A15F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34342, Token=9C7BC7E19916A15F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1246, 127.0.0.1:8280] send response NON-2.05 MID=34342, Token=null, OptionSet={}, "server responds hi" 06:53:55.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, 127.0.0.1:8280, complete]! 06:53:55.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1246, 127.0.0.1:8280, complete] completed NON-2.04 MID=34342, Token=9C7BC7E19916A15F, 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:53:55.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.467 [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=34342, Token=9C7BC7E19916A15F, 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:53:55.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34342] 06:53:55.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245, 127.0.0.1:8283, complete]! 06:53:55.468 [: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-9C7BC7E19916A15F] 06:53:55.468 [: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-34342] 06:53:55.468 [: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=34342, Token=9C7BC7E19916A15F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34342, Token=9C7BC7E19916A15F, 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:53:55.468 [: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:53:55.468 [: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:53:55.468 [: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:53:55.468 [: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-34343], CON-POST MID=34343, 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:53:55.468 [: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-583433345A491266], CON-POST MID=34343, Token=583433345A491266, 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:53:55.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34343], KeyToken[127.0.0.1:8283-583433345A491266]] 06:53:55.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:8283 06:53:55.469 [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=34343, Token=583433345A491266, 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:53:55.469 [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:53:55.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34343] 06:53:55.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, 127.0.0.1:8280] replace CON-POST MID=34343, Token=583433345A491266, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34343, Token=583433345A491266, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1248, 127.0.0.1:8280] send response NON-2.05 MID=34343, Token=null, OptionSet={}, "server responds hi" 06:53:55.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, 127.0.0.1:8280, complete]! 06:53:55.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1248, 127.0.0.1:8280, complete] completed NON-2.04 MID=34343, Token=583433345A491266, 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:53:55.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.470 [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=34343, Token=583433345A491266, 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:53:55.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34343] 06:53:55.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247, 127.0.0.1:8283, complete]! 06:53:55.470 [: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-583433345A491266] 06:53:55.470 [: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-34343] 06:53:55.470 [: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=34343, Token=583433345A491266, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34343, Token=583433345A491266, 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:53:55.471 [: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:53:55.471 [: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:53:55.471 [: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:53:55.471 [: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-34344], CON-POST MID=34344, 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:53:55.471 [: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-08BAF891157F6B8C], CON-POST MID=34344, Token=08BAF891157F6B8C, 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:53:55.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34344], KeyToken[127.0.0.1:8283-08BAF891157F6B8C]] 06:53:55.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.472 [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=34344, Token=08BAF891157F6B8C, 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:53:55.472 [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:53:55.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34344] 06:53:55.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, 127.0.0.1:8280] replace CON-POST MID=34344, Token=08BAF891157F6B8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34344, Token=08BAF891157F6B8C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1250, 127.0.0.1:8280] send response NON-2.05 MID=34344, Token=null, OptionSet={}, "server responds hi" 06:53:55.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, 127.0.0.1:8280, complete]! 06:53:55.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1250, 127.0.0.1:8280, complete] completed NON-2.04 MID=34344, Token=08BAF891157F6B8C, 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:53:55.472 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.473 [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=34344, Token=08BAF891157F6B8C, 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:53:55.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34344] 06:53:55.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249, 127.0.0.1:8283, complete]! 06:53:55.473 [: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-08BAF891157F6B8C] 06:53:55.473 [: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-34344] 06:53:55.473 [: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=34344, Token=08BAF891157F6B8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34344, Token=08BAF891157F6B8C, 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:53:55.473 [: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:53:55.473 [: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:53:55.474 [: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:53:55.474 [: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-34345], CON-POST MID=34345, 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:53:55.474 [: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-2CACEA222FE44D84], CON-POST MID=34345, Token=2CACEA222FE44D84, 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:53:55.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34345], KeyToken[127.0.0.1:8283-2CACEA222FE44D84]] 06:53:55.474 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.474 [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=34345, Token=2CACEA222FE44D84, 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:53:55.474 [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:53:55.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34345] 06:53:55.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, 127.0.0.1:8280] replace CON-POST MID=34345, Token=2CACEA222FE44D84, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34345, Token=2CACEA222FE44D84, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1252, 127.0.0.1:8280] send response NON-2.05 MID=34345, Token=null, OptionSet={}, "server responds hi" 06:53:55.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, 127.0.0.1:8280, complete]! 06:53:55.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1252, 127.0.0.1:8280, complete] completed NON-2.04 MID=34345, Token=2CACEA222FE44D84, 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:53:55.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.475 [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=34345, Token=2CACEA222FE44D84, 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:53:55.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34345] 06:53:55.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251, 127.0.0.1:8283, complete]! 06:53:55.476 [: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-2CACEA222FE44D84] 06:53:55.476 [: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-34345] 06:53:55.476 [: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=34345, Token=2CACEA222FE44D84, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34345, Token=2CACEA222FE44D84, 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:53:55.476 [: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:53:55.476 [: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:53:55.476 [: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:53:55.476 [: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-34346], CON-POST MID=34346, 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:53:55.477 [: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-B4A7EA9BA64E24ED], CON-POST MID=34346, Token=B4A7EA9BA64E24ED, 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:53:55.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34346], KeyToken[127.0.0.1:8283-B4A7EA9BA64E24ED]] 06:53:55.477 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.477 [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=34346, Token=B4A7EA9BA64E24ED, 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:53:55.477 [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:53:55.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34346] 06:53:55.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, 127.0.0.1:8280] replace CON-POST MID=34346, Token=B4A7EA9BA64E24ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34346, Token=B4A7EA9BA64E24ED, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1254, 127.0.0.1:8280] send response NON-2.05 MID=34346, Token=null, OptionSet={}, "server responds hi" 06:53:55.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, 127.0.0.1:8280, complete]! 06:53:55.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1254, 127.0.0.1:8280, complete] completed NON-2.04 MID=34346, Token=B4A7EA9BA64E24ED, 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:53:55.478 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.478 [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=34346, Token=B4A7EA9BA64E24ED, 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:53:55.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34346] 06:53:55.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253, 127.0.0.1:8283, complete]! 06:53:55.478 [: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-B4A7EA9BA64E24ED] 06:53:55.478 [: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-34346] 06:53:55.478 [: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=34346, Token=B4A7EA9BA64E24ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34346, Token=B4A7EA9BA64E24ED, 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:53:55.479 [: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:53:55.479 [: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:53:55.479 [: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:53:55.479 [: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-34347], CON-POST MID=34347, 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:53:55.479 [: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-6042803C4FE35FDD], CON-POST MID=34347, Token=6042803C4FE35FDD, 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:53:55.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34347], KeyToken[127.0.0.1:8283-6042803C4FE35FDD]] 06:53:55.479 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.480 [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=34347, Token=6042803C4FE35FDD, 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:53:55.480 [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:53:55.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34347] 06:53:55.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, 127.0.0.1:8280] replace CON-POST MID=34347, Token=6042803C4FE35FDD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34347, Token=6042803C4FE35FDD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1256, 127.0.0.1:8280] send response NON-2.05 MID=34347, Token=null, OptionSet={}, "server responds hi" 06:53:55.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, 127.0.0.1:8280, complete]! 06:53:55.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1256, 127.0.0.1:8280, complete] completed NON-2.04 MID=34347, Token=6042803C4FE35FDD, 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:53:55.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.481 [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=34347, Token=6042803C4FE35FDD, 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:53:55.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34347] 06:53:55.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255, 127.0.0.1:8283, complete]! 06:53:55.481 [: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-6042803C4FE35FDD] 06:53:55.481 [: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-34347] 06:53:55.481 [: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=34347, Token=6042803C4FE35FDD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34347, Token=6042803C4FE35FDD, 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:53:55.482 [: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:53:55.482 [: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:53:55.482 [: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:53:55.482 [: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-34348], CON-POST MID=34348, 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:53:55.482 [: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-84B15E365C00B955], CON-POST MID=34348, Token=84B15E365C00B955, 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:53:55.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34348], KeyToken[127.0.0.1:8283-84B15E365C00B955]] 06:53:55.482 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.483 [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=34348, Token=84B15E365C00B955, 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:53:55.483 [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:53:55.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34348] 06:53:55.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, 127.0.0.1:8280] replace CON-POST MID=34348, Token=84B15E365C00B955, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34348, Token=84B15E365C00B955, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1258, 127.0.0.1:8280] send response NON-2.05 MID=34348, Token=null, OptionSet={}, "server responds hi" 06:53:55.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, 127.0.0.1:8280, complete]! 06:53:55.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1258, 127.0.0.1:8280, complete] completed NON-2.04 MID=34348, Token=84B15E365C00B955, 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:53:55.484 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.484 [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=34348, Token=84B15E365C00B955, 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:53:55.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34348] 06:53:55.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257, 127.0.0.1:8283, complete]! 06:53:55.484 [: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-84B15E365C00B955] 06:53:55.484 [: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-34348] 06:53:55.484 [: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=34348, Token=84B15E365C00B955, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34348, Token=84B15E365C00B955, 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:53:55.485 [: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:53:55.485 [: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:53:55.485 [: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:53:55.485 [: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-34349], CON-POST MID=34349, 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:53:55.485 [: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-2837AD3936AFB700], CON-POST MID=34349, Token=2837AD3936AFB700, 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:53:55.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34349], KeyToken[127.0.0.1:8283-2837AD3936AFB700]] 06:53:55.485 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.486 [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=34349, Token=2837AD3936AFB700, 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:53:55.486 [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:53:55.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34349] 06:53:55.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, 127.0.0.1:8280] replace CON-POST MID=34349, Token=2837AD3936AFB700, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34349, Token=2837AD3936AFB700, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1260, 127.0.0.1:8280] send response NON-2.05 MID=34349, Token=null, OptionSet={}, "server responds hi" 06:53:55.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, 127.0.0.1:8280, complete]! 06:53:55.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1260, 127.0.0.1:8280, complete] completed NON-2.04 MID=34349, Token=2837AD3936AFB700, 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:53:55.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.487 [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=34349, Token=2837AD3936AFB700, 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:53:55.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34349] 06:53:55.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259, 127.0.0.1:8283, complete]! 06:53:55.487 [: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-2837AD3936AFB700] 06:53:55.487 [: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-34349] 06:53:55.487 [: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=34349, Token=2837AD3936AFB700, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34349, Token=2837AD3936AFB700, 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:53:55.487 [: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:53:55.488 [: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:53:55.488 [: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:53:55.488 [: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-34350], CON-POST MID=34350, 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:53:55.488 [: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-AC817A80ACE7084F], CON-POST MID=34350, Token=AC817A80ACE7084F, 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:53:55.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34350], KeyToken[127.0.0.1:8283-AC817A80ACE7084F]] 06:53:55.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.488 [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=34350, Token=AC817A80ACE7084F, 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:53:55.488 [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:53:55.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34350] 06:53:55.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, 127.0.0.1:8280] replace CON-POST MID=34350, Token=AC817A80ACE7084F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34350, Token=AC817A80ACE7084F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1262, 127.0.0.1:8280] send response NON-2.05 MID=34350, Token=null, OptionSet={}, "server responds hi" 06:53:55.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, 127.0.0.1:8280, complete]! 06:53:55.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1262, 127.0.0.1:8280, complete] completed NON-2.04 MID=34350, Token=AC817A80ACE7084F, 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:53:55.489 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.490 [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=34350, Token=AC817A80ACE7084F, 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:53:55.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34350] 06:53:55.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261, 127.0.0.1:8283, complete]! 06:53:55.541 [: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-AC817A80ACE7084F] 06:53:55.541 [: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-34350] 06:53:55.541 [: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=34350, Token=AC817A80ACE7084F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34350, Token=AC817A80ACE7084F, 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:53:55.542 [: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:53:55.542 [: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:53:55.542 [: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:53:55.542 [: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-34351], CON-POST MID=34351, 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:53:55.542 [: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-D8612A7C0BEDA8E2], CON-POST MID=34351, Token=D8612A7C0BEDA8E2, 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:53:55.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34351], KeyToken[127.0.0.1:8283-D8612A7C0BEDA8E2]] 06:53:55.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:8283 06:53:55.543 [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=34351, Token=D8612A7C0BEDA8E2, 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:53:55.543 [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:53:55.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34351] 06:53:55.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, 127.0.0.1:8280] replace CON-POST MID=34351, Token=D8612A7C0BEDA8E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34351, Token=D8612A7C0BEDA8E2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1264, 127.0.0.1:8280] send response NON-2.05 MID=34351, Token=null, OptionSet={}, "server responds hi" 06:53:55.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, 127.0.0.1:8280, complete]! 06:53:55.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1264, 127.0.0.1:8280, complete] completed NON-2.04 MID=34351, Token=D8612A7C0BEDA8E2, 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:53:55.544 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.544 [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=34351, Token=D8612A7C0BEDA8E2, 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:53:55.544 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34351] 06:53:55.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263, 127.0.0.1:8283, complete]! 06:53:55.545 [: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-D8612A7C0BEDA8E2] 06:53:55.545 [: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-34351] 06:53:55.545 [: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=34351, Token=D8612A7C0BEDA8E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34351, Token=D8612A7C0BEDA8E2, 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:53:55.545 [: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:53:55.545 [: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:53:55.545 [: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:53:55.545 [: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-34352], CON-POST MID=34352, 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:53:55.545 [: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-14A372291434D8AA], CON-POST MID=34352, Token=14A372291434D8AA, 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:53:55.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34352], KeyToken[127.0.0.1:8283-14A372291434D8AA]] 06:53:55.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 40 bytes to 127.0.0.1:8283 06:53:55.546 [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=34352, Token=14A372291434D8AA, 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:53:55.546 [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:53:55.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34352] 06:53:55.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, 127.0.0.1:8280] replace CON-POST MID=34352, Token=14A372291434D8AA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34352, Token=14A372291434D8AA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1266, 127.0.0.1:8280] send response NON-2.05 MID=34352, Token=null, OptionSet={}, "server responds hi" 06:53:55.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, 127.0.0.1:8280, complete]! 06:53:55.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1266, 127.0.0.1:8280, complete] completed NON-2.04 MID=34352, Token=14A372291434D8AA, 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:53:55.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:8280 06:53:55.547 [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=34352, Token=14A372291434D8AA, 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:53:55.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34352] 06:53:55.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265, 127.0.0.1:8283, complete]! 06:53:55.547 [: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-14A372291434D8AA] 06:53:55.547 [: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-34352] 06:53:55.547 [: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=34352, Token=14A372291434D8AA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34352, Token=14A372291434D8AA, 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:53:55.548 [: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:53:55.548 [: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:53:55.548 [: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:53:55.548 [: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-34353], CON-POST MID=34353, 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:53:55.548 [: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-2096C70D297F0707], CON-POST MID=34353, Token=2096C70D297F0707, 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:53:55.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34353], KeyToken[127.0.0.1:8283-2096C70D297F0707]] 06:53:55.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 40 bytes to 127.0.0.1:8283 06:53:55.548 [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=34353, Token=2096C70D297F0707, 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:53:55.549 [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:53:55.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34353] 06:53:55.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, 127.0.0.1:8280] replace CON-POST MID=34353, Token=2096C70D297F0707, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34353, Token=2096C70D297F0707, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1268, 127.0.0.1:8280] send response NON-2.05 MID=34353, Token=null, OptionSet={}, "server responds hi" 06:53:55.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, 127.0.0.1:8280, complete]! 06:53:55.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1268, 127.0.0.1:8280, complete] completed NON-2.04 MID=34353, Token=2096C70D297F0707, 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:53:55.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 42 bytes to 127.0.0.1:8280 06:53:55.550 [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=34353, Token=2096C70D297F0707, 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:53:55.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34353] 06:53:55.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267, 127.0.0.1:8283, complete]! 06:53:55.550 [: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-2096C70D297F0707] 06:53:55.550 [: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-34353] 06:53:55.550 [: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=34353, Token=2096C70D297F0707, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34353, Token=2096C70D297F0707, 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:53:55.551 [: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:53:55.551 [: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:53:55.551 [: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:53:55.551 [: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-34354], CON-POST MID=34354, 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:53:55.551 [: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-203C658CACFF39CA], CON-POST MID=34354, Token=203C658CACFF39CA, 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:53:55.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34354], KeyToken[127.0.0.1:8283-203C658CACFF39CA]] 06:53:55.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:8283 06:53:55.552 [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=34354, Token=203C658CACFF39CA, 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:53:55.552 [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:53:55.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34354] 06:53:55.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, 127.0.0.1:8280] replace CON-POST MID=34354, Token=203C658CACFF39CA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34354, Token=203C658CACFF39CA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1270, 127.0.0.1:8280] send response NON-2.05 MID=34354, Token=null, OptionSet={}, "server responds hi" 06:53:55.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, 127.0.0.1:8280, complete]! 06:53:55.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1270, 127.0.0.1:8280, complete] completed NON-2.04 MID=34354, Token=203C658CACFF39CA, 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:53:55.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:8280 06:53:55.553 [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=34354, Token=203C658CACFF39CA, 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:53:55.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34354] 06:53:55.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269, 127.0.0.1:8283, complete]! 06:53:55.553 [: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-203C658CACFF39CA] 06:53:55.553 [: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-34354] 06:53:55.553 [: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=34354, Token=203C658CACFF39CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34354, Token=203C658CACFF39CA, 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:53:55.554 [: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:53:55.554 [: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:53:55.554 [: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:53:55.554 [: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-34355], CON-POST MID=34355, 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:53:55.554 [: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-743B7F080564645A], CON-POST MID=34355, Token=743B7F080564645A, 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:53:55.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34355], KeyToken[127.0.0.1:8283-743B7F080564645A]] 06:53:55.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.555 [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=34355, Token=743B7F080564645A, 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:53:55.555 [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:53:55.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34355] 06:53:55.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, 127.0.0.1:8280] replace CON-POST MID=34355, Token=743B7F080564645A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34355, Token=743B7F080564645A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1272, 127.0.0.1:8280] send response NON-2.05 MID=34355, Token=null, OptionSet={}, "server responds hi" 06:53:55.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, 127.0.0.1:8280, complete]! 06:53:55.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1272, 127.0.0.1:8280, complete] completed NON-2.04 MID=34355, Token=743B7F080564645A, 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:53:55.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:8280 06:53:55.556 [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=34355, Token=743B7F080564645A, 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:53:55.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34355] 06:53:55.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271, 127.0.0.1:8283, complete]! 06:53:55.556 [: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-743B7F080564645A] 06:53:55.556 [: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-34355] 06:53:55.556 [: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=34355, Token=743B7F080564645A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34355, Token=743B7F080564645A, 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:53:55.557 [: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:53:55.557 [: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:53:55.557 [: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:53:55.557 [: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-34356], CON-POST MID=34356, 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:53:55.557 [: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-FCA84D7B84D68778], CON-POST MID=34356, Token=FCA84D7B84D68778, 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:53:55.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34356], KeyToken[127.0.0.1:8283-FCA84D7B84D68778]] 06:53:55.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:8283 06:53:55.558 [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=34356, Token=FCA84D7B84D68778, 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:53:55.558 [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:53:55.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34356] 06:53:55.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, 127.0.0.1:8280] replace CON-POST MID=34356, Token=FCA84D7B84D68778, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34356, Token=FCA84D7B84D68778, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1274, 127.0.0.1:8280] send response NON-2.05 MID=34356, Token=null, OptionSet={}, "server responds hi" 06:53:55.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, 127.0.0.1:8280, complete]! 06:53:55.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1274, 127.0.0.1:8280, complete] completed NON-2.04 MID=34356, Token=FCA84D7B84D68778, 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:53:55.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:8280 06:53:55.559 [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=34356, Token=FCA84D7B84D68778, 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:53:55.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34356] 06:53:55.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273, 127.0.0.1:8283, complete]! 06:53:55.559 [: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-FCA84D7B84D68778] 06:53:55.559 [: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-34356] 06:53:55.559 [: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=34356, Token=FCA84D7B84D68778, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34356, Token=FCA84D7B84D68778, 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:53:55.560 [: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:53:55.560 [: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:53:55.560 [: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:53:55.560 [: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-34357], CON-POST MID=34357, 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:53:55.560 [: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-9C68F3CB0094AFDE], CON-POST MID=34357, Token=9C68F3CB0094AFDE, 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:53:55.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34357], KeyToken[127.0.0.1:8283-9C68F3CB0094AFDE]] 06:53:55.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:8283 06:53:55.561 [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=34357, Token=9C68F3CB0094AFDE, 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:53:55.561 [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:53:55.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34357] 06:53:55.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, 127.0.0.1:8280] replace CON-POST MID=34357, Token=9C68F3CB0094AFDE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34357, Token=9C68F3CB0094AFDE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1276, 127.0.0.1:8280] send response NON-2.05 MID=34357, Token=null, OptionSet={}, "server responds hi" 06:53:55.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, 127.0.0.1:8280, complete]! 06:53:55.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1276, 127.0.0.1:8280, complete] completed NON-2.04 MID=34357, Token=9C68F3CB0094AFDE, 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:53:55.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.562 [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=34357, Token=9C68F3CB0094AFDE, 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:53:55.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34357] 06:53:55.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275, 127.0.0.1:8283, complete]! 06:53:55.563 [: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-9C68F3CB0094AFDE] 06:53:55.563 [: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-34357] 06:53:55.563 [: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=34357, Token=9C68F3CB0094AFDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34357, Token=9C68F3CB0094AFDE, 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:53:55.563 [: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:53:55.563 [: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:53:55.564 [: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:53:55.564 [: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-34358], CON-POST MID=34358, 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:53:55.564 [: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-ACC4D80372732A0B], CON-POST MID=34358, Token=ACC4D80372732A0B, 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:53:55.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34358], KeyToken[127.0.0.1:8283-ACC4D80372732A0B]] 06:53:55.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.564 [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=34358, Token=ACC4D80372732A0B, 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:53:55.565 [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:53:55.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34358] 06:53:55.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, 127.0.0.1:8280] replace CON-POST MID=34358, Token=ACC4D80372732A0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34358, Token=ACC4D80372732A0B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1278, 127.0.0.1:8280] send response NON-2.05 MID=34358, Token=null, OptionSet={}, "server responds hi" 06:53:55.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, 127.0.0.1:8280, complete]! 06:53:55.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1278, 127.0.0.1:8280, complete] completed NON-2.04 MID=34358, Token=ACC4D80372732A0B, 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:53:55.565 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.566 [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=34358, Token=ACC4D80372732A0B, 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:53:55.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34358] 06:53:55.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277, 127.0.0.1:8283, complete]! 06:53:55.567 [: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-ACC4D80372732A0B] 06:53:55.567 [: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-34358] 06:53:55.567 [: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=34358, Token=ACC4D80372732A0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34358, Token=ACC4D80372732A0B, 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:53:55.567 [: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:53:55.567 [: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:53:55.568 [: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:53:55.568 [: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-34359], CON-POST MID=34359, 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:53:55.568 [: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-A4014C45A2611584], CON-POST MID=34359, Token=A4014C45A2611584, 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:53:55.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34359], KeyToken[127.0.0.1:8283-A4014C45A2611584]] 06:53:55.569 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.569 [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=34359, Token=A4014C45A2611584, 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:53:55.569 [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:53:55.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34359] 06:53:55.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, 127.0.0.1:8280] replace CON-POST MID=34359, Token=A4014C45A2611584, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34359, Token=A4014C45A2611584, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1280, 127.0.0.1:8280] send response NON-2.05 MID=34359, Token=null, OptionSet={}, "server responds hi" 06:53:55.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, 127.0.0.1:8280, complete]! 06:53:55.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1280, 127.0.0.1:8280, complete] completed NON-2.04 MID=34359, Token=A4014C45A2611584, 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:53:55.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.570 [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=34359, Token=A4014C45A2611584, 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:53:55.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34359] 06:53:55.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279, 127.0.0.1:8283, complete]! 06:53:55.571 [: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-A4014C45A2611584] 06:53:55.571 [: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-34359] 06:53:55.571 [: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=34359, Token=A4014C45A2611584, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34359, Token=A4014C45A2611584, 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:53:55.571 [: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:53:55.571 [: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:53:55.572 [: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:53:55.572 [: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-34360], CON-POST MID=34360, 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:53:55.572 [: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-2831E837B84A6064], CON-POST MID=34360, Token=2831E837B84A6064, 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:53:55.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34360], KeyToken[127.0.0.1:8283-2831E837B84A6064]] 06:53:55.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.573 [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=34360, Token=2831E837B84A6064, 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:53:55.573 [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:53:55.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34360] 06:53:55.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, 127.0.0.1:8280] replace CON-POST MID=34360, Token=2831E837B84A6064, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34360, Token=2831E837B84A6064, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1282, 127.0.0.1:8280] send response NON-2.05 MID=34360, Token=null, OptionSet={}, "server responds hi" 06:53:55.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, 127.0.0.1:8280, complete]! 06:53:55.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1282, 127.0.0.1:8280, complete] completed NON-2.04 MID=34360, Token=2831E837B84A6064, 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:53:55.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.574 [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=34360, Token=2831E837B84A6064, 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:53:55.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34360] 06:53:55.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281, 127.0.0.1:8283, complete]! 06:53:55.575 [: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-2831E837B84A6064] 06:53:55.575 [: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-34360] 06:53:55.575 [: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=34360, Token=2831E837B84A6064, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34360, Token=2831E837B84A6064, 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:53:55.575 [: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:53:55.575 [: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:53:55.576 [: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:53:55.576 [: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-34361], CON-POST MID=34361, 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:53:55.576 [: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-341729F0DB83DCF9], CON-POST MID=34361, Token=341729F0DB83DCF9, 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:53:55.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34361], KeyToken[127.0.0.1:8283-341729F0DB83DCF9]] 06:53:55.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.577 [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=34361, Token=341729F0DB83DCF9, 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:53:55.577 [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:53:55.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34361] 06:53:55.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, 127.0.0.1:8280] replace CON-POST MID=34361, Token=341729F0DB83DCF9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34361, Token=341729F0DB83DCF9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1284, 127.0.0.1:8280] send response NON-2.05 MID=34361, Token=null, OptionSet={}, "server responds hi" 06:53:55.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, 127.0.0.1:8280, complete]! 06:53:55.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1284, 127.0.0.1:8280, complete] completed NON-2.04 MID=34361, Token=341729F0DB83DCF9, 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:53:55.578 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.578 [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=34361, Token=341729F0DB83DCF9, 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:53:55.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34361] 06:53:55.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283, 127.0.0.1:8283, complete]! 06:53:55.578 [: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-341729F0DB83DCF9] 06:53:55.579 [: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-34361] 06:53:55.579 [: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=34361, Token=341729F0DB83DCF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34361, Token=341729F0DB83DCF9, 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:53:55.579 [: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:53:55.579 [: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:53:55.579 [: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:53:55.580 [: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-34362], CON-POST MID=34362, 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:53:55.580 [: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-686ED43FA9E83DED], CON-POST MID=34362, Token=686ED43FA9E83DED, 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:53:55.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34362], KeyToken[127.0.0.1:8283-686ED43FA9E83DED]] 06:53:55.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.580 [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=34362, Token=686ED43FA9E83DED, 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:53:55.580 [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:53:55.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34362] 06:53:55.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, 127.0.0.1:8280] replace CON-POST MID=34362, Token=686ED43FA9E83DED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34362, Token=686ED43FA9E83DED, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1286, 127.0.0.1:8280] send response NON-2.05 MID=34362, Token=null, OptionSet={}, "server responds hi" 06:53:55.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, 127.0.0.1:8280, complete]! 06:53:55.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1286, 127.0.0.1:8280, complete] completed NON-2.04 MID=34362, Token=686ED43FA9E83DED, 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:53:55.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.581 [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=34362, Token=686ED43FA9E83DED, 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:53:55.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34362] 06:53:55.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285, 127.0.0.1:8283, complete]! 06:53:55.582 [: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-686ED43FA9E83DED] 06:53:55.582 [: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-34362] 06:53:55.582 [: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=34362, Token=686ED43FA9E83DED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34362, Token=686ED43FA9E83DED, 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:53:55.582 [: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:53:55.582 [: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:53:55.641 [: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:53:55.641 [: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-34363], CON-POST MID=34363, 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:53:55.641 [: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-8C16545E9F107422], CON-POST MID=34363, Token=8C16545E9F107422, 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:53:55.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34363], KeyToken[127.0.0.1:8283-8C16545E9F107422]] 06:53:55.641 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.642 [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=34363, Token=8C16545E9F107422, 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:53:55.642 [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:53:55.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34363] 06:53:55.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, 127.0.0.1:8280] replace CON-POST MID=34363, Token=8C16545E9F107422, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34363, Token=8C16545E9F107422, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1288, 127.0.0.1:8280] send response NON-2.05 MID=34363, Token=null, OptionSet={}, "server responds hi" 06:53:55.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, 127.0.0.1:8280, complete]! 06:53:55.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1288, 127.0.0.1:8280, complete] completed NON-2.04 MID=34363, Token=8C16545E9F107422, 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:53:55.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:8280 06:53:55.643 [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=34363, Token=8C16545E9F107422, 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:53:55.643 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34363] 06:53:55.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287, 127.0.0.1:8283, complete]! 06:53:55.643 [: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-8C16545E9F107422] 06:53:55.643 [: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-34363] 06:53:55.643 [: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=34363, Token=8C16545E9F107422, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34363, Token=8C16545E9F107422, 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:53:55.644 [: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:53:55.644 [: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:53:55.644 [: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:53:55.644 [: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-34364], CON-POST MID=34364, 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:53:55.644 [: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-B06A43E3090B0DF9], CON-POST MID=34364, Token=B06A43E3090B0DF9, 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:53:55.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34364], KeyToken[127.0.0.1:8283-B06A43E3090B0DF9]] 06:53:55.644 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.644 [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=34364, Token=B06A43E3090B0DF9, 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:53:55.644 [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:53:55.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34364] 06:53:55.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, 127.0.0.1:8280] replace CON-POST MID=34364, Token=B06A43E3090B0DF9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34364, Token=B06A43E3090B0DF9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1290, 127.0.0.1:8280] send response NON-2.05 MID=34364, Token=null, OptionSet={}, "server responds hi" 06:53:55.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, 127.0.0.1:8280, complete]! 06:53:55.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1290, 127.0.0.1:8280, complete] completed NON-2.04 MID=34364, Token=B06A43E3090B0DF9, 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:53:55.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:53:55.645 [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=34364, Token=B06A43E3090B0DF9, 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:53:55.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:8283 06:53:55.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:8283-34364] 06:53:55.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289, 127.0.0.1:8283, complete]! 06:53:55.646 [: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-B06A43E3090B0DF9] 06:53:55.646 [: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-34364] 06:53:55.646 [: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=34364, Token=B06A43E3090B0DF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34364, Token=B06A43E3090B0DF9, 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:53:55.646 [: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:53:55.646 [: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:53:55.646 [: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:53:55.646 [: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-34365], CON-POST MID=34365, 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:53:55.647 [: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-8C798A6711C7074C], CON-POST MID=34365, Token=8C798A6711C7074C, 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:53:55.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34365], KeyToken[127.0.0.1:8283-8C798A6711C7074C]] 06:53:55.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:8283 06:53:55.647 [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=34365, Token=8C798A6711C7074C, 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:53:55.647 [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:53:55.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34365] 06:53:55.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, 127.0.0.1:8280] replace CON-POST MID=34365, Token=8C798A6711C7074C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34365, Token=8C798A6711C7074C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1292, 127.0.0.1:8280] send response NON-2.05 MID=34365, Token=null, OptionSet={}, "server responds hi" 06:53:55.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, 127.0.0.1:8280, complete]! 06:53:55.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1292, 127.0.0.1:8280, complete] completed NON-2.04 MID=34365, Token=8C798A6711C7074C, 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:53:55.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:53:55.648 [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=34365, Token=8C798A6711C7074C, 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:53:55.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:8283 06:53:55.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:8283-34365] 06:53:55.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291, 127.0.0.1:8283, complete]! 06:53:55.648 [: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-8C798A6711C7074C] 06:53:55.648 [: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-34365] 06:53:55.648 [: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=34365, Token=8C798A6711C7074C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34365, Token=8C798A6711C7074C, 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:53:55.649 [: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:53:55.649 [: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:53:55.649 [: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:53:55.649 [: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-34366], CON-POST MID=34366, 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:53:55.649 [: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-B045C416F3D50860], CON-POST MID=34366, Token=B045C416F3D50860, 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:53:55.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34366], KeyToken[127.0.0.1:8283-B045C416F3D50860]] 06:53:55.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:8283 06:53:55.650 [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=34366, Token=B045C416F3D50860, 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:53:55.650 [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:53:55.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34366] 06:53:55.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, 127.0.0.1:8280] replace CON-POST MID=34366, Token=B045C416F3D50860, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34366, Token=B045C416F3D50860, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1294, 127.0.0.1:8280] send response NON-2.05 MID=34366, Token=null, OptionSet={}, "server responds hi" 06:53:55.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, 127.0.0.1:8280, complete]! 06:53:55.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1294, 127.0.0.1:8280, complete] completed NON-2.04 MID=34366, Token=B045C416F3D50860, 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:53:55.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:53:55.651 [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=34366, Token=B045C416F3D50860, 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:53:55.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:8283 06:53:55.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:8283-34366] 06:53:55.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293, 127.0.0.1:8283, complete]! 06:53:55.651 [: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-B045C416F3D50860] 06:53:55.651 [: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-34366] 06:53:55.651 [: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=34366, Token=B045C416F3D50860, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34366, Token=B045C416F3D50860, 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:53:55.651 [: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:53:55.651 [: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:53:55.652 [: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:53:55.652 [: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-34367], CON-POST MID=34367, 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:53:55.652 [: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-4CDE95D001EA3B2B], CON-POST MID=34367, Token=4CDE95D001EA3B2B, 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:53:55.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34367], KeyToken[127.0.0.1:8283-4CDE95D001EA3B2B]] 06:53:55.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:8283 06:53:55.652 [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=34367, Token=4CDE95D001EA3B2B, 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:53:55.652 [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:53:55.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34367] 06:53:55.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, 127.0.0.1:8280] replace CON-POST MID=34367, Token=4CDE95D001EA3B2B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34367, Token=4CDE95D001EA3B2B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1296, 127.0.0.1:8280] send response NON-2.05 MID=34367, Token=null, OptionSet={}, "server responds hi" 06:53:55.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, 127.0.0.1:8280, complete]! 06:53:55.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1296, 127.0.0.1:8280, complete] completed NON-2.04 MID=34367, Token=4CDE95D001EA3B2B, 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:53:55.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:8280 06:53:55.653 [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=34367, Token=4CDE95D001EA3B2B, 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:53:55.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34367] 06:53:55.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295, 127.0.0.1:8283, complete]! 06:53:55.653 [: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-4CDE95D001EA3B2B] 06:53:55.653 [: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-34367] 06:53:55.653 [: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=34367, Token=4CDE95D001EA3B2B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34367, Token=4CDE95D001EA3B2B, 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:53:55.653 [: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:53:55.654 [: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:53:55.654 [: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:53:55.654 [: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-34368], CON-POST MID=34368, 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:53:55.654 [: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-F075D1D442C9C7A6], CON-POST MID=34368, Token=F075D1D442C9C7A6, 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:53:55.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34368], KeyToken[127.0.0.1:8283-F075D1D442C9C7A6]] 06:53:55.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:8283 06:53:55.654 [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=34368, Token=F075D1D442C9C7A6, 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:53:55.654 [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:53:55.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34368] 06:53:55.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, 127.0.0.1:8280] replace CON-POST MID=34368, Token=F075D1D442C9C7A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34368, Token=F075D1D442C9C7A6, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1298, 127.0.0.1:8280] send response NON-2.05 MID=34368, Token=null, OptionSet={}, "server responds hi" 06:53:55.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, 127.0.0.1:8280, complete]! 06:53:55.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1298, 127.0.0.1:8280, complete] completed NON-2.04 MID=34368, Token=F075D1D442C9C7A6, 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:53:55.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:53:55.655 [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=34368, Token=F075D1D442C9C7A6, 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:53:55.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:8283 06:53:55.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:8283-34368] 06:53:55.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297, 127.0.0.1:8283, complete]! 06:53:55.656 [: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-F075D1D442C9C7A6] 06:53:55.656 [: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-34368] 06:53:55.656 [: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=34368, Token=F075D1D442C9C7A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34368, Token=F075D1D442C9C7A6, 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:53:55.656 [: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:53:55.656 [: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:53:55.656 [: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:53:55.656 [: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-34369], CON-POST MID=34369, 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:53:55.656 [: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-20A7F2189015FB97], CON-POST MID=34369, Token=20A7F2189015FB97, 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:53:55.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34369], KeyToken[127.0.0.1:8283-20A7F2189015FB97]] 06:53:55.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:8283 06:53:55.657 [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=34369, Token=20A7F2189015FB97, 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:53:55.657 [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:53:55.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34369] 06:53:55.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, 127.0.0.1:8280] replace CON-POST MID=34369, Token=20A7F2189015FB97, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34369, Token=20A7F2189015FB97, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1300, 127.0.0.1:8280] send response NON-2.05 MID=34369, Token=null, OptionSet={}, "server responds hi" 06:53:55.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, 127.0.0.1:8280, complete]! 06:53:55.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1300, 127.0.0.1:8280, complete] completed NON-2.04 MID=34369, Token=20A7F2189015FB97, 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:53:55.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:53:55.658 [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=34369, Token=20A7F2189015FB97, 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:53:55.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34369] 06:53:55.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299, 127.0.0.1:8283, complete]! 06:53:55.658 [: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-20A7F2189015FB97] 06:53:55.658 [: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-34369] 06:53:55.658 [: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=34369, Token=20A7F2189015FB97, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34369, Token=20A7F2189015FB97, 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:53:55.658 [: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:53:55.658 [: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:53:55.658 [: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:53:55.659 [: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-34370], CON-POST MID=34370, 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:53:55.659 [: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-3C5AFBA23E578D7E], CON-POST MID=34370, Token=3C5AFBA23E578D7E, 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:53:55.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34370], KeyToken[127.0.0.1:8283-3C5AFBA23E578D7E]] 06:53:55.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:8283 06:53:55.659 [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=34370, Token=3C5AFBA23E578D7E, 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:53:55.659 [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:53:55.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34370] 06:53:55.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, 127.0.0.1:8280] replace CON-POST MID=34370, Token=3C5AFBA23E578D7E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34370, Token=3C5AFBA23E578D7E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1302, 127.0.0.1:8280] send response NON-2.05 MID=34370, Token=null, OptionSet={}, "server responds hi" 06:53:55.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, 127.0.0.1:8280, complete]! 06:53:55.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1302, 127.0.0.1:8280, complete] completed NON-2.04 MID=34370, Token=3C5AFBA23E578D7E, 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:53:55.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:53:55.660 [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=34370, Token=3C5AFBA23E578D7E, 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:53:55.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:8283 06:53:55.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:8283-34370] 06:53:55.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301, 127.0.0.1:8283, complete]! 06:53:55.660 [: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-3C5AFBA23E578D7E] 06:53:55.660 [: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-34370] 06:53:55.660 [: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=34370, Token=3C5AFBA23E578D7E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34370, Token=3C5AFBA23E578D7E, 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:53:55.661 [: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:53:55.661 [: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:53:55.661 [: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:53:55.661 [: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-34371], CON-POST MID=34371, 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:53:55.661 [: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-64BEE9C0D051DDB2], CON-POST MID=34371, Token=64BEE9C0D051DDB2, 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:53:55.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34371], KeyToken[127.0.0.1:8283-64BEE9C0D051DDB2]] 06:53:55.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:8283 06:53:55.662 [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=34371, Token=64BEE9C0D051DDB2, 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:53:55.662 [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:53:55.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34371] 06:53:55.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, 127.0.0.1:8280] replace CON-POST MID=34371, Token=64BEE9C0D051DDB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34371, Token=64BEE9C0D051DDB2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1304, 127.0.0.1:8280] send response NON-2.05 MID=34371, Token=null, OptionSet={}, "server responds hi" 06:53:55.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, 127.0.0.1:8280, complete]! 06:53:55.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1304, 127.0.0.1:8280, complete] completed NON-2.04 MID=34371, Token=64BEE9C0D051DDB2, 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:53:55.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:8280 06:53:55.663 [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=34371, Token=64BEE9C0D051DDB2, 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:53:55.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34371] 06:53:55.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303, 127.0.0.1:8283, complete]! 06:53:55.663 [: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-64BEE9C0D051DDB2] 06:53:55.663 [: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-34371] 06:53:55.663 [: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=34371, Token=64BEE9C0D051DDB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34371, Token=64BEE9C0D051DDB2, 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:53:55.663 [: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:53:55.663 [: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:53:55.664 [: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:53:55.664 [: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-34372], CON-POST MID=34372, 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:53:55.664 [: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-44BA470682830EBB], CON-POST MID=34372, Token=44BA470682830EBB, 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:53:55.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34372], KeyToken[127.0.0.1:8283-44BA470682830EBB]] 06:53:55.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:8283 06:53:55.664 [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=34372, Token=44BA470682830EBB, 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:53:55.664 [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:53:55.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34372] 06:53:55.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, 127.0.0.1:8280] replace CON-POST MID=34372, Token=44BA470682830EBB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34372, Token=44BA470682830EBB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1306, 127.0.0.1:8280] send response NON-2.05 MID=34372, Token=null, OptionSet={}, "server responds hi" 06:53:55.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, 127.0.0.1:8280, complete]! 06:53:55.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1306, 127.0.0.1:8280, complete] completed NON-2.04 MID=34372, Token=44BA470682830EBB, 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:53:55.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:53:55.665 [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=34372, Token=44BA470682830EBB, 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:53:55.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:8283 06:53:55.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:8283-34372] 06:53:55.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305, 127.0.0.1:8283, complete]! 06:53:55.666 [: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-44BA470682830EBB] 06:53:55.666 [: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-34372] 06:53:55.666 [: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=34372, Token=44BA470682830EBB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34372, Token=44BA470682830EBB, 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:53:55.666 [: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:53:55.666 [: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:53:55.666 [: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:53:55.666 [: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-34373], CON-POST MID=34373, 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:53:55.667 [: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-9059700B8D5F5B56], CON-POST MID=34373, Token=9059700B8D5F5B56, 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:53:55.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34373], KeyToken[127.0.0.1:8283-9059700B8D5F5B56]] 06:53:55.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:8283 06:53:55.667 [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=34373, Token=9059700B8D5F5B56, 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:53:55.667 [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:53:55.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34373] 06:53:55.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, 127.0.0.1:8280] replace CON-POST MID=34373, Token=9059700B8D5F5B56, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34373, Token=9059700B8D5F5B56, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1308, 127.0.0.1:8280] send response NON-2.05 MID=34373, Token=null, OptionSet={}, "server responds hi" 06:53:55.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, 127.0.0.1:8280, complete]! 06:53:55.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1308, 127.0.0.1:8280, complete] completed NON-2.04 MID=34373, Token=9059700B8D5F5B56, 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:53:55.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:8280 06:53:55.668 [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=34373, Token=9059700B8D5F5B56, 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:53:55.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34373] 06:53:55.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307, 127.0.0.1:8283, complete]! 06:53:55.669 [: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-9059700B8D5F5B56] 06:53:55.669 [: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-34373] 06:53:55.669 [: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=34373, Token=9059700B8D5F5B56, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34373, Token=9059700B8D5F5B56, 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:53:55.669 [: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:53:55.669 [: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:53:55.669 [: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:53:55.669 [: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-34374], CON-POST MID=34374, 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:53:55.669 [: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-E01E036D1681700A], CON-POST MID=34374, Token=E01E036D1681700A, 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:53:55.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-34374], KeyToken[127.0.0.1:8283-E01E036D1681700A]] 06:53:55.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:8283 06:53:55.670 [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=34374, Token=E01E036D1681700A, 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:53:55.670 [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:53:55.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34374] 06:53:55.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, 127.0.0.1:8280] replace CON-POST MID=34374, Token=E01E036D1681700A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34374, Token=E01E036D1681700A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1310, 127.0.0.1:8280] send response NON-2.05 MID=34374, Token=null, OptionSet={}, "server responds hi" 06:53:55.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, 127.0.0.1:8280, complete]! 06:53:55.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1310, 127.0.0.1:8280, complete] completed NON-2.04 MID=34374, Token=E01E036D1681700A, 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:53:55.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:8280 06:53:55.671 [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=34374, Token=E01E036D1681700A, 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:53:55.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34374] 06:53:55.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309, 127.0.0.1:8283, complete]! 06:53:55.671 [: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-E01E036D1681700A] 06:53:55.671 [: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-34374] 06:53:55.671 [: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=34374, Token=E01E036D1681700A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34374, Token=E01E036D1681700A, 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:53:55.671 [: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:53:55.672 [: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:53:55.672 [: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:53:55.672 [: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-34375], CON-POST MID=34375, 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:53:55.672 [: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-E49A7448590A1EED], CON-POST MID=34375, Token=E49A7448590A1EED, 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:53:55.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34375], KeyToken[127.0.0.1:8283-E49A7448590A1EED]] 06:53:55.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:8283 06:53:55.672 [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=34375, Token=E49A7448590A1EED, 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:53:55.672 [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:53:55.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34375] 06:53:55.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, 127.0.0.1:8280] replace CON-POST MID=34375, Token=E49A7448590A1EED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34375, Token=E49A7448590A1EED, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1312, 127.0.0.1:8280] send response NON-2.05 MID=34375, Token=null, OptionSet={}, "server responds hi" 06:53:55.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, 127.0.0.1:8280, complete]! 06:53:55.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1312, 127.0.0.1:8280, complete] completed NON-2.04 MID=34375, Token=E49A7448590A1EED, 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:53:55.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:8280 06:53:55.673 [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=34375, Token=E49A7448590A1EED, 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:53:55.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34375] 06:53:55.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311, 127.0.0.1:8283, complete]! 06:53:55.674 [: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-E49A7448590A1EED] 06:53:55.674 [: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-34375] 06:53:55.674 [: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=34375, Token=E49A7448590A1EED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34375, Token=E49A7448590A1EED, 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:53:55.674 [: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:53:55.674 [: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:53:55.674 [: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:53:55.675 [: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-34376], CON-POST MID=34376, 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:53:55.675 [: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-2413254C0D766A39], CON-POST MID=34376, Token=2413254C0D766A39, 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:53:55.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34376], KeyToken[127.0.0.1:8283-2413254C0D766A39]] 06:53:55.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.675 [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=34376, Token=2413254C0D766A39, 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:53:55.675 [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:53:55.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34376] 06:53:55.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, 127.0.0.1:8280] replace CON-POST MID=34376, Token=2413254C0D766A39, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34376, Token=2413254C0D766A39, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1314, 127.0.0.1:8280] send response NON-2.05 MID=34376, Token=null, OptionSet={}, "server responds hi" 06:53:55.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, 127.0.0.1:8280, complete]! 06:53:55.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1314, 127.0.0.1:8280, complete] completed NON-2.04 MID=34376, Token=2413254C0D766A39, 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:53:55.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.676 [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=34376, Token=2413254C0D766A39, 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:53:55.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34376] 06:53:55.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313, 127.0.0.1:8283, complete]! 06:53:55.676 [: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-2413254C0D766A39] 06:53:55.676 [: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-34376] 06:53:55.677 [: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=34376, Token=2413254C0D766A39, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34376, Token=2413254C0D766A39, 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:53:55.677 [: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:53:55.677 [: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:53:55.677 [: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:53:55.677 [: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-34377], CON-POST MID=34377, 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:53:55.677 [: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-0CA32B395CFE40DB], CON-POST MID=34377, Token=0CA32B395CFE40DB, 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:53:55.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34377], KeyToken[127.0.0.1:8283-0CA32B395CFE40DB]] 06:53:55.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.678 [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=34377, Token=0CA32B395CFE40DB, 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:53:55.678 [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:53:55.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34377] 06:53:55.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, 127.0.0.1:8280] replace CON-POST MID=34377, Token=0CA32B395CFE40DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34377, Token=0CA32B395CFE40DB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1316, 127.0.0.1:8280] send response NON-2.05 MID=34377, Token=null, OptionSet={}, "server responds hi" 06:53:55.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, 127.0.0.1:8280, complete]! 06:53:55.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1316, 127.0.0.1:8280, complete] completed NON-2.04 MID=34377, Token=0CA32B395CFE40DB, 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:53:55.679 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.679 [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=34377, Token=0CA32B395CFE40DB, 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:53:55.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34377] 06:53:55.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315, 127.0.0.1:8283, complete]! 06:53:55.679 [: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-0CA32B395CFE40DB] 06:53:55.679 [: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-34377] 06:53:55.680 [: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=34377, Token=0CA32B395CFE40DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34377, Token=0CA32B395CFE40DB, 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:53:55.680 [: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:53:55.680 [: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:53:55.680 [: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:53:55.680 [: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-34378], CON-POST MID=34378, 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:53:55.680 [: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-F87B676C09E5189B], CON-POST MID=34378, Token=F87B676C09E5189B, 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:53:55.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34378], KeyToken[127.0.0.1:8283-F87B676C09E5189B]] 06:53:55.681 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.681 [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=34378, Token=F87B676C09E5189B, 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:53:55.681 [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:53:55.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34378] 06:53:55.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, 127.0.0.1:8280] replace CON-POST MID=34378, Token=F87B676C09E5189B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34378, Token=F87B676C09E5189B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1318, 127.0.0.1:8280] send response NON-2.05 MID=34378, Token=null, OptionSet={}, "server responds hi" 06:53:55.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, 127.0.0.1:8280, complete]! 06:53:55.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1318, 127.0.0.1:8280, complete] completed NON-2.04 MID=34378, Token=F87B676C09E5189B, 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:53:55.682 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.682 [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=34378, Token=F87B676C09E5189B, 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:53:55.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34378] 06:53:55.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317, 127.0.0.1:8283, complete]! 06:53:55.683 [: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-F87B676C09E5189B] 06:53:55.683 [: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-34378] 06:53:55.683 [: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=34378, Token=F87B676C09E5189B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34378, Token=F87B676C09E5189B, 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:53:55.683 [: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:53:55.683 [: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:53:55.683 [: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:53:55.683 [: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-34379], CON-POST MID=34379, 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:53:55.683 [: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-E86833D8464AF7AD], CON-POST MID=34379, Token=E86833D8464AF7AD, 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:53:55.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34379], KeyToken[127.0.0.1:8283-E86833D8464AF7AD]] 06:53:55.684 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.684 [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=34379, Token=E86833D8464AF7AD, 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:53:55.684 [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:53:55.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34379] 06:53:55.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, 127.0.0.1:8280] replace CON-POST MID=34379, Token=E86833D8464AF7AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34379, Token=E86833D8464AF7AD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1320, 127.0.0.1:8280] send response NON-2.05 MID=34379, Token=null, OptionSet={}, "server responds hi" 06:53:55.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, 127.0.0.1:8280, complete]! 06:53:55.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1320, 127.0.0.1:8280, complete] completed NON-2.04 MID=34379, Token=E86833D8464AF7AD, 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:53:55.685 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.685 [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=34379, Token=E86833D8464AF7AD, 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:53:55.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34379] 06:53:55.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319, 127.0.0.1:8283, complete]! 06:53:55.686 [: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-E86833D8464AF7AD] 06:53:55.686 [: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-34379] 06:53:55.686 [: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=34379, Token=E86833D8464AF7AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34379, Token=E86833D8464AF7AD, 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:53:55.686 [: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:53:55.686 [: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:53:55.687 [: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:53:55.687 [: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-34380], CON-POST MID=34380, 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:53:55.687 [: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-8CDB96E08D24C533], CON-POST MID=34380, Token=8CDB96E08D24C533, 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:53:55.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34380], KeyToken[127.0.0.1:8283-8CDB96E08D24C533]] 06:53:55.687 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.687 [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=34380, Token=8CDB96E08D24C533, 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:53:55.687 [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:53:55.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34380] 06:53:55.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, 127.0.0.1:8280] replace CON-POST MID=34380, Token=8CDB96E08D24C533, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34380, Token=8CDB96E08D24C533, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1322, 127.0.0.1:8280] send response NON-2.05 MID=34380, Token=null, OptionSet={}, "server responds hi" 06:53:55.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, 127.0.0.1:8280, complete]! 06:53:55.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1322, 127.0.0.1:8280, complete] completed NON-2.04 MID=34380, Token=8CDB96E08D24C533, 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:53:55.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:8280 06:53:55.757 [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=34380, Token=8CDB96E08D24C533, 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:53:55.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:53:55.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-34380] 06:53:55.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321, 127.0.0.1:8283, complete]! 06:53:55.758 [: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-8CDB96E08D24C533] 06:53:55.758 [: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-34380] 06:53:55.758 [: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=34380, Token=8CDB96E08D24C533, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34380, Token=8CDB96E08D24C533, 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:53:55.758 [: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:53:55.758 [: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:53:55.758 [: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:53:55.758 [: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-34381], CON-POST MID=34381, 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:53:55.758 [: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-D4048B1027011C35], CON-POST MID=34381, Token=D4048B1027011C35, 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:53:55.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-34381], KeyToken[127.0.0.1:8283-D4048B1027011C35]] 06:53:55.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:53:55.759 [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=34381, Token=D4048B1027011C35, 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:53:55.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:53:55.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34381] 06:53:55.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, 127.0.0.1:8280] replace CON-POST MID=34381, Token=D4048B1027011C35, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34381, Token=D4048B1027011C35, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1324, 127.0.0.1:8280] send response NON-2.05 MID=34381, Token=null, OptionSet={}, "server responds hi" 06:53:55.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, 127.0.0.1:8280, complete]! 06:53:55.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1324, 127.0.0.1:8280, complete] completed NON-2.04 MID=34381, Token=D4048B1027011C35, 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:53:55.760 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.760 [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=34381, Token=D4048B1027011C35, 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:53:55.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:53:55.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-34381] 06:53:55.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323, 127.0.0.1:8283, complete]! 06:53:55.761 [: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-D4048B1027011C35] 06:53:55.761 [: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-34381] 06:53:55.761 [: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=34381, Token=D4048B1027011C35, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34381, Token=D4048B1027011C35, 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:53:55.761 [: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:53:55.761 [: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:53:55.761 [: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:53:55.761 [: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-34382], CON-POST MID=34382, 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:53:55.761 [: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-A43F3DD03ACA0731], CON-POST MID=34382, Token=A43F3DD03ACA0731, 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:53:55.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34382], KeyToken[127.0.0.1:8283-A43F3DD03ACA0731]] 06:53:55.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:53:55.762 [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=34382, Token=A43F3DD03ACA0731, 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:53:55.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:53:55.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34382] 06:53:55.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, 127.0.0.1:8280] replace CON-POST MID=34382, Token=A43F3DD03ACA0731, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34382, Token=A43F3DD03ACA0731, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1326, 127.0.0.1:8280] send response NON-2.05 MID=34382, Token=null, OptionSet={}, "server responds hi" 06:53:55.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, 127.0.0.1:8280, complete]! 06:53:55.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1326, 127.0.0.1:8280, complete] completed NON-2.04 MID=34382, Token=A43F3DD03ACA0731, 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:53:55.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:8280 06:53:55.763 [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=34382, Token=A43F3DD03ACA0731, 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:53:55.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:53:55.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-34382] 06:53:55.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325, 127.0.0.1:8283, complete]! 06:53:55.763 [: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-A43F3DD03ACA0731] 06:53:55.763 [: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-34382] 06:53:55.763 [: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=34382, Token=A43F3DD03ACA0731, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34382, Token=A43F3DD03ACA0731, 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:53:55.763 [: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:53:55.764 [: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:53:55.764 [: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:53:55.764 [: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-34383], CON-POST MID=34383, 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:53:55.764 [: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-B4CEA7879966DF2D], CON-POST MID=34383, Token=B4CEA7879966DF2D, 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:53:55.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34383], KeyToken[127.0.0.1:8283-B4CEA7879966DF2D]] 06:53:55.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:8283 06:53:55.765 [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=34383, Token=B4CEA7879966DF2D, 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:53:55.765 [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:53:55.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34383] 06:53:55.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, 127.0.0.1:8280] replace CON-POST MID=34383, Token=B4CEA7879966DF2D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34383, Token=B4CEA7879966DF2D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1328, 127.0.0.1:8280] send response NON-2.05 MID=34383, Token=null, OptionSet={}, "server responds hi" 06:53:55.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, 127.0.0.1:8280, complete]! 06:53:55.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1328, 127.0.0.1:8280, complete] completed NON-2.04 MID=34383, Token=B4CEA7879966DF2D, 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:53:55.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:8280 06:53:55.766 [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=34383, Token=B4CEA7879966DF2D, 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:53:55.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34383] 06:53:55.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327, 127.0.0.1:8283, complete]! 06:53:55.766 [: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-B4CEA7879966DF2D] 06:53:55.766 [: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-34383] 06:53:55.766 [: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=34383, Token=B4CEA7879966DF2D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34383, Token=B4CEA7879966DF2D, 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:53:55.767 [: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:53:55.767 [: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:53:55.767 [: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:53:55.767 [: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-34384], CON-POST MID=34384, 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:53:55.767 [: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-6C3F0B2ED0BFC0C8], CON-POST MID=34384, Token=6C3F0B2ED0BFC0C8, 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:53:55.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34384], KeyToken[127.0.0.1:8283-6C3F0B2ED0BFC0C8]] 06:53:55.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.768 [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=34384, Token=6C3F0B2ED0BFC0C8, 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:53:55.768 [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:53:55.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34384] 06:53:55.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, 127.0.0.1:8280] replace CON-POST MID=34384, Token=6C3F0B2ED0BFC0C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34384, Token=6C3F0B2ED0BFC0C8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1330, 127.0.0.1:8280] send response NON-2.05 MID=34384, Token=null, OptionSet={}, "server responds hi" 06:53:55.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, 127.0.0.1:8280, complete]! 06:53:55.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1330, 127.0.0.1:8280, complete] completed NON-2.04 MID=34384, Token=6C3F0B2ED0BFC0C8, 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:53:55.769 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.769 [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=34384, Token=6C3F0B2ED0BFC0C8, 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:53:55.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34384] 06:53:55.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329, 127.0.0.1:8283, complete]! 06:53:55.769 [: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-6C3F0B2ED0BFC0C8] 06:53:55.769 [: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-34384] 06:53:55.769 [: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=34384, Token=6C3F0B2ED0BFC0C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34384, Token=6C3F0B2ED0BFC0C8, 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:53:55.770 [: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:53:55.770 [: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:53:55.770 [: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:53:55.770 [: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-34385], CON-POST MID=34385, 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:53:55.770 [: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-2CB29831D040E264], CON-POST MID=34385, Token=2CB29831D040E264, 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:53:55.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34385], KeyToken[127.0.0.1:8283-2CB29831D040E264]] 06:53:55.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:8283 06:53:55.771 [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=34385, Token=2CB29831D040E264, 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:53:55.771 [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:53:55.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34385] 06:53:55.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, 127.0.0.1:8280] replace CON-POST MID=34385, Token=2CB29831D040E264, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34385, Token=2CB29831D040E264, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1332, 127.0.0.1:8280] send response NON-2.05 MID=34385, Token=null, OptionSet={}, "server responds hi" 06:53:55.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, 127.0.0.1:8280, complete]! 06:53:55.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1332, 127.0.0.1:8280, complete] completed NON-2.04 MID=34385, Token=2CB29831D040E264, 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:53:55.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:8280 06:53:55.772 [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=34385, Token=2CB29831D040E264, 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:53:55.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34385] 06:53:55.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331, 127.0.0.1:8283, complete]! 06:53:55.772 [: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-2CB29831D040E264] 06:53:55.772 [: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-34385] 06:53:55.772 [: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=34385, Token=2CB29831D040E264, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34385, Token=2CB29831D040E264, 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:53:55.772 [: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:53:55.772 [: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:53:55.773 [: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:53:55.773 [: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-34386], CON-POST MID=34386, 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:53:55.773 [: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-7888791820A6843A], CON-POST MID=34386, Token=7888791820A6843A, 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:53:55.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34386], KeyToken[127.0.0.1:8283-7888791820A6843A]] 06:53:55.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.773 [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=34386, Token=7888791820A6843A, 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:53:55.773 [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:53:55.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34386] 06:53:55.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, 127.0.0.1:8280] replace CON-POST MID=34386, Token=7888791820A6843A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34386, Token=7888791820A6843A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1334, 127.0.0.1:8280] send response NON-2.05 MID=34386, Token=null, OptionSet={}, "server responds hi" 06:53:55.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, 127.0.0.1:8280, complete]! 06:53:55.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1334, 127.0.0.1:8280, complete] completed NON-2.04 MID=34386, Token=7888791820A6843A, 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:53:55.774 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.774 [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=34386, Token=7888791820A6843A, 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:53:55.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34386] 06:53:55.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333, 127.0.0.1:8283, complete]! 06:53:55.775 [: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-7888791820A6843A] 06:53:55.775 [: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-34386] 06:53:55.775 [: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=34386, Token=7888791820A6843A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34386, Token=7888791820A6843A, 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:53:55.775 [: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:53:55.775 [: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:53:55.775 [: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:53:55.775 [: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-34387], CON-POST MID=34387, 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:53:55.775 [: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-08429016407892F8], CON-POST MID=34387, Token=08429016407892F8, 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:53:55.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34387], KeyToken[127.0.0.1:8283-08429016407892F8]] 06:53:55.776 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.776 [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=34387, Token=08429016407892F8, 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:53:55.776 [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:53:55.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34387] 06:53:55.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, 127.0.0.1:8280] replace CON-POST MID=34387, Token=08429016407892F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34387, Token=08429016407892F8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1336, 127.0.0.1:8280] send response NON-2.05 MID=34387, Token=null, OptionSet={}, "server responds hi" 06:53:55.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, 127.0.0.1:8280, complete]! 06:53:55.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1336, 127.0.0.1:8280, complete] completed NON-2.04 MID=34387, Token=08429016407892F8, 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:53:55.777 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.777 [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=34387, Token=08429016407892F8, 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:53:55.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34387] 06:53:55.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335, 127.0.0.1:8283, complete]! 06:53:55.777 [: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-08429016407892F8] 06:53:55.777 [: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-34387] 06:53:55.777 [: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=34387, Token=08429016407892F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34387, Token=08429016407892F8, 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:53:55.778 [: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:53:55.778 [: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:53:55.778 [: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:53:55.778 [: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-34388], CON-POST MID=34388, 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:53:55.778 [: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-98C1A45A17C6EF11], CON-POST MID=34388, Token=98C1A45A17C6EF11, 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:53:55.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34388], KeyToken[127.0.0.1:8283-98C1A45A17C6EF11]] 06:53:55.778 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.779 [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=34388, Token=98C1A45A17C6EF11, 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:53:55.779 [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:53:55.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34388] 06:53:55.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, 127.0.0.1:8280] replace CON-POST MID=34388, Token=98C1A45A17C6EF11, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34388, Token=98C1A45A17C6EF11, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1338, 127.0.0.1:8280] send response NON-2.05 MID=34388, Token=null, OptionSet={}, "server responds hi" 06:53:55.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, 127.0.0.1:8280, complete]! 06:53:55.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1338, 127.0.0.1:8280, complete] completed NON-2.04 MID=34388, Token=98C1A45A17C6EF11, 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:53:55.780 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.780 [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=34388, Token=98C1A45A17C6EF11, 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:53:55.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34388] 06:53:55.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337, 127.0.0.1:8283, complete]! 06:53:55.780 [: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-98C1A45A17C6EF11] 06:53:55.780 [: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-34388] 06:53:55.780 [: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=34388, Token=98C1A45A17C6EF11, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34388, Token=98C1A45A17C6EF11, 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:53:55.780 [: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:53:55.780 [: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:53:55.781 [: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:53:55.781 [: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-34389], CON-POST MID=34389, 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:53:55.781 [: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-143C9703FC5BF889], CON-POST MID=34389, Token=143C9703FC5BF889, 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:53:55.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34389], KeyToken[127.0.0.1:8283-143C9703FC5BF889]] 06:53:55.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.781 [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=34389, Token=143C9703FC5BF889, 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:53:55.781 [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:53:55.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34389] 06:53:55.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, 127.0.0.1:8280] replace CON-POST MID=34389, Token=143C9703FC5BF889, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34389, Token=143C9703FC5BF889, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1340, 127.0.0.1:8280] send response NON-2.05 MID=34389, Token=null, OptionSet={}, "server responds hi" 06:53:55.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, 127.0.0.1:8280, complete]! 06:53:55.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1340, 127.0.0.1:8280, complete] completed NON-2.04 MID=34389, Token=143C9703FC5BF889, 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:53:55.782 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.782 [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=34389, Token=143C9703FC5BF889, 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:53:55.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34389] 06:53:55.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339, 127.0.0.1:8283, complete]! 06:53:55.783 [: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-143C9703FC5BF889] 06:53:55.783 [: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-34389] 06:53:55.783 [: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=34389, Token=143C9703FC5BF889, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34389, Token=143C9703FC5BF889, 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:53:55.783 [: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:53:55.783 [: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:53:55.783 [: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:53:55.783 [: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-34390], CON-POST MID=34390, 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:53:55.783 [: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-843BCDD61FC3C5D8], CON-POST MID=34390, Token=843BCDD61FC3C5D8, 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:53:55.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34390], KeyToken[127.0.0.1:8283-843BCDD61FC3C5D8]] 06:53:55.784 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.784 [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=34390, Token=843BCDD61FC3C5D8, 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:53:55.784 [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:53:55.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34390] 06:53:55.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, 127.0.0.1:8280] replace CON-POST MID=34390, Token=843BCDD61FC3C5D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34390, Token=843BCDD61FC3C5D8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1342, 127.0.0.1:8280] send response NON-2.05 MID=34390, Token=null, OptionSet={}, "server responds hi" 06:53:55.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, 127.0.0.1:8280, complete]! 06:53:55.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1342, 127.0.0.1:8280, complete] completed NON-2.04 MID=34390, Token=843BCDD61FC3C5D8, 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:53:55.785 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.785 [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=34390, Token=843BCDD61FC3C5D8, 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:53:55.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34390] 06:53:55.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341, 127.0.0.1:8283, complete]! 06:53:55.785 [: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-843BCDD61FC3C5D8] 06:53:55.785 [: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-34390] 06:53:55.785 [: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=34390, Token=843BCDD61FC3C5D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34390, Token=843BCDD61FC3C5D8, 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:53:55.786 [: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:53:55.786 [: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:53:55.786 [: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:53:55.786 [: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-34391], CON-POST MID=34391, 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:53:55.786 [: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-C0439C9FBDAB13BC], CON-POST MID=34391, Token=C0439C9FBDAB13BC, 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:53:55.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34391], KeyToken[127.0.0.1:8283-C0439C9FBDAB13BC]] 06:53:55.786 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.787 [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=34391, Token=C0439C9FBDAB13BC, 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:53:55.787 [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:53:55.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34391] 06:53:55.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, 127.0.0.1:8280] replace CON-POST MID=34391, Token=C0439C9FBDAB13BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34391, Token=C0439C9FBDAB13BC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1344, 127.0.0.1:8280] send response NON-2.05 MID=34391, Token=null, OptionSet={}, "server responds hi" 06:53:55.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, 127.0.0.1:8280, complete]! 06:53:55.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1344, 127.0.0.1:8280, complete] completed NON-2.04 MID=34391, Token=C0439C9FBDAB13BC, 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:53:55.787 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.788 [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=34391, Token=C0439C9FBDAB13BC, 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:53:55.788 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34391] 06:53:55.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343, 127.0.0.1:8283, complete]! 06:53:55.788 [: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-C0439C9FBDAB13BC] 06:53:55.788 [: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-34391] 06:53:55.788 [: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=34391, Token=C0439C9FBDAB13BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34391, Token=C0439C9FBDAB13BC, 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:53:55.788 [: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:53:55.788 [: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:53:55.789 [: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:53:55.789 [: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-34392], CON-POST MID=34392, 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:53:55.789 [: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-08B40337D47C3E08], CON-POST MID=34392, Token=08B40337D47C3E08, 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:53:55.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34392], KeyToken[127.0.0.1:8283-08B40337D47C3E08]] 06:53:55.789 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.789 [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=34392, Token=08B40337D47C3E08, 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:53:55.789 [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:53:55.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34392] 06:53:55.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, 127.0.0.1:8280] replace CON-POST MID=34392, Token=08B40337D47C3E08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34392, Token=08B40337D47C3E08, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1346, 127.0.0.1:8280] send response NON-2.05 MID=34392, Token=null, OptionSet={}, "server responds hi" 06:53:55.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, 127.0.0.1:8280, complete]! 06:53:55.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1346, 127.0.0.1:8280, complete] completed NON-2.04 MID=34392, Token=08B40337D47C3E08, 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:53:55.790 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.790 [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=34392, Token=08B40337D47C3E08, 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:53:55.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34392] 06:53:55.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345, 127.0.0.1:8283, complete]! 06:53:55.791 [: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-08B40337D47C3E08] 06:53:55.791 [: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-34392] 06:53:55.791 [: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=34392, Token=08B40337D47C3E08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34392, Token=08B40337D47C3E08, 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:53:55.791 [: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:53:55.791 [: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:53:55.791 [: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:53:55.791 [: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-34393], CON-POST MID=34393, 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:53:55.791 [: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-B05A3A634F1AA7C8], CON-POST MID=34393, Token=B05A3A634F1AA7C8, 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:53:55.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34393], KeyToken[127.0.0.1:8283-B05A3A634F1AA7C8]] 06:53:55.792 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.792 [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=34393, Token=B05A3A634F1AA7C8, 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:53:55.792 [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:53:55.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34393] 06:53:55.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, 127.0.0.1:8280] replace CON-POST MID=34393, Token=B05A3A634F1AA7C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34393, Token=B05A3A634F1AA7C8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1348, 127.0.0.1:8280] send response NON-2.05 MID=34393, Token=null, OptionSet={}, "server responds hi" 06:53:55.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, 127.0.0.1:8280, complete]! 06:53:55.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1348, 127.0.0.1:8280, complete] completed NON-2.04 MID=34393, Token=B05A3A634F1AA7C8, 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:53:55.792 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.793 [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=34393, Token=B05A3A634F1AA7C8, 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:53:55.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34393] 06:53:55.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347, 127.0.0.1:8283, complete]! 06:53:55.793 [: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-B05A3A634F1AA7C8] 06:53:55.793 [: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-34393] 06:53:55.793 [: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=34393, Token=B05A3A634F1AA7C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34393, Token=B05A3A634F1AA7C8, 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:53:55.793 [: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:53:55.793 [: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:53:55.794 [: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:53:55.794 [: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-34394], CON-POST MID=34394, 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:53:55.794 [: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-38CB96AFEA9BB06C], CON-POST MID=34394, Token=38CB96AFEA9BB06C, 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:53:55.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34394], KeyToken[127.0.0.1:8283-38CB96AFEA9BB06C]] 06:53:55.794 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.794 [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=34394, Token=38CB96AFEA9BB06C, 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:53:55.794 [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:53:55.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34394] 06:53:55.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, 127.0.0.1:8280] replace CON-POST MID=34394, Token=38CB96AFEA9BB06C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34394, Token=38CB96AFEA9BB06C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1350, 127.0.0.1:8280] send response NON-2.05 MID=34394, Token=null, OptionSet={}, "server responds hi" 06:53:55.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, 127.0.0.1:8280, complete]! 06:53:55.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1350, 127.0.0.1:8280, complete] completed NON-2.04 MID=34394, Token=38CB96AFEA9BB06C, 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:53:55.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:53:55.842 [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=34394, Token=38CB96AFEA9BB06C, 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:53:55.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34394] 06:53:55.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349, 127.0.0.1:8283, complete]! 06:53:55.843 [: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-38CB96AFEA9BB06C] 06:53:55.843 [: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-34394] 06:53:55.843 [: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=34394, Token=38CB96AFEA9BB06C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34394, Token=38CB96AFEA9BB06C, 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:53:55.843 [: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:53:55.843 [: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:53:55.843 [: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:53:55.844 [: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-34395], CON-POST MID=34395, 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:53:55.844 [: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-B0167BD6B37C86D4], CON-POST MID=34395, Token=B0167BD6B37C86D4, 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:53:55.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34395], KeyToken[127.0.0.1:8283-B0167BD6B37C86D4]] 06:53:55.844 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.844 [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=34395, Token=B0167BD6B37C86D4, 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:53:55.844 [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:53:55.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34395] 06:53:55.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, 127.0.0.1:8280] replace CON-POST MID=34395, Token=B0167BD6B37C86D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34395, Token=B0167BD6B37C86D4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1352, 127.0.0.1:8280] send response NON-2.05 MID=34395, Token=null, OptionSet={}, "server responds hi" 06:53:55.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, 127.0.0.1:8280, complete]! 06:53:55.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1352, 127.0.0.1:8280, complete] completed NON-2.04 MID=34395, Token=B0167BD6B37C86D4, 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:53:55.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:53:55.845 [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=34395, Token=B0167BD6B37C86D4, 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:53:55.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:53:55.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:8283-34395] 06:53:55.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351, 127.0.0.1:8283, complete]! 06:53:55.846 [: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-B0167BD6B37C86D4] 06:53:55.846 [: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-34395] 06:53:55.846 [: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=34395, Token=B0167BD6B37C86D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34395, Token=B0167BD6B37C86D4, 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:53:55.846 [: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:53:55.846 [: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:53:55.847 [: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:53:55.847 [: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-34396], CON-POST MID=34396, 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:53:55.847 [: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-64CEFCBA3D4E6423], CON-POST MID=34396, Token=64CEFCBA3D4E6423, 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:53:55.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-34396], KeyToken[127.0.0.1:8283-64CEFCBA3D4E6423]] 06:53:55.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:53:55.847 [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=34396, Token=64CEFCBA3D4E6423, 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:53:55.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:53:55.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34396] 06:53:55.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354, 127.0.0.1:8280] replace CON-POST MID=34396, Token=64CEFCBA3D4E6423, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34396, Token=64CEFCBA3D4E6423, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1354, 127.0.0.1:8280] send response NON-2.05 MID=34396, Token=null, OptionSet={}, "server responds hi" 06:53:55.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354, 127.0.0.1:8280, complete]! 06:53:55.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1354, 127.0.0.1:8280, complete] completed NON-2.04 MID=34396, Token=64CEFCBA3D4E6423, 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:53:55.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:53:55.848 [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=34396, Token=64CEFCBA3D4E6423, 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:53:55.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:53:55.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-34396] 06:53:55.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353, 127.0.0.1:8283, complete]! 06:53:55.849 [: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-64CEFCBA3D4E6423] 06:53:55.849 [: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-34396] 06:53:55.849 [: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=34396, Token=64CEFCBA3D4E6423, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34396, Token=64CEFCBA3D4E6423, 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:53:55.849 [: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:53:55.849 [: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:53:55.850 [: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:53:55.850 [: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-34397], CON-POST MID=34397, 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:53:55.850 [: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-B01DC629CA012E50], CON-POST MID=34397, Token=B01DC629CA012E50, 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:53:55.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-34397], KeyToken[127.0.0.1:8283-B01DC629CA012E50]] 06:53:55.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:53:55.850 [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=34397, Token=B01DC629CA012E50, 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:53:55.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:53:55.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34397] 06:53:55.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, 127.0.0.1:8280] replace CON-POST MID=34397, Token=B01DC629CA012E50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34397, Token=B01DC629CA012E50, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1356, 127.0.0.1:8280] send response NON-2.05 MID=34397, Token=null, OptionSet={}, "server responds hi" 06:53:55.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, 127.0.0.1:8280, complete]! 06:53:55.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1356, 127.0.0.1:8280, complete] completed NON-2.04 MID=34397, Token=B01DC629CA012E50, 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:53:55.851 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.852 [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=34397, Token=B01DC629CA012E50, 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:53:55.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:53:55.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-34397] 06:53:55.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355, 127.0.0.1:8283, complete]! 06:53:55.852 [: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-B01DC629CA012E50] 06:53:55.852 [: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-34397] 06:53:55.852 [: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=34397, Token=B01DC629CA012E50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34397, Token=B01DC629CA012E50, 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:53:55.852 [: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:53:55.853 [: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:53:55.853 [: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:53:55.853 [: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-34398], CON-POST MID=34398, 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:53:55.853 [: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-149764355752289B], CON-POST MID=34398, Token=149764355752289B, 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:53:55.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-34398], KeyToken[127.0.0.1:8283-149764355752289B]] 06:53:55.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:53:55.854 [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=34398, Token=149764355752289B, 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:53:55.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:53:55.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34398] 06:53:55.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, 127.0.0.1:8280] replace CON-POST MID=34398, Token=149764355752289B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34398, Token=149764355752289B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1358, 127.0.0.1:8280] send response NON-2.05 MID=34398, Token=null, OptionSet={}, "server responds hi" 06:53:55.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, 127.0.0.1:8280, complete]! 06:53:55.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1358, 127.0.0.1:8280, complete] completed NON-2.04 MID=34398, Token=149764355752289B, 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:53:55.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:53:55.855 [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=34398, Token=149764355752289B, 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:53:55.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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-34398] 06:53:55.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357, 127.0.0.1:8283, complete]! 06:53:55.855 [: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-149764355752289B] 06:53:55.855 [: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-34398] 06:53:55.855 [: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=34398, Token=149764355752289B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34398, Token=149764355752289B, 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:53:55.855 [: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:53:55.855 [: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:53:55.856 [: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:53:55.856 [: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-34399], CON-POST MID=34399, 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:53:55.856 [: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-FC8943938410F69C], CON-POST MID=34399, Token=FC8943938410F69C, 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:53:55.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-34399], KeyToken[127.0.0.1:8283-FC8943938410F69C]] 06:53:55.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:8283 06:53:55.856 [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=34399, Token=FC8943938410F69C, 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:53:55.856 [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:53:55.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34399] 06:53:55.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360, 127.0.0.1:8280] replace CON-POST MID=34399, Token=FC8943938410F69C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34399, Token=FC8943938410F69C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1360, 127.0.0.1:8280] send response NON-2.05 MID=34399, Token=null, OptionSet={}, "server responds hi" 06:53:55.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360, 127.0.0.1:8280, complete]! 06:53:55.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1360, 127.0.0.1:8280, complete] completed NON-2.04 MID=34399, Token=FC8943938410F69C, 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:53:55.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:53:55.858 [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=34399, Token=FC8943938410F69C, 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:53:55.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:53:55.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:8283-34399] 06:53:55.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359, 127.0.0.1:8283, complete]! 06:53:55.858 [: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-FC8943938410F69C] 06:53:55.858 [: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-34399] 06:53:55.858 [: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=34399, Token=FC8943938410F69C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34399, Token=FC8943938410F69C, 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:53:55.859 [: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:53:55.859 [: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:53:55.859 [: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:53:55.859 [: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-34400], CON-POST MID=34400, 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:53:55.859 [: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-547F4852A83AB14F], CON-POST MID=34400, Token=547F4852A83AB14F, 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:53:55.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-34400], KeyToken[127.0.0.1:8283-547F4852A83AB14F]] 06:53:55.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:53:55.860 [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=34400, Token=547F4852A83AB14F, 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:53:55.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:53:55.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34400] 06:53:55.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362, 127.0.0.1:8280] replace CON-POST MID=34400, Token=547F4852A83AB14F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34400, Token=547F4852A83AB14F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1362, 127.0.0.1:8280] send response NON-2.05 MID=34400, Token=null, OptionSet={}, "server responds hi" 06:53:55.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362, 127.0.0.1:8280, complete]! 06:53:55.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1362, 127.0.0.1:8280, complete] completed NON-2.04 MID=34400, Token=547F4852A83AB14F, 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:53:55.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:53:55.861 [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=34400, Token=547F4852A83AB14F, 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:53:55.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:53:55.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-34400] 06:53:55.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361, 127.0.0.1:8283, complete]! 06:53:55.861 [: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-547F4852A83AB14F] 06:53:55.861 [: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-34400] 06:53:55.861 [: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=34400, Token=547F4852A83AB14F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34400, Token=547F4852A83AB14F, 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:53:55.862 [: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:53:55.862 [: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:53:55.862 [: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:53:55.862 [: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-34401], CON-POST MID=34401, 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:53:55.862 [: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-F09E1326E732ED3C], CON-POST MID=34401, Token=F09E1326E732ED3C, 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:53:55.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-34401], KeyToken[127.0.0.1:8283-F09E1326E732ED3C]] 06:53:55.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:53:55.863 [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=34401, Token=F09E1326E732ED3C, 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:53:55.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:53:55.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34401] 06:53:55.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, 127.0.0.1:8280] replace CON-POST MID=34401, Token=F09E1326E732ED3C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34401, Token=F09E1326E732ED3C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1364, 127.0.0.1:8280] send response NON-2.05 MID=34401, Token=null, OptionSet={}, "server responds hi" 06:53:55.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, 127.0.0.1:8280, complete]! 06:53:55.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1364, 127.0.0.1:8280, complete] completed NON-2.04 MID=34401, Token=F09E1326E732ED3C, 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:53:55.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:53:55.864 [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=34401, Token=F09E1326E732ED3C, 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:53:55.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:53:55.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-34401] 06:53:55.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363, 127.0.0.1:8283, complete]! 06:53:55.864 [: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-F09E1326E732ED3C] 06:53:55.865 [: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-34401] 06:53:55.865 [: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=34401, Token=F09E1326E732ED3C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34401, Token=F09E1326E732ED3C, 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:53:55.865 [: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:53:55.865 [: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:53:55.865 [: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:53:55.865 [: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-34402], CON-POST MID=34402, 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:53:55.865 [: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-BC60ABCB57EA6FD5], CON-POST MID=34402, Token=BC60ABCB57EA6FD5, 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:53:55.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34402], KeyToken[127.0.0.1:8283-BC60ABCB57EA6FD5]] 06:53:55.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:8283 06:53:55.866 [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=34402, Token=BC60ABCB57EA6FD5, 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:53:55.866 [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:53:55.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34402] 06:53:55.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, 127.0.0.1:8280] replace CON-POST MID=34402, Token=BC60ABCB57EA6FD5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34402, Token=BC60ABCB57EA6FD5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1366, 127.0.0.1:8280] send response NON-2.05 MID=34402, Token=null, OptionSet={}, "server responds hi" 06:53:55.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, 127.0.0.1:8280, complete]! 06:53:55.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1366, 127.0.0.1:8280, complete] completed NON-2.04 MID=34402, Token=BC60ABCB57EA6FD5, 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:53:55.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:8280 06:53:55.866 [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=34402, Token=BC60ABCB57EA6FD5, 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:53:55.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34402] 06:53:55.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365, 127.0.0.1:8283, complete]! 06:53:55.867 [: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-BC60ABCB57EA6FD5] 06:53:55.867 [: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-34402] 06:53:55.867 [: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=34402, Token=BC60ABCB57EA6FD5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34402, Token=BC60ABCB57EA6FD5, 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:53:55.867 [: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:53:55.867 [: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:53:55.867 [: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:53:55.867 [: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-34403], CON-POST MID=34403, 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:53:55.867 [: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-E04B674C6E8664A7], CON-POST MID=34403, Token=E04B674C6E8664A7, 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:53:55.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34403], KeyToken[127.0.0.1:8283-E04B674C6E8664A7]] 06:53:55.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:8283 06:53:55.868 [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=34403, Token=E04B674C6E8664A7, 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:53:55.868 [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:53:55.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34403] 06:53:55.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, 127.0.0.1:8280] replace CON-POST MID=34403, Token=E04B674C6E8664A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34403, Token=E04B674C6E8664A7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1368, 127.0.0.1:8280] send response NON-2.05 MID=34403, Token=null, OptionSet={}, "server responds hi" 06:53:55.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, 127.0.0.1:8280, complete]! 06:53:55.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1368, 127.0.0.1:8280, complete] completed NON-2.04 MID=34403, Token=E04B674C6E8664A7, 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:53:55.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:8280 06:53:55.869 [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=34403, Token=E04B674C6E8664A7, 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:53:55.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34403] 06:53:55.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367, 127.0.0.1:8283, complete]! 06:53:55.869 [: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-E04B674C6E8664A7] 06:53:55.869 [: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-34403] 06:53:55.869 [: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=34403, Token=E04B674C6E8664A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34403, Token=E04B674C6E8664A7, 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:53:55.869 [: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:53:55.869 [: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:53:55.870 [: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:53:55.870 [: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-34404], CON-POST MID=34404, 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:53:55.870 [: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-EC547D1EA3FDF8F3], CON-POST MID=34404, Token=EC547D1EA3FDF8F3, 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:53:55.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34404], KeyToken[127.0.0.1:8283-EC547D1EA3FDF8F3]] 06:53:55.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:8283 06:53:55.870 [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=34404, Token=EC547D1EA3FDF8F3, 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:53:55.870 [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:53:55.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34404] 06:53:55.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, 127.0.0.1:8280] replace CON-POST MID=34404, Token=EC547D1EA3FDF8F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34404, Token=EC547D1EA3FDF8F3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1370, 127.0.0.1:8280] send response NON-2.05 MID=34404, Token=null, OptionSet={}, "server responds hi" 06:53:55.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, 127.0.0.1:8280, complete]! 06:53:55.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1370, 127.0.0.1:8280, complete] completed NON-2.04 MID=34404, Token=EC547D1EA3FDF8F3, 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:53:55.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:8280 06:53:55.871 [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=34404, Token=EC547D1EA3FDF8F3, 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:53:55.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34404] 06:53:55.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369, 127.0.0.1:8283, complete]! 06:53:55.872 [: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-EC547D1EA3FDF8F3] 06:53:55.872 [: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-34404] 06:53:55.872 [: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=34404, Token=EC547D1EA3FDF8F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34404, Token=EC547D1EA3FDF8F3, 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:53:55.872 [: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:53:55.872 [: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:53:55.872 [: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:53:55.872 [: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-34405], CON-POST MID=34405, 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:53:55.872 [: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-D0CEB070BAF1E769], CON-POST MID=34405, Token=D0CEB070BAF1E769, 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:53:55.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34405], KeyToken[127.0.0.1:8283-D0CEB070BAF1E769]] 06:53:55.872 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.873 [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=34405, Token=D0CEB070BAF1E769, 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:53:55.873 [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:53:55.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34405] 06:53:55.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, 127.0.0.1:8280] replace CON-POST MID=34405, Token=D0CEB070BAF1E769, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34405, Token=D0CEB070BAF1E769, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1372, 127.0.0.1:8280] send response NON-2.05 MID=34405, Token=null, OptionSet={}, "server responds hi" 06:53:55.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, 127.0.0.1:8280, complete]! 06:53:55.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1372, 127.0.0.1:8280, complete] completed NON-2.04 MID=34405, Token=D0CEB070BAF1E769, 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:53:55.873 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.874 [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=34405, Token=D0CEB070BAF1E769, 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:53:55.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34405] 06:53:55.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8283, complete]! 06:53:55.874 [: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-D0CEB070BAF1E769] 06:53:55.874 [: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-34405] 06:53:55.874 [: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=34405, Token=D0CEB070BAF1E769, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34405, Token=D0CEB070BAF1E769, 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:53:55.874 [: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:53:55.874 [: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:53:55.874 [: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:53:55.875 [: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-34406], CON-POST MID=34406, 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:53:55.875 [: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-A4CFCAB04F42FDAF], CON-POST MID=34406, Token=A4CFCAB04F42FDAF, 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:53:55.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34406], KeyToken[127.0.0.1:8283-A4CFCAB04F42FDAF]] 06:53:55.875 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.875 [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=34406, Token=A4CFCAB04F42FDAF, 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:53:55.875 [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:53:55.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34406] 06:53:55.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, 127.0.0.1:8280] replace CON-POST MID=34406, Token=A4CFCAB04F42FDAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34406, Token=A4CFCAB04F42FDAF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1374, 127.0.0.1:8280] send response NON-2.05 MID=34406, Token=null, OptionSet={}, "server responds hi" 06:53:55.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, 127.0.0.1:8280, complete]! 06:53:55.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1374, 127.0.0.1:8280, complete] completed NON-2.04 MID=34406, Token=A4CFCAB04F42FDAF, 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:53:55.876 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.876 [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=34406, Token=A4CFCAB04F42FDAF, 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:53:55.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34406] 06:53:55.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1373, 127.0.0.1:8283, complete]! 06:53:55.877 [: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-A4CFCAB04F42FDAF] 06:53:55.877 [: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-34406] 06:53:55.877 [: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=34406, Token=A4CFCAB04F42FDAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34406, Token=A4CFCAB04F42FDAF, 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:53:55.877 [: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:53:55.877 [: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:53:55.877 [: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:53:55.877 [: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-34407], CON-POST MID=34407, 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:53:55.877 [: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-942774383DD6B553], CON-POST MID=34407, Token=942774383DD6B553, 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:53:55.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34407], KeyToken[127.0.0.1:8283-942774383DD6B553]] 06:53:55.878 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.878 [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=34407, Token=942774383DD6B553, 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:53:55.878 [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:53:55.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34407] 06:53:55.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, 127.0.0.1:8280] replace CON-POST MID=34407, Token=942774383DD6B553, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34407, Token=942774383DD6B553, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1376, 127.0.0.1:8280] send response NON-2.05 MID=34407, Token=null, OptionSet={}, "server responds hi" 06:53:55.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, 127.0.0.1:8280, complete]! 06:53:55.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1376, 127.0.0.1:8280, complete] completed NON-2.04 MID=34407, Token=942774383DD6B553, 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:53:55.879 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.879 [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=34407, Token=942774383DD6B553, 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:53:55.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34407] 06:53:55.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1375, 127.0.0.1:8283, complete]! 06:53:55.879 [: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-942774383DD6B553] 06:53:55.879 [: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-34407] 06:53:55.879 [: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=34407, Token=942774383DD6B553, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34407, Token=942774383DD6B553, 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:53:55.880 [: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:53:55.880 [: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:53:55.880 [: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:53:55.880 [: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-34408], CON-POST MID=34408, 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:53:55.880 [: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-B8B910B813E1590A], CON-POST MID=34408, Token=B8B910B813E1590A, 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:53:55.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34408], KeyToken[127.0.0.1:8283-B8B910B813E1590A]] 06:53:55.880 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.881 [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=34408, Token=B8B910B813E1590A, 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:53:55.881 [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:53:55.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34408] 06:53:55.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, 127.0.0.1:8280] replace CON-POST MID=34408, Token=B8B910B813E1590A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34408, Token=B8B910B813E1590A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1378, 127.0.0.1:8280] send response NON-2.05 MID=34408, Token=null, OptionSet={}, "server responds hi" 06:53:55.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, 127.0.0.1:8280, complete]! 06:53:55.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1378, 127.0.0.1:8280, complete] completed NON-2.04 MID=34408, Token=B8B910B813E1590A, 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:53:55.881 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.882 [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=34408, Token=B8B910B813E1590A, 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:53:55.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34408] 06:53:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1377, 127.0.0.1:8283, complete]! 06:53:55.882 [: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-B8B910B813E1590A] 06:53:55.882 [: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-34408] 06:53:55.882 [: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=34408, Token=B8B910B813E1590A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34408, Token=B8B910B813E1590A, 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:53:55.882 [: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:53:55.882 [: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:53:55.883 [: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:53:55.883 [: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-34409], CON-POST MID=34409, 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:53:55.883 [: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-F099943E3E578822], CON-POST MID=34409, Token=F099943E3E578822, 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:53:55.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34409], KeyToken[127.0.0.1:8283-F099943E3E578822]] 06:53:55.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.883 [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=34409, Token=F099943E3E578822, 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:53:55.883 [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:53:55.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34409] 06:53:55.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, 127.0.0.1:8280] replace CON-POST MID=34409, Token=F099943E3E578822, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34409, Token=F099943E3E578822, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1380, 127.0.0.1:8280] send response NON-2.05 MID=34409, Token=null, OptionSet={}, "server responds hi" 06:53:55.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, 127.0.0.1:8280, complete]! 06:53:55.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1380, 127.0.0.1:8280, complete] completed NON-2.04 MID=34409, Token=F099943E3E578822, 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:53:55.884 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.884 [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=34409, Token=F099943E3E578822, 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:53:55.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34409] 06:53:55.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1379, 127.0.0.1:8283, complete]! 06:53:55.884 [: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-F099943E3E578822] 06:53:55.884 [: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-34409] 06:53:55.884 [: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=34409, Token=F099943E3E578822, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34409, Token=F099943E3E578822, 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:53:55.885 [: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:53:55.885 [: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:53:55.885 [: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:53:55.885 [: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-34410], CON-POST MID=34410, 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:53:55.885 [: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-64E23C70D0FF4BD1], CON-POST MID=34410, Token=64E23C70D0FF4BD1, 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:53:55.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34410], KeyToken[127.0.0.1:8283-64E23C70D0FF4BD1]] 06:53:55.885 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.885 [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=34410, Token=64E23C70D0FF4BD1, 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:53:55.885 [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:53:55.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34410] 06:53:55.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, 127.0.0.1:8280] replace CON-POST MID=34410, Token=64E23C70D0FF4BD1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34410, Token=64E23C70D0FF4BD1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1382, 127.0.0.1:8280] send response NON-2.05 MID=34410, Token=null, OptionSet={}, "server responds hi" 06:53:55.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, 127.0.0.1:8280, complete]! 06:53:55.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1382, 127.0.0.1:8280, complete] completed NON-2.04 MID=34410, Token=64E23C70D0FF4BD1, 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:53:55.886 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.886 [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=34410, Token=64E23C70D0FF4BD1, 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:53:55.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34410] 06:53:55.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1381, 127.0.0.1:8283, complete]! 06:53:55.887 [: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-64E23C70D0FF4BD1] 06:53:55.887 [: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-34410] 06:53:55.887 [: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=34410, Token=64E23C70D0FF4BD1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34410, Token=64E23C70D0FF4BD1, 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:53:55.887 [: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:53:55.887 [: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:53:55.887 [: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:53:55.887 [: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-34411], CON-POST MID=34411, 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:53:55.887 [: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-98007B919518E4C6], CON-POST MID=34411, Token=98007B919518E4C6, 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:53:55.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34411], KeyToken[127.0.0.1:8283-98007B919518E4C6]] 06:53:55.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.941 [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=34411, Token=98007B919518E4C6, 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:53:55.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:53:55.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34411] 06:53:55.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, 127.0.0.1:8280] replace CON-POST MID=34411, Token=98007B919518E4C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34411, Token=98007B919518E4C6, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1384, 127.0.0.1:8280] send response NON-2.05 MID=34411, Token=null, OptionSet={}, "server responds hi" 06:53:55.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, 127.0.0.1:8280, complete]! 06:53:55.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1384, 127.0.0.1:8280, complete] completed NON-2.04 MID=34411, Token=98007B919518E4C6, 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:53:55.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:53:55.943 [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=34411, Token=98007B919518E4C6, 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:53:55.943 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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-34411] 06:53:55.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8283, complete]! 06:53:55.943 [: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-98007B919518E4C6] 06:53:55.943 [: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-34411] 06:53:55.943 [: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=34411, Token=98007B919518E4C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34411, Token=98007B919518E4C6, 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:53:55.943 [: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:53:55.943 [: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:53:55.944 [: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:53:55.944 [: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-34412], CON-POST MID=34412, 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:53:55.944 [: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-8C0FA43FEED11A12], CON-POST MID=34412, Token=8C0FA43FEED11A12, 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:53:55.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-34412], KeyToken[127.0.0.1:8283-8C0FA43FEED11A12]] 06:53:55.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:53:55.944 [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=34412, Token=8C0FA43FEED11A12, 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:53:55.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:53:55.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34412] 06:53:55.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, 127.0.0.1:8280] replace CON-POST MID=34412, Token=8C0FA43FEED11A12, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34412, Token=8C0FA43FEED11A12, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1386, 127.0.0.1:8280] send response NON-2.05 MID=34412, Token=null, OptionSet={}, "server responds hi" 06:53:55.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, 127.0.0.1:8280, complete]! 06:53:55.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1386, 127.0.0.1:8280, complete] completed NON-2.04 MID=34412, Token=8C0FA43FEED11A12, 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:53:55.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:53:55.945 [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=34412, Token=8C0FA43FEED11A12, 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:53:55.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:53:55.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-34412] 06:53:55.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1385, 127.0.0.1:8283, complete]! 06:53:55.946 [: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-8C0FA43FEED11A12] 06:53:55.946 [: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-34412] 06:53:55.946 [: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=34412, Token=8C0FA43FEED11A12, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34412, Token=8C0FA43FEED11A12, 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:53:55.946 [: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:53:55.946 [: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:53:55.946 [: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:53:55.946 [: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-34413], CON-POST MID=34413, 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:53:55.946 [: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-4C5E5634ABE1257A], CON-POST MID=34413, Token=4C5E5634ABE1257A, 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:53:55.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-34413], KeyToken[127.0.0.1:8283-4C5E5634ABE1257A]] 06:53:55.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:53:55.947 [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=34413, Token=4C5E5634ABE1257A, 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:53:55.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:53:55.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34413] 06:53:55.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1388, 127.0.0.1:8280] replace CON-POST MID=34413, Token=4C5E5634ABE1257A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34413, Token=4C5E5634ABE1257A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1388, 127.0.0.1:8280] send response NON-2.05 MID=34413, Token=null, OptionSet={}, "server responds hi" 06:53:55.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1388, 127.0.0.1:8280, complete]! 06:53:55.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1388, 127.0.0.1:8280, complete] completed NON-2.04 MID=34413, Token=4C5E5634ABE1257A, 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:53:55.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:53:55.948 [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=34413, Token=4C5E5634ABE1257A, 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:53:55.948 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34413] 06:53:55.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1387, 127.0.0.1:8283, complete]! 06:53:55.948 [: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-4C5E5634ABE1257A] 06:53:55.948 [: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-34413] 06:53:55.948 [: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=34413, Token=4C5E5634ABE1257A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34413, Token=4C5E5634ABE1257A, 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:53:55.948 [: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:53:55.949 [: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:53:55.949 [: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:53:55.949 [: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-34414], CON-POST MID=34414, 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:53:55.949 [: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-44E3A5930F6D0CDA], CON-POST MID=34414, Token=44E3A5930F6D0CDA, 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:53:55.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-34414], KeyToken[127.0.0.1:8283-44E3A5930F6D0CDA]] 06:53:55.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:53:55.949 [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=34414, Token=44E3A5930F6D0CDA, 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:53:55.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:53:55.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34414] 06:53:55.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, 127.0.0.1:8280] replace CON-POST MID=34414, Token=44E3A5930F6D0CDA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34414, Token=44E3A5930F6D0CDA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1390, 127.0.0.1:8280] send response NON-2.05 MID=34414, Token=null, OptionSet={}, "server responds hi" 06:53:55.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, 127.0.0.1:8280, complete]! 06:53:55.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1390, 127.0.0.1:8280, complete] completed NON-2.04 MID=34414, Token=44E3A5930F6D0CDA, 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:53:55.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:53:55.950 [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=34414, Token=44E3A5930F6D0CDA, 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:53:55.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:53:55.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-34414] 06:53:55.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1389, 127.0.0.1:8283, complete]! 06:53:55.951 [: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-44E3A5930F6D0CDA] 06:53:55.951 [: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-34414] 06:53:55.951 [: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=34414, Token=44E3A5930F6D0CDA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34414, Token=44E3A5930F6D0CDA, 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:53:55.951 [: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:53:55.951 [: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:53:55.951 [: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:53:55.951 [: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-34415], CON-POST MID=34415, 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:53:55.951 [: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-F0BA41E7284E0083], CON-POST MID=34415, Token=F0BA41E7284E0083, 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:53:55.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-34415], KeyToken[127.0.0.1:8283-F0BA41E7284E0083]] 06:53:55.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:53:55.952 [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=34415, Token=F0BA41E7284E0083, 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:53:55.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:53:55.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34415] 06:53:55.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, 127.0.0.1:8280] replace CON-POST MID=34415, Token=F0BA41E7284E0083, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34415, Token=F0BA41E7284E0083, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1392, 127.0.0.1:8280] send response NON-2.05 MID=34415, Token=null, OptionSet={}, "server responds hi" 06:53:55.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, 127.0.0.1:8280, complete]! 06:53:55.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1392, 127.0.0.1:8280, complete] completed NON-2.04 MID=34415, Token=F0BA41E7284E0083, 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:53:55.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:53:55.953 [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=34415, Token=F0BA41E7284E0083, 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:53:55.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:53:55.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-34415] 06:53:55.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1391, 127.0.0.1:8283, complete]! 06:53:55.953 [: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-F0BA41E7284E0083] 06:53:55.953 [: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-34415] 06:53:55.953 [: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=34415, Token=F0BA41E7284E0083, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34415, Token=F0BA41E7284E0083, 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:53:55.953 [: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:53:55.954 [: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:53:55.954 [: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:53:55.954 [: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-34416], CON-POST MID=34416, 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:53:55.954 [: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-087A55E9A02F8A34], CON-POST MID=34416, Token=087A55E9A02F8A34, 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:53:55.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-34416], KeyToken[127.0.0.1:8283-087A55E9A02F8A34]] 06:53:55.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:53:55.954 [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=34416, Token=087A55E9A02F8A34, 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:53:55.954 [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:53:55.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34416] 06:53:55.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1394, 127.0.0.1:8280] replace CON-POST MID=34416, Token=087A55E9A02F8A34, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34416, Token=087A55E9A02F8A34, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1394, 127.0.0.1:8280] send response NON-2.05 MID=34416, Token=null, OptionSet={}, "server responds hi" 06:53:55.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1394, 127.0.0.1:8280, complete]! 06:53:55.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1394, 127.0.0.1:8280, complete] completed NON-2.04 MID=34416, Token=087A55E9A02F8A34, 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:53:55.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:53:55.955 [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=34416, Token=087A55E9A02F8A34, 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:53:55.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:53:55.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-34416] 06:53:55.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1393, 127.0.0.1:8283, complete]! 06:53:55.956 [: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-087A55E9A02F8A34] 06:53:55.956 [: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-34416] 06:53:55.956 [: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=34416, Token=087A55E9A02F8A34, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34416, Token=087A55E9A02F8A34, 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:53:55.956 [: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:53:55.956 [: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:53:55.957 [: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:53:55.957 [: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-34417], CON-POST MID=34417, 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:53:55.957 [: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-9CA574C935E2FFB8], CON-POST MID=34417, Token=9CA574C935E2FFB8, 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:53:55.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-34417], KeyToken[127.0.0.1:8283-9CA574C935E2FFB8]] 06:53:55.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:53:55.957 [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=34417, Token=9CA574C935E2FFB8, 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:53:55.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:53:55.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34417] 06:53:55.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396, 127.0.0.1:8280] replace CON-POST MID=34417, Token=9CA574C935E2FFB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34417, Token=9CA574C935E2FFB8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1396, 127.0.0.1:8280] send response NON-2.05 MID=34417, Token=null, OptionSet={}, "server responds hi" 06:53:55.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396, 127.0.0.1:8280, complete]! 06:53:55.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1396, 127.0.0.1:8280, complete] completed NON-2.04 MID=34417, Token=9CA574C935E2FFB8, 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:53:55.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:8280 06:53:55.958 [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=34417, Token=9CA574C935E2FFB8, 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:53:55.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34417] 06:53:55.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1395, 127.0.0.1:8283, complete]! 06:53:55.959 [: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-9CA574C935E2FFB8] 06:53:55.959 [: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-34417] 06:53:55.959 [: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=34417, Token=9CA574C935E2FFB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34417, Token=9CA574C935E2FFB8, 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:53:55.959 [: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:53:55.959 [: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:53:55.959 [: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:53:55.959 [: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-34418], CON-POST MID=34418, 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:53:55.960 [: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-B4C484EA9BBF13A1], CON-POST MID=34418, Token=B4C484EA9BBF13A1, 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:53:55.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-34418], KeyToken[127.0.0.1:8283-B4C484EA9BBF13A1]] 06:53:55.960 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.960 [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=34418, Token=B4C484EA9BBF13A1, 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:53:55.960 [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:53:55.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34418] 06:53:55.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398, 127.0.0.1:8280] replace CON-POST MID=34418, Token=B4C484EA9BBF13A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34418, Token=B4C484EA9BBF13A1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1398, 127.0.0.1:8280] send response NON-2.05 MID=34418, Token=null, OptionSet={}, "server responds hi" 06:53:55.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398, 127.0.0.1:8280, complete]! 06:53:55.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1398, 127.0.0.1:8280, complete] completed NON-2.04 MID=34418, Token=B4C484EA9BBF13A1, 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:53:55.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:53:55.961 [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=34418, Token=B4C484EA9BBF13A1, 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:53:55.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:53:55.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-34418] 06:53:55.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1397, 127.0.0.1:8283, complete]! 06:53:55.961 [: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-B4C484EA9BBF13A1] 06:53:55.962 [: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-34418] 06:53:55.962 [: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=34418, Token=B4C484EA9BBF13A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34418, Token=B4C484EA9BBF13A1, 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:53:55.962 [: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:53:55.962 [: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:53:55.962 [: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:53:55.962 [: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-34419], CON-POST MID=34419, 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:53:55.962 [: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-3CD0A6C50C0D9F7F], CON-POST MID=34419, Token=3CD0A6C50C0D9F7F, 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:53:55.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-34419], KeyToken[127.0.0.1:8283-3CD0A6C50C0D9F7F]] 06:53:55.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:53:55.963 [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=34419, Token=3CD0A6C50C0D9F7F, 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:53:55.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:53:55.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34419] 06:53:55.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400, 127.0.0.1:8280] replace CON-POST MID=34419, Token=3CD0A6C50C0D9F7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34419, Token=3CD0A6C50C0D9F7F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1400, 127.0.0.1:8280] send response NON-2.05 MID=34419, Token=null, OptionSet={}, "server responds hi" 06:53:55.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400, 127.0.0.1:8280, complete]! 06:53:55.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1400, 127.0.0.1:8280, complete] completed NON-2.04 MID=34419, Token=3CD0A6C50C0D9F7F, 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:53:55.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:53:55.964 [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=34419, Token=3CD0A6C50C0D9F7F, 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:53:55.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34419] 06:53:55.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1399, 127.0.0.1:8283, complete]! 06:53:55.964 [: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-3CD0A6C50C0D9F7F] 06:53:55.965 [: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-34419] 06:53:55.965 [: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=34419, Token=3CD0A6C50C0D9F7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34419, Token=3CD0A6C50C0D9F7F, 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:53:55.965 [: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:53:55.965 [: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:53:55.965 [: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:53:55.965 [: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-34420], CON-POST MID=34420, 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:53:55.965 [: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-18D07C2105375C6F], CON-POST MID=34420, Token=18D07C2105375C6F, 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:53:55.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34420], KeyToken[127.0.0.1:8283-18D07C2105375C6F]] 06:53:55.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 40 bytes to 127.0.0.1:8283 06:53:55.966 [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=34420, Token=18D07C2105375C6F, 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:53:55.966 [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:53:55.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34420] 06:53:55.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8280] replace CON-POST MID=34420, Token=18D07C2105375C6F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34420, Token=18D07C2105375C6F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1402, 127.0.0.1:8280] send response NON-2.05 MID=34420, Token=null, OptionSet={}, "server responds hi" 06:53:55.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8280, complete]! 06:53:55.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1402, 127.0.0.1:8280, complete] completed NON-2.04 MID=34420, Token=18D07C2105375C6F, 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:53:55.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:8280 06:53:55.967 [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=34420, Token=18D07C2105375C6F, 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:53:55.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34420] 06:53:55.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1401, 127.0.0.1:8283, complete]! 06:53:55.967 [: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-18D07C2105375C6F] 06:53:55.967 [: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-34420] 06:53:55.967 [: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=34420, Token=18D07C2105375C6F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34420, Token=18D07C2105375C6F, 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:53:55.967 [: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:53:55.967 [: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:53:55.968 [: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:53:55.968 [: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-34421], CON-POST MID=34421, 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:53:55.968 [: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-38B7BC818BAB0D06], CON-POST MID=34421, Token=38B7BC818BAB0D06, 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:53:55.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34421], KeyToken[127.0.0.1:8283-38B7BC818BAB0D06]] 06:53:55.968 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.968 [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=34421, Token=38B7BC818BAB0D06, 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:53:55.968 [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:53:55.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34421] 06:53:55.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8280] replace CON-POST MID=34421, Token=38B7BC818BAB0D06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34421, Token=38B7BC818BAB0D06, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1404, 127.0.0.1:8280] send response NON-2.05 MID=34421, Token=null, OptionSet={}, "server responds hi" 06:53:55.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8280, complete]! 06:53:55.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1404, 127.0.0.1:8280, complete] completed NON-2.04 MID=34421, Token=38B7BC818BAB0D06, 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:53:55.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:8280 06:53:55.970 [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=34421, Token=38B7BC818BAB0D06, 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:53:55.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34421] 06:53:55.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403, 127.0.0.1:8283, complete]! 06:53:55.970 [: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-38B7BC818BAB0D06] 06:53:55.970 [: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-34421] 06:53:55.970 [: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=34421, Token=38B7BC818BAB0D06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34421, Token=38B7BC818BAB0D06, 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:53:55.970 [: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:53:55.970 [: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:53:55.971 [: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:53:55.971 [: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-34422], CON-POST MID=34422, 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:53:55.971 [: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-0C90A63740B3577E], CON-POST MID=34422, Token=0C90A63740B3577E, 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:53:55.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34422], KeyToken[127.0.0.1:8283-0C90A63740B3577E]] 06:53:55.971 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.971 [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=34422, Token=0C90A63740B3577E, 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:53:55.971 [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:53:55.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34422] 06:53:55.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406, 127.0.0.1:8280] replace CON-POST MID=34422, Token=0C90A63740B3577E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34422, Token=0C90A63740B3577E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1406, 127.0.0.1:8280] send response NON-2.05 MID=34422, Token=null, OptionSet={}, "server responds hi" 06:53:55.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406, 127.0.0.1:8280, complete]! 06:53:55.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1406, 127.0.0.1:8280, complete] completed NON-2.04 MID=34422, Token=0C90A63740B3577E, 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:53:55.972 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.972 [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=34422, Token=0C90A63740B3577E, 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:53:55.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34422] 06:53:55.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405, 127.0.0.1:8283, complete]! 06:53:55.973 [: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-0C90A63740B3577E] 06:53:55.973 [: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-34422] 06:53:55.973 [: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=34422, Token=0C90A63740B3577E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34422, Token=0C90A63740B3577E, 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:53:55.973 [: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:53:55.973 [: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:53:55.973 [: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:53:55.973 [: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-34423], CON-POST MID=34423, 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:53:55.974 [: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-849D4E7DCF9D5733], CON-POST MID=34423, Token=849D4E7DCF9D5733, 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:53:55.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34423], KeyToken[127.0.0.1:8283-849D4E7DCF9D5733]] 06:53:55.974 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.974 [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=34423, Token=849D4E7DCF9D5733, 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:53:55.974 [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:53:55.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34423] 06:53:55.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8280] replace CON-POST MID=34423, Token=849D4E7DCF9D5733, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34423, Token=849D4E7DCF9D5733, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1408, 127.0.0.1:8280] send response NON-2.05 MID=34423, Token=null, OptionSet={}, "server responds hi" 06:53:55.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8280, complete]! 06:53:55.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1408, 127.0.0.1:8280, complete] completed NON-2.04 MID=34423, Token=849D4E7DCF9D5733, 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:53:55.975 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.975 [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=34423, Token=849D4E7DCF9D5733, 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:53:55.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.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:8283-34423] 06:53:55.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8283, complete]! 06:53:55.975 [: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-849D4E7DCF9D5733] 06:53:55.975 [: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-34423] 06:53:55.975 [: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=34423, Token=849D4E7DCF9D5733, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34423, Token=849D4E7DCF9D5733, 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:53:55.976 [: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:53:55.976 [: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:53:55.976 [: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:53:55.976 [: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-34424], CON-POST MID=34424, 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:53:55.976 [: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-381629D0105004EF], CON-POST MID=34424, Token=381629D0105004EF, 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:53:55.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34424], KeyToken[127.0.0.1:8283-381629D0105004EF]] 06:53:55.976 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.976 [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=34424, Token=381629D0105004EF, 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:53:55.976 [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:53:55.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34424] 06:53:55.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8280] replace CON-POST MID=34424, Token=381629D0105004EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34424, Token=381629D0105004EF, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1410, 127.0.0.1:8280] send response NON-2.05 MID=34424, Token=null, OptionSet={}, "server responds hi" 06:53:55.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8280, complete]! 06:53:55.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1410, 127.0.0.1:8280, complete] completed NON-2.04 MID=34424, Token=381629D0105004EF, 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:53:55.977 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.977 [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=34424, Token=381629D0105004EF, 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:53:55.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34424] 06:53:55.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.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:53:55.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1409, 127.0.0.1:8283, complete]! 06:53:55.978 [: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-381629D0105004EF] 06:53:55.978 [: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-34424] 06:53:55.978 [: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=34424, Token=381629D0105004EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34424, Token=381629D0105004EF, 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:53:55.978 [: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:53:55.978 [: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:53:55.978 [: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:53:55.978 [: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-34425], CON-POST MID=34425, 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:53:55.978 [: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-48FAB94356EFE451], CON-POST MID=34425, Token=48FAB94356EFE451, 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:53:55.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34425], KeyToken[127.0.0.1:8283-48FAB94356EFE451]] 06:53:55.978 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:53:55.979 [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=34425, Token=48FAB94356EFE451, 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:53:55.979 [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:53:55.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34425] 06:53:55.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8280] replace CON-POST MID=34425, Token=48FAB94356EFE451, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34425, Token=48FAB94356EFE451, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1412, 127.0.0.1:8280] send response NON-2.05 MID=34425, Token=null, OptionSet={}, "server responds hi" 06:53:55.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8280, complete]! 06:53:55.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1412, 127.0.0.1:8280, complete] completed NON-2.04 MID=34425, Token=48FAB94356EFE451, 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:53:55.979 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.980 [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=34425, Token=48FAB94356EFE451, 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:53:55.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34425] 06:53:55.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8283, complete]! 06:53:55.980 [: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-48FAB94356EFE451] 06:53:55.980 [: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-34425] 06:53:55.980 [: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=34425, Token=48FAB94356EFE451, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34425, Token=48FAB94356EFE451, 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:53:55.980 [: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:53:55.980 [: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:53:55.981 [: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:53:55.981 [: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-34426], CON-POST MID=34426, 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:53:55.981 [: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-70A959B80E9F786D], CON-POST MID=34426, Token=70A959B80E9F786D, 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:53:55.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34426], KeyToken[127.0.0.1:8283-70A959B80E9F786D]] 06:53:55.981 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:55.981 [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=34426, Token=70A959B80E9F786D, 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:53:55.981 [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:53:55.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34426] 06:53:55.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8280] replace CON-POST MID=34426, Token=70A959B80E9F786D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34426, Token=70A959B80E9F786D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1414, 127.0.0.1:8280] send response NON-2.05 MID=34426, Token=null, OptionSet={}, "server responds hi" 06:53:55.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8280, complete]! 06:53:55.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1414, 127.0.0.1:8280, complete] completed NON-2.04 MID=34426, Token=70A959B80E9F786D, 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:53:55.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.982 [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=34426, Token=70A959B80E9F786D, 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:53:55.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34426] 06:53:55.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413, 127.0.0.1:8283, complete]! 06:53:55.982 [: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-70A959B80E9F786D] 06:53:55.982 [: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-34426] 06:53:55.982 [: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=34426, Token=70A959B80E9F786D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34426, Token=70A959B80E9F786D, 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:53:55.983 [: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:53:55.983 [: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:53:55.983 [: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:53:55.983 [: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-34427], CON-POST MID=34427, 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:53:55.983 [: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-C4A65CC12442D011], CON-POST MID=34427, Token=C4A65CC12442D011, 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:53:55.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34427], KeyToken[127.0.0.1:8283-C4A65CC12442D011]] 06:53:55.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:55.983 [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=34427, Token=C4A65CC12442D011, 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:53:55.983 [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:53:55.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34427] 06:53:55.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, 127.0.0.1:8280] replace CON-POST MID=34427, Token=C4A65CC12442D011, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34427, Token=C4A65CC12442D011, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1416, 127.0.0.1:8280] send response NON-2.05 MID=34427, Token=null, OptionSet={}, "server responds hi" 06:53:55.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, 127.0.0.1:8280, complete]! 06:53:55.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1416, 127.0.0.1:8280, complete] completed NON-2.04 MID=34427, Token=C4A65CC12442D011, 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:53:55.984 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.984 [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=34427, Token=C4A65CC12442D011, 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:53:55.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34427] 06:53:55.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1415, 127.0.0.1:8283, complete]! 06:53:55.984 [: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-C4A65CC12442D011] 06:53:55.984 [: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-34427] 06:53:55.984 [: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=34427, Token=C4A65CC12442D011, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34427, Token=C4A65CC12442D011, 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:53:55.985 [: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:53:55.985 [: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:53:55.985 [: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:53:55.985 [: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-34428], CON-POST MID=34428, 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:53:55.985 [: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-C01B46A3A4897265], CON-POST MID=34428, Token=C01B46A3A4897265, 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:53:55.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34428], KeyToken[127.0.0.1:8283-C01B46A3A4897265]] 06:53:55.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:55.986 [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=34428, Token=C01B46A3A4897265, 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:53:55.986 [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:53:55.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34428] 06:53:55.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, 127.0.0.1:8280] replace CON-POST MID=34428, Token=C01B46A3A4897265, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34428, Token=C01B46A3A4897265, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1418, 127.0.0.1:8280] send response NON-2.05 MID=34428, Token=null, OptionSet={}, "server responds hi" 06:53:55.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, 127.0.0.1:8280, complete]! 06:53:55.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1418, 127.0.0.1:8280, complete] completed NON-2.04 MID=34428, Token=C01B46A3A4897265, 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:53:55.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.986 [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=34428, Token=C01B46A3A4897265, 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:53:55.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34428] 06:53:55.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8283, complete]! 06:53:55.987 [: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-C01B46A3A4897265] 06:53:55.987 [: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-34428] 06:53:55.987 [: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=34428, Token=C01B46A3A4897265, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34428, Token=C01B46A3A4897265, 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:53:55.987 [: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:53:55.987 [: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:53:55.987 [: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:53:55.987 [: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-34429], CON-POST MID=34429, 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:53:55.987 [: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-EC5293E2490D265E], CON-POST MID=34429, Token=EC5293E2490D265E, 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:53:55.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34429], KeyToken[127.0.0.1:8283-EC5293E2490D265E]] 06:53:55.988 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:55.988 [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=34429, Token=EC5293E2490D265E, 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:53:55.988 [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:53:55.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34429] 06:53:55.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8280] replace CON-POST MID=34429, Token=EC5293E2490D265E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34429, Token=EC5293E2490D265E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1420, 127.0.0.1:8280] send response NON-2.05 MID=34429, Token=null, OptionSet={}, "server responds hi" 06:53:55.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8280, complete]! 06:53:55.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1420, 127.0.0.1:8280, complete] completed NON-2.04 MID=34429, Token=EC5293E2490D265E, 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:53:55.988 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.989 [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=34429, Token=EC5293E2490D265E, 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:53:55.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34429] 06:53:55.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419, 127.0.0.1:8283, complete]! 06:53:55.989 [: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-EC5293E2490D265E] 06:53:55.989 [: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-34429] 06:53:55.989 [: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=34429, Token=EC5293E2490D265E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34429, Token=EC5293E2490D265E, 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:53:55.989 [: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:53:55.989 [: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:53:55.990 [: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:53:55.990 [: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-34430], CON-POST MID=34430, 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:53:55.990 [: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-28F35320807C4565], CON-POST MID=34430, Token=28F35320807C4565, 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:53:55.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34430], KeyToken[127.0.0.1:8283-28F35320807C4565]] 06:53:55.990 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:55.990 [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=34430, Token=28F35320807C4565, 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:53:55.990 [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:53:55.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34430] 06:53:55.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, 127.0.0.1:8280] replace CON-POST MID=34430, Token=28F35320807C4565, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34430, Token=28F35320807C4565, OptionSet={"Object-Security":0x}, "client says hi" 06:53:55.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1422, 127.0.0.1:8280] send response NON-2.05 MID=34430, Token=null, OptionSet={}, "server responds hi" 06:53:55.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, 127.0.0.1:8280, complete]! 06:53:55.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1422, 127.0.0.1:8280, complete] completed NON-2.04 MID=34430, Token=28F35320807C4565, 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:53:55.991 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:55.991 [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=34430, Token=28F35320807C4565, 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:53:55.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34430] 06:53:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8283, complete]! 06:53:55.991 [: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-28F35320807C4565] 06:53:55.991 [: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-34430] 06:53:55.991 [: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=34430, Token=28F35320807C4565, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34430, Token=28F35320807C4565, 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:53:56.041 [: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:53:56.041 [: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:53:56.041 [: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:53:56.041 [: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-34431], CON-POST MID=34431, 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:53:56.041 [: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-EC48F646A9B0C8E9], CON-POST MID=34431, Token=EC48F646A9B0C8E9, 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:53:56.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-34431], KeyToken[127.0.0.1:8283-EC48F646A9B0C8E9]] 06:53:56.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:8283 06:53:56.042 [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=34431, Token=EC48F646A9B0C8E9, 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:53:56.042 [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:53:56.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34431] 06:53:56.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8280] replace CON-POST MID=34431, Token=EC48F646A9B0C8E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34431, Token=EC48F646A9B0C8E9, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1424, 127.0.0.1:8280] send response NON-2.05 MID=34431, Token=null, OptionSet={}, "server responds hi" 06:53:56.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8280, complete]! 06:53:56.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1424, 127.0.0.1:8280, complete] completed NON-2.04 MID=34431, Token=EC48F646A9B0C8E9, 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:53:56.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:53:56.043 [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=34431, Token=EC48F646A9B0C8E9, 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:53:56.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:53:56.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-34431] 06:53:56.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, 127.0.0.1:8283, complete]! 06:53:56.044 [: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-EC48F646A9B0C8E9] 06:53:56.044 [: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-34431] 06:53:56.044 [: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=34431, Token=EC48F646A9B0C8E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34431, Token=EC48F646A9B0C8E9, 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:53:56.044 [: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:53:56.044 [: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:53:56.044 [: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:53:56.044 [: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-34432], CON-POST MID=34432, 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:53:56.044 [: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-C452EFF88A8D7020], CON-POST MID=34432, Token=C452EFF88A8D7020, 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:53:56.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-34432], KeyToken[127.0.0.1:8283-C452EFF88A8D7020]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.045 [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=34432, Token=C452EFF88A8D7020, 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:53:56.045 [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:53:56.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34432] 06:53:56.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426, 127.0.0.1:8280] replace CON-POST MID=34432, Token=C452EFF88A8D7020, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34432, Token=C452EFF88A8D7020, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1426, 127.0.0.1:8280] send response NON-2.05 MID=34432, Token=null, OptionSet={}, "server responds hi" 06:53:56.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426, 127.0.0.1:8280, complete]! 06:53:56.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1426, 127.0.0.1:8280, complete] completed NON-2.04 MID=34432, Token=C452EFF88A8D7020, 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:53:56.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:53:56.046 [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=34432, Token=C452EFF88A8D7020, 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:53:56.046 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34432] 06:53:56.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1425, 127.0.0.1:8283, complete]! 06:53:56.046 [: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-C452EFF88A8D7020] 06:53:56.046 [: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-34432] 06:53:56.046 [: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=34432, Token=C452EFF88A8D7020, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34432, Token=C452EFF88A8D7020, 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:53:56.046 [: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:53:56.047 [: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:53:56.047 [: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:53:56.047 [: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-34433], CON-POST MID=34433, 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:53:56.047 [: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-584E5D853D3ADBFE], CON-POST MID=34433, Token=584E5D853D3ADBFE, 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:53:56.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-34433], KeyToken[127.0.0.1:8283-584E5D853D3ADBFE]] 06:53:56.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:8283 06:53:56.047 [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=34433, Token=584E5D853D3ADBFE, 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:53:56.047 [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:53:56.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34433] 06:53:56.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428, 127.0.0.1:8280] replace CON-POST MID=34433, Token=584E5D853D3ADBFE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34433, Token=584E5D853D3ADBFE, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1428, 127.0.0.1:8280] send response NON-2.05 MID=34433, Token=null, OptionSet={}, "server responds hi" 06:53:56.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428, 127.0.0.1:8280, complete]! 06:53:56.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1428, 127.0.0.1:8280, complete] completed NON-2.04 MID=34433, Token=584E5D853D3ADBFE, 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:53:56.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:53:56.048 [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=34433, Token=584E5D853D3ADBFE, 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:53:56.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:53:56.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-34433] 06:53:56.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1427, 127.0.0.1:8283, complete]! 06:53:56.049 [: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-584E5D853D3ADBFE] 06:53:56.049 [: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-34433] 06:53:56.049 [: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=34433, Token=584E5D853D3ADBFE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34433, Token=584E5D853D3ADBFE, 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:53:56.049 [: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:53:56.049 [: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:53:56.049 [: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:53:56.049 [: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-34434], CON-POST MID=34434, 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:53:56.049 [: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-A0D000276A7B2FF1], CON-POST MID=34434, Token=A0D000276A7B2FF1, 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:53:56.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34434], KeyToken[127.0.0.1:8283-A0D000276A7B2FF1]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.050 [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=34434, Token=A0D000276A7B2FF1, 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:53:56.050 [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:53:56.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34434] 06:53:56.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430, 127.0.0.1:8280] replace CON-POST MID=34434, Token=A0D000276A7B2FF1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34434, Token=A0D000276A7B2FF1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1430, 127.0.0.1:8280] send response NON-2.05 MID=34434, Token=null, OptionSet={}, "server responds hi" 06:53:56.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430, 127.0.0.1:8280, complete]! 06:53:56.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1430, 127.0.0.1:8280, complete] completed NON-2.04 MID=34434, Token=A0D000276A7B2FF1, 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:53:56.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:53:56.051 [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=34434, Token=A0D000276A7B2FF1, 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:53:56.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34434] 06:53:56.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1429, 127.0.0.1:8283, complete]! 06:53:56.051 [: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-A0D000276A7B2FF1] 06:53:56.051 [: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-34434] 06:53:56.051 [: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=34434, Token=A0D000276A7B2FF1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34434, Token=A0D000276A7B2FF1, 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:53:56.051 [: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:53:56.051 [: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:53:56.052 [: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:53:56.052 [: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-34435], CON-POST MID=34435, 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:53:56.052 [: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-F42CE36ACE1A5E15], CON-POST MID=34435, Token=F42CE36ACE1A5E15, 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:53:56.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-34435], KeyToken[127.0.0.1:8283-F42CE36ACE1A5E15]] 06:53:56.052 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.052 [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=34435, Token=F42CE36ACE1A5E15, 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:53:56.052 [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:53:56.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34435] 06:53:56.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, 127.0.0.1:8280] replace CON-POST MID=34435, Token=F42CE36ACE1A5E15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34435, Token=F42CE36ACE1A5E15, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1432, 127.0.0.1:8280] send response NON-2.05 MID=34435, Token=null, OptionSet={}, "server responds hi" 06:53:56.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, 127.0.0.1:8280, complete]! 06:53:56.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1432, 127.0.0.1:8280, complete] completed NON-2.04 MID=34435, Token=F42CE36ACE1A5E15, 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:53:56.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:53:56.053 [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=34435, Token=F42CE36ACE1A5E15, 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:53:56.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:53:56.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-34435] 06:53:56.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1431, 127.0.0.1:8283, complete]! 06:53:56.054 [: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-F42CE36ACE1A5E15] 06:53:56.054 [: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-34435] 06:53:56.054 [: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=34435, Token=F42CE36ACE1A5E15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34435, Token=F42CE36ACE1A5E15, 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:53:56.054 [: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:53:56.054 [: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:53:56.054 [: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:53:56.054 [: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-34436], CON-POST MID=34436, 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:53:56.054 [: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-3858C934BD715936], CON-POST MID=34436, Token=3858C934BD715936, 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:53:56.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34436], KeyToken[127.0.0.1:8283-3858C934BD715936]] 06:53:56.055 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.055 [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=34436, Token=3858C934BD715936, 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:53:56.055 [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:53:56.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34436] 06:53:56.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, 127.0.0.1:8280] replace CON-POST MID=34436, Token=3858C934BD715936, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34436, Token=3858C934BD715936, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1434, 127.0.0.1:8280] send response NON-2.05 MID=34436, Token=null, OptionSet={}, "server responds hi" 06:53:56.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, 127.0.0.1:8280, complete]! 06:53:56.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1434, 127.0.0.1:8280, complete] completed NON-2.04 MID=34436, Token=3858C934BD715936, 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:53:56.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:53:56.056 [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=34436, Token=3858C934BD715936, 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:53:56.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:53:56.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-34436] 06:53:56.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433, 127.0.0.1:8283, complete]! 06:53:56.056 [: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-3858C934BD715936] 06:53:56.056 [: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-34436] 06:53:56.056 [: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=34436, Token=3858C934BD715936, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34436, Token=3858C934BD715936, 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:53:56.057 [: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:53:56.057 [: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:53:56.057 [: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:53:56.057 [: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-34437], CON-POST MID=34437, 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:53:56.057 [: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-9C545FB5922B7156], CON-POST MID=34437, Token=9C545FB5922B7156, 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:53:56.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-34437], KeyToken[127.0.0.1:8283-9C545FB5922B7156]] 06:53:56.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.057 [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=34437, Token=9C545FB5922B7156, 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:53:56.058 [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:53:56.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34437] 06:53:56.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436, 127.0.0.1:8280] replace CON-POST MID=34437, Token=9C545FB5922B7156, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34437, Token=9C545FB5922B7156, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1436, 127.0.0.1:8280] send response NON-2.05 MID=34437, Token=null, OptionSet={}, "server responds hi" 06:53:56.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436, 127.0.0.1:8280, complete]! 06:53:56.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1436, 127.0.0.1:8280, complete] completed NON-2.04 MID=34437, Token=9C545FB5922B7156, 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:53:56.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:53:56.059 [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=34437, Token=9C545FB5922B7156, 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:53:56.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:53:56.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-34437] 06:53:56.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8283, complete]! 06:53:56.059 [: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-9C545FB5922B7156] 06:53:56.059 [: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-34437] 06:53:56.059 [: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=34437, Token=9C545FB5922B7156, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34437, Token=9C545FB5922B7156, 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:53:56.059 [: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:53:56.059 [: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:53:56.060 [: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:53:56.060 [: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-34438], CON-POST MID=34438, 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:53:56.060 [: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-A4EE5ACD27D664C3], CON-POST MID=34438, Token=A4EE5ACD27D664C3, 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:53:56.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-34438], KeyToken[127.0.0.1:8283-A4EE5ACD27D664C3]] 06:53:56.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:8283 06:53:56.060 [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=34438, Token=A4EE5ACD27D664C3, 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:53:56.060 [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:53:56.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34438] 06:53:56.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1438, 127.0.0.1:8280] replace CON-POST MID=34438, Token=A4EE5ACD27D664C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34438, Token=A4EE5ACD27D664C3, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1438, 127.0.0.1:8280] send response NON-2.05 MID=34438, Token=null, OptionSet={}, "server responds hi" 06:53:56.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1438, 127.0.0.1:8280, complete]! 06:53:56.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1438, 127.0.0.1:8280, complete] completed NON-2.04 MID=34438, Token=A4EE5ACD27D664C3, 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:53:56.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:53:56.061 [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=34438, Token=A4EE5ACD27D664C3, 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:53:56.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:53:56.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-34438] 06:53:56.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1437, 127.0.0.1:8283, complete]! 06:53:56.062 [: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-A4EE5ACD27D664C3] 06:53:56.062 [: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-34438] 06:53:56.062 [: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=34438, Token=A4EE5ACD27D664C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34438, Token=A4EE5ACD27D664C3, 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:53:56.062 [: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:53:56.062 [: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:53:56.063 [: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:53:56.063 [: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-34439], CON-POST MID=34439, 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:53:56.063 [: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-30A1C73E9A22F213], CON-POST MID=34439, Token=30A1C73E9A22F213, 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:53:56.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-34439], KeyToken[127.0.0.1:8283-30A1C73E9A22F213]] 06:53:56.063 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.063 [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=34439, Token=30A1C73E9A22F213, 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:53:56.063 [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:53:56.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34439] 06:53:56.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440, 127.0.0.1:8280] replace CON-POST MID=34439, Token=30A1C73E9A22F213, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34439, Token=30A1C73E9A22F213, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1440, 127.0.0.1:8280] send response NON-2.05 MID=34439, Token=null, OptionSet={}, "server responds hi" 06:53:56.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440, 127.0.0.1:8280, complete]! 06:53:56.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1440, 127.0.0.1:8280, complete] completed NON-2.04 MID=34439, Token=30A1C73E9A22F213, 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:53:56.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:53:56.064 [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=34439, Token=30A1C73E9A22F213, 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:53:56.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:53:56.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-34439] 06:53:56.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1439, 127.0.0.1:8283, complete]! 06:53:56.065 [: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-30A1C73E9A22F213] 06:53:56.065 [: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-34439] 06:53:56.065 [: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=34439, Token=30A1C73E9A22F213, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34439, Token=30A1C73E9A22F213, 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:53:56.065 [: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:53:56.065 [: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:53:56.065 [: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:53:56.065 [: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-34440], CON-POST MID=34440, 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:53:56.065 [: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-3CB0348D4AD6877D], CON-POST MID=34440, Token=3CB0348D4AD6877D, 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:53:56.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-34440], KeyToken[127.0.0.1:8283-3CB0348D4AD6877D]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.066 [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=34440, Token=3CB0348D4AD6877D, 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:53:56.066 [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:53:56.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34440] 06:53:56.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, 127.0.0.1:8280] replace CON-POST MID=34440, Token=3CB0348D4AD6877D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34440, Token=3CB0348D4AD6877D, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1442, 127.0.0.1:8280] send response NON-2.05 MID=34440, Token=null, OptionSet={}, "server responds hi" 06:53:56.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, 127.0.0.1:8280, complete]! 06:53:56.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1442, 127.0.0.1:8280, complete] completed NON-2.04 MID=34440, Token=3CB0348D4AD6877D, 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:53:56.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:8280 06:53:56.067 [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=34440, Token=3CB0348D4AD6877D, 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:53:56.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.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:8283-34440] 06:53:56.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8283, complete]! 06:53:56.067 [: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-3CB0348D4AD6877D] 06:53:56.067 [: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-34440] 06:53:56.067 [: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=34440, Token=3CB0348D4AD6877D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34440, Token=3CB0348D4AD6877D, 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:53:56.067 [: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:53:56.067 [: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:53:56.068 [: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:53:56.068 [: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-34441], CON-POST MID=34441, 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:53:56.068 [: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-106A65DB0C885F3C], CON-POST MID=34441, Token=106A65DB0C885F3C, 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:53:56.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-34441], KeyToken[127.0.0.1:8283-106A65DB0C885F3C]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.068 [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=34441, Token=106A65DB0C885F3C, 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:53:56.068 [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:53:56.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34441] 06:53:56.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, 127.0.0.1:8280] replace CON-POST MID=34441, Token=106A65DB0C885F3C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34441, Token=106A65DB0C885F3C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1444, 127.0.0.1:8280] send response NON-2.05 MID=34441, Token=null, OptionSet={}, "server responds hi" 06:53:56.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, 127.0.0.1:8280, complete]! 06:53:56.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1444, 127.0.0.1:8280, complete] completed NON-2.04 MID=34441, Token=106A65DB0C885F3C, 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:53:56.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:53:56.069 [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=34441, Token=106A65DB0C885F3C, 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:53:56.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:53:56.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-34441] 06:53:56.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1443, 127.0.0.1:8283, complete]! 06:53:56.070 [: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-106A65DB0C885F3C] 06:53:56.070 [: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-34441] 06:53:56.070 [: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=34441, Token=106A65DB0C885F3C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34441, Token=106A65DB0C885F3C, 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:53:56.070 [: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:53:56.070 [: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:53:56.070 [: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:53:56.070 [: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-34442], CON-POST MID=34442, 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:53:56.070 [: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-0C2DB0924B513F08], CON-POST MID=34442, Token=0C2DB0924B513F08, 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:53:56.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34442], KeyToken[127.0.0.1:8283-0C2DB0924B513F08]] 06:53:56.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.071 [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=34442, Token=0C2DB0924B513F08, 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:53:56.071 [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:53:56.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34442] 06:53:56.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, 127.0.0.1:8280] replace CON-POST MID=34442, Token=0C2DB0924B513F08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34442, Token=0C2DB0924B513F08, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1446, 127.0.0.1:8280] send response NON-2.05 MID=34442, Token=null, OptionSet={}, "server responds hi" 06:53:56.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, 127.0.0.1:8280, complete]! 06:53:56.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1446, 127.0.0.1:8280, complete] completed NON-2.04 MID=34442, Token=0C2DB0924B513F08, 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:53:56.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:53:56.072 [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=34442, Token=0C2DB0924B513F08, 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:53:56.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34442] 06:53:56.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1445, 127.0.0.1:8283, complete]! 06:53:56.072 [: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-0C2DB0924B513F08] 06:53:56.072 [: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-34442] 06:53:56.072 [: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=34442, Token=0C2DB0924B513F08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34442, Token=0C2DB0924B513F08, 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:53:56.072 [: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:53:56.072 [: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:53:56.073 [: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:53:56.073 [: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-34443], CON-POST MID=34443, 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:53:56.073 [: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-00B4A11F7837F4A7], CON-POST MID=34443, Token=00B4A11F7837F4A7, 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:53:56.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34443], KeyToken[127.0.0.1:8283-00B4A11F7837F4A7]] 06:53:56.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.073 [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=34443, Token=00B4A11F7837F4A7, 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:53:56.073 [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:53:56.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34443] 06:53:56.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8280] replace CON-POST MID=34443, Token=00B4A11F7837F4A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34443, Token=00B4A11F7837F4A7, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1448, 127.0.0.1:8280] send response NON-2.05 MID=34443, Token=null, OptionSet={}, "server responds hi" 06:53:56.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8280, complete]! 06:53:56.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1448, 127.0.0.1:8280, complete] completed NON-2.04 MID=34443, Token=00B4A11F7837F4A7, 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:53:56.074 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.074 [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=34443, Token=00B4A11F7837F4A7, 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:53:56.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34443] 06:53:56.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1447, 127.0.0.1:8283, complete]! 06:53:56.075 [: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-00B4A11F7837F4A7] 06:53:56.075 [: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-34443] 06:53:56.075 [: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=34443, Token=00B4A11F7837F4A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34443, Token=00B4A11F7837F4A7, 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:53:56.075 [: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:53:56.075 [: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:53:56.075 [: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:53:56.075 [: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-34444], CON-POST MID=34444, 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:53:56.075 [: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-5C1DE3911556DDA8], CON-POST MID=34444, Token=5C1DE3911556DDA8, 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:53:56.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34444], KeyToken[127.0.0.1:8283-5C1DE3911556DDA8]] 06:53:56.075 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.075 [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=34444, Token=5C1DE3911556DDA8, 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:53:56.076 [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:53:56.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34444] 06:53:56.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8280] replace CON-POST MID=34444, Token=5C1DE3911556DDA8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34444, Token=5C1DE3911556DDA8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1450, 127.0.0.1:8280] send response NON-2.05 MID=34444, Token=null, OptionSet={}, "server responds hi" 06:53:56.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8280, complete]! 06:53:56.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1450, 127.0.0.1:8280, complete] completed NON-2.04 MID=34444, Token=5C1DE3911556DDA8, 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:53:56.076 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.076 [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=34444, Token=5C1DE3911556DDA8, 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:53:56.077 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34444] 06:53:56.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1449, 127.0.0.1:8283, complete]! 06:53:56.077 [: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-5C1DE3911556DDA8] 06:53:56.077 [: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-34444] 06:53:56.077 [: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=34444, Token=5C1DE3911556DDA8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34444, Token=5C1DE3911556DDA8, 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:53:56.077 [: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:53:56.077 [: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:53:56.077 [: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:53:56.077 [: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-34445], CON-POST MID=34445, 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:53:56.077 [: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-246660DF6A41FAEC], CON-POST MID=34445, Token=246660DF6A41FAEC, 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:53:56.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34445], KeyToken[127.0.0.1:8283-246660DF6A41FAEC]] 06:53:56.078 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.078 [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=34445, Token=246660DF6A41FAEC, 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:53:56.078 [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:53:56.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34445] 06:53:56.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8280] replace CON-POST MID=34445, Token=246660DF6A41FAEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34445, Token=246660DF6A41FAEC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1452, 127.0.0.1:8280] send response NON-2.05 MID=34445, Token=null, OptionSet={}, "server responds hi" 06:53:56.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8280, complete]! 06:53:56.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1452, 127.0.0.1:8280, complete] completed NON-2.04 MID=34445, Token=246660DF6A41FAEC, 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:53:56.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.079 [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=34445, Token=246660DF6A41FAEC, 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:53:56.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34445] 06:53:56.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1451, 127.0.0.1:8283, complete]! 06:53:56.079 [: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-246660DF6A41FAEC] 06:53:56.079 [: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-34445] 06:53:56.079 [: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=34445, Token=246660DF6A41FAEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34445, Token=246660DF6A41FAEC, 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:53:56.079 [: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:53:56.079 [: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:53:56.079 [: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:53:56.080 [: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-34446], CON-POST MID=34446, 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:53:56.080 [: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-F42F0C146CFAD00E], CON-POST MID=34446, Token=F42F0C146CFAD00E, 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:53:56.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34446], KeyToken[127.0.0.1:8283-F42F0C146CFAD00E]] 06:53:56.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.080 [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=34446, Token=F42F0C146CFAD00E, 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:53:56.080 [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:53:56.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34446] 06:53:56.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8280] replace CON-POST MID=34446, Token=F42F0C146CFAD00E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34446, Token=F42F0C146CFAD00E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1454, 127.0.0.1:8280] send response NON-2.05 MID=34446, Token=null, OptionSet={}, "server responds hi" 06:53:56.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8280, complete]! 06:53:56.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1454, 127.0.0.1:8280, complete] completed NON-2.04 MID=34446, Token=F42F0C146CFAD00E, 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:53:56.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.081 [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=34446, Token=F42F0C146CFAD00E, 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:53:56.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34446] 06:53:56.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8283, complete]! 06:53:56.081 [: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-F42F0C146CFAD00E] 06:53:56.081 [: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-34446] 06:53:56.081 [: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=34446, Token=F42F0C146CFAD00E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34446, Token=F42F0C146CFAD00E, 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:53:56.082 [: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:53:56.082 [: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:53:56.082 [: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:53:56.082 [: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-34447], CON-POST MID=34447, 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:53:56.082 [: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-08A783DB72EEC78F], CON-POST MID=34447, Token=08A783DB72EEC78F, 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:53:56.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34447], KeyToken[127.0.0.1:8283-08A783DB72EEC78F]] 06:53:56.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.082 [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=34447, Token=08A783DB72EEC78F, 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:53:56.082 [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:53:56.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34447] 06:53:56.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, 127.0.0.1:8280] replace CON-POST MID=34447, Token=08A783DB72EEC78F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34447, Token=08A783DB72EEC78F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1456, 127.0.0.1:8280] send response NON-2.05 MID=34447, Token=null, OptionSet={}, "server responds hi" 06:53:56.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, 127.0.0.1:8280, complete]! 06:53:56.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1456, 127.0.0.1:8280, complete] completed NON-2.04 MID=34447, Token=08A783DB72EEC78F, 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:53:56.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.083 [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=34447, Token=08A783DB72EEC78F, 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:53:56.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34447] 06:53:56.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455, 127.0.0.1:8283, complete]! 06:53:56.084 [: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-08A783DB72EEC78F] 06:53:56.084 [: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-34447] 06:53:56.084 [: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=34447, Token=08A783DB72EEC78F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34447, Token=08A783DB72EEC78F, 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:53:56.084 [: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:53:56.084 [: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:53:56.084 [: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:53:56.084 [: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-34448], CON-POST MID=34448, 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:53:56.084 [: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-6C6A8502C25EBFB2], CON-POST MID=34448, Token=6C6A8502C25EBFB2, 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:53:56.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34448], KeyToken[127.0.0.1:8283-6C6A8502C25EBFB2]] 06:53:56.085 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.085 [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=34448, Token=6C6A8502C25EBFB2, 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:53:56.085 [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:53:56.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34448] 06:53:56.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1458, 127.0.0.1:8280] replace CON-POST MID=34448, Token=6C6A8502C25EBFB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34448, Token=6C6A8502C25EBFB2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1458, 127.0.0.1:8280] send response NON-2.05 MID=34448, Token=null, OptionSet={}, "server responds hi" 06:53:56.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1458, 127.0.0.1:8280, complete]! 06:53:56.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1458, 127.0.0.1:8280, complete] completed NON-2.04 MID=34448, Token=6C6A8502C25EBFB2, 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:53:56.086 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.086 [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=34448, Token=6C6A8502C25EBFB2, 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:53:56.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34448] 06:53:56.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1457, 127.0.0.1:8283, complete]! 06:53:56.086 [: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-6C6A8502C25EBFB2] 06:53:56.086 [: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-34448] 06:53:56.086 [: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=34448, Token=6C6A8502C25EBFB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34448, Token=6C6A8502C25EBFB2, 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:53:56.086 [: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:53:56.086 [: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:53:56.087 [: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:53:56.087 [: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-34449], CON-POST MID=34449, 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:53:56.087 [: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-300A7D1DCA4D4FDC], CON-POST MID=34449, Token=300A7D1DCA4D4FDC, 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:53:56.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34449], KeyToken[127.0.0.1:8283-300A7D1DCA4D4FDC]] 06:53:56.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.087 [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=34449, Token=300A7D1DCA4D4FDC, 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:53:56.087 [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:53:56.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34449] 06:53:56.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8280] replace CON-POST MID=34449, Token=300A7D1DCA4D4FDC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34449, Token=300A7D1DCA4D4FDC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1460, 127.0.0.1:8280] send response NON-2.05 MID=34449, Token=null, OptionSet={}, "server responds hi" 06:53:56.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8280, complete]! 06:53:56.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1460, 127.0.0.1:8280, complete] completed NON-2.04 MID=34449, Token=300A7D1DCA4D4FDC, 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:53:56.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:53:56.142 [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=34449, Token=300A7D1DCA4D4FDC, 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:53:56.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:53:56.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-34449] 06:53:56.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1459, 127.0.0.1:8283, complete]! 06:53:56.142 [: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-300A7D1DCA4D4FDC] 06:53:56.142 [: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-34449] 06:53:56.142 [: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=34449, Token=300A7D1DCA4D4FDC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34449, Token=300A7D1DCA4D4FDC, 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:53:56.143 [: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:53:56.143 [: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:53:56.143 [: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:53:56.143 [: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-34450], CON-POST MID=34450, 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:53:56.143 [: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-F499A6A7D937B596], CON-POST MID=34450, Token=F499A6A7D937B596, 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:53:56.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-34450], KeyToken[127.0.0.1:8283-F499A6A7D937B596]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.144 [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=34450, Token=F499A6A7D937B596, 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:53:56.144 [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:53:56.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34450] 06:53:56.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8280] replace CON-POST MID=34450, Token=F499A6A7D937B596, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34450, Token=F499A6A7D937B596, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1462, 127.0.0.1:8280] send response NON-2.05 MID=34450, Token=null, OptionSet={}, "server responds hi" 06:53:56.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8280, complete]! 06:53:56.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1462, 127.0.0.1:8280, complete] completed NON-2.04 MID=34450, Token=F499A6A7D937B596, 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:53:56.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:8280 06:53:56.145 [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=34450, Token=F499A6A7D937B596, 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:53:56.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:53:56.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-34450] 06:53:56.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1461, 127.0.0.1:8283, complete]! 06:53:56.145 [: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-F499A6A7D937B596] 06:53:56.145 [: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-34450] 06:53:56.145 [: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=34450, Token=F499A6A7D937B596, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34450, Token=F499A6A7D937B596, 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:53:56.146 [: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:53:56.146 [: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:53:56.146 [: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:53:56.146 [: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-34451], CON-POST MID=34451, 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:53:56.146 [: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-F05F4FA13F54019B], CON-POST MID=34451, Token=F05F4FA13F54019B, 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:53:56.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-34451], KeyToken[127.0.0.1:8283-F05F4FA13F54019B]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.147 [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=34451, Token=F05F4FA13F54019B, 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:53:56.147 [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:53:56.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34451] 06:53:56.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1464, 127.0.0.1:8280] replace CON-POST MID=34451, Token=F05F4FA13F54019B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34451, Token=F05F4FA13F54019B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1464, 127.0.0.1:8280] send response NON-2.05 MID=34451, Token=null, OptionSet={}, "server responds hi" 06:53:56.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1464, 127.0.0.1:8280, complete]! 06:53:56.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1464, 127.0.0.1:8280, complete] completed NON-2.04 MID=34451, Token=F05F4FA13F54019B, 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:53:56.148 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.148 [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=34451, Token=F05F4FA13F54019B, 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:53:56.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:53:56.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-34451] 06:53:56.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1463, 127.0.0.1:8283, complete]! 06:53:56.148 [: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-F05F4FA13F54019B] 06:53:56.148 [: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-34451] 06:53:56.148 [: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=34451, Token=F05F4FA13F54019B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34451, Token=F05F4FA13F54019B, 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:53:56.149 [: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:53:56.149 [: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:53:56.149 [: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:53:56.149 [: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-34452], CON-POST MID=34452, 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:53:56.149 [: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-78FCADCB27E7C060], CON-POST MID=34452, Token=78FCADCB27E7C060, 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:53:56.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34452], KeyToken[127.0.0.1:8283-78FCADCB27E7C060]] 06:53:56.149 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:56.150 [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=34452, Token=78FCADCB27E7C060, 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:53:56.150 [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:53:56.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34452] 06:53:56.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1466, 127.0.0.1:8280] replace CON-POST MID=34452, Token=78FCADCB27E7C060, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34452, Token=78FCADCB27E7C060, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1466, 127.0.0.1:8280] send response NON-2.05 MID=34452, Token=null, OptionSet={}, "server responds hi" 06:53:56.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1466, 127.0.0.1:8280, complete]! 06:53:56.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1466, 127.0.0.1:8280, complete] completed NON-2.04 MID=34452, Token=78FCADCB27E7C060, 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:53:56.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:53:56.151 [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=34452, Token=78FCADCB27E7C060, 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:53:56.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:53:56.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34452] 06:53:56.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1465, 127.0.0.1:8283, complete]! 06:53:56.151 [: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-78FCADCB27E7C060] 06:53:56.151 [: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-34452] 06:53:56.151 [: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=34452, Token=78FCADCB27E7C060, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34452, Token=78FCADCB27E7C060, 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:53:56.151 [: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:53:56.151 [: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:53:56.152 [: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:53:56.152 [: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-34453], CON-POST MID=34453, 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:53:56.152 [: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-F4E42830038B8E5E], CON-POST MID=34453, Token=F4E42830038B8E5E, 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:53:56.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-34453], KeyToken[127.0.0.1:8283-F4E42830038B8E5E]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.152 [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=34453, Token=F4E42830038B8E5E, 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:53:56.152 [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:53:56.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34453] 06:53:56.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1468, 127.0.0.1:8280] replace CON-POST MID=34453, Token=F4E42830038B8E5E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34453, Token=F4E42830038B8E5E, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1468, 127.0.0.1:8280] send response NON-2.05 MID=34453, Token=null, OptionSet={}, "server responds hi" 06:53:56.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1468, 127.0.0.1:8280, complete]! 06:53:56.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1468, 127.0.0.1:8280, complete] completed NON-2.04 MID=34453, Token=F4E42830038B8E5E, 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:53:56.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 42 bytes to 127.0.0.1:8280 06:53:56.154 [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=34453, Token=F4E42830038B8E5E, 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:53:56.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:53:56.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-34453] 06:53:56.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467, 127.0.0.1:8283, complete]! 06:53:56.154 [: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-F4E42830038B8E5E] 06:53:56.154 [: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-34453] 06:53:56.154 [: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=34453, Token=F4E42830038B8E5E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34453, Token=F4E42830038B8E5E, 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:53:56.154 [: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:53:56.154 [: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:53:56.155 [: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:53:56.155 [: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-34454], CON-POST MID=34454, 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:53:56.155 [: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-14A0DB830A9B5B02], CON-POST MID=34454, Token=14A0DB830A9B5B02, 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:53:56.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-34454], KeyToken[127.0.0.1:8283-14A0DB830A9B5B02]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.155 [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=34454, Token=14A0DB830A9B5B02, 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:53:56.155 [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:53:56.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34454] 06:53:56.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1470, 127.0.0.1:8280] replace CON-POST MID=34454, Token=14A0DB830A9B5B02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34454, Token=14A0DB830A9B5B02, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1470, 127.0.0.1:8280] send response NON-2.05 MID=34454, Token=null, OptionSet={}, "server responds hi" 06:53:56.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1470, 127.0.0.1:8280, complete]! 06:53:56.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1470, 127.0.0.1:8280, complete] completed NON-2.04 MID=34454, Token=14A0DB830A9B5B02, 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:53:56.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:53:56.157 [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=34454, Token=14A0DB830A9B5B02, 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:53:56.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:53:56.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-34454] 06:53:56.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1469, 127.0.0.1:8283, complete]! 06:53:56.157 [: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-14A0DB830A9B5B02] 06:53:56.157 [: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-34454] 06:53:56.157 [: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=34454, Token=14A0DB830A9B5B02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34454, Token=14A0DB830A9B5B02, 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:53:56.158 [: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:53:56.158 [: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:53:56.158 [: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:53:56.158 [: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-34455], CON-POST MID=34455, 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:53:56.158 [: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-D04B24AFEE334385], CON-POST MID=34455, Token=D04B24AFEE334385, 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:53:56.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-34455], KeyToken[127.0.0.1:8283-D04B24AFEE334385]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.159 [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=34455, Token=D04B24AFEE334385, 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:53:56.159 [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:53:56.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34455] 06:53:56.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1472, 127.0.0.1:8280] replace CON-POST MID=34455, Token=D04B24AFEE334385, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34455, Token=D04B24AFEE334385, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1472, 127.0.0.1:8280] send response NON-2.05 MID=34455, Token=null, OptionSet={}, "server responds hi" 06:53:56.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1472, 127.0.0.1:8280, complete]! 06:53:56.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1472, 127.0.0.1:8280, complete] completed NON-2.04 MID=34455, Token=D04B24AFEE334385, 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:53:56.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:8280 06:53:56.160 [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=34455, Token=D04B24AFEE334385, 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:53:56.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.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:8283-34455] 06:53:56.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1471, 127.0.0.1:8283, complete]! 06:53:56.161 [: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-D04B24AFEE334385] 06:53:56.161 [: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-34455] 06:53:56.161 [: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=34455, Token=D04B24AFEE334385, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34455, Token=D04B24AFEE334385, 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:53:56.161 [: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:53:56.161 [: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:53:56.161 [: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:53:56.161 [: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-34456], CON-POST MID=34456, 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:53:56.161 [: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-BCB1AC98A0A7F76B], CON-POST MID=34456, Token=BCB1AC98A0A7F76B, 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:53:56.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34456], KeyToken[127.0.0.1:8283-BCB1AC98A0A7F76B]] 06:53:56.162 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:56.162 [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=34456, Token=BCB1AC98A0A7F76B, 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:53:56.162 [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:53:56.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34456] 06:53:56.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, 127.0.0.1:8280] replace CON-POST MID=34456, Token=BCB1AC98A0A7F76B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34456, Token=BCB1AC98A0A7F76B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1474, 127.0.0.1:8280] send response NON-2.05 MID=34456, Token=null, OptionSet={}, "server responds hi" 06:53:56.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, 127.0.0.1:8280, complete]! 06:53:56.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1474, 127.0.0.1:8280, complete] completed NON-2.04 MID=34456, Token=BCB1AC98A0A7F76B, 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:53:56.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.163 [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=34456, Token=BCB1AC98A0A7F76B, 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:53:56.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.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:8283-34456] 06:53:56.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8283, complete]! 06:53:56.164 [: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-BCB1AC98A0A7F76B] 06:53:56.164 [: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-34456] 06:53:56.164 [: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=34456, Token=BCB1AC98A0A7F76B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34456, Token=BCB1AC98A0A7F76B, 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:53:56.164 [: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:53:56.164 [: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:53:56.165 [: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:53:56.165 [: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-34457], CON-POST MID=34457, 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:53:56.165 [: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-FC505963E8F58D6C], CON-POST MID=34457, Token=FC505963E8F58D6C, 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:53:56.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34457], KeyToken[127.0.0.1:8283-FC505963E8F58D6C]] 06:53:56.166 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.166 [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=34457, Token=FC505963E8F58D6C, 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:53:56.166 [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:53:56.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34457] 06:53:56.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, 127.0.0.1:8280] replace CON-POST MID=34457, Token=FC505963E8F58D6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34457, Token=FC505963E8F58D6C, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1476, 127.0.0.1:8280] send response NON-2.05 MID=34457, Token=null, OptionSet={}, "server responds hi" 06:53:56.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, 127.0.0.1:8280, complete]! 06:53:56.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1476, 127.0.0.1:8280, complete] completed NON-2.04 MID=34457, Token=FC505963E8F58D6C, 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:53:56.167 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.167 [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=34457, Token=FC505963E8F58D6C, 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:53:56.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.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:8283-34457] 06:53:56.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8283, complete]! 06:53:56.168 [: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-FC505963E8F58D6C] 06:53:56.168 [: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-34457] 06:53:56.168 [: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=34457, Token=FC505963E8F58D6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34457, Token=FC505963E8F58D6C, 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:53:56.168 [: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:53:56.168 [: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:53:56.169 [: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:53:56.169 [: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-34458], CON-POST MID=34458, 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:53:56.169 [: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-D46DF6944C9297EB], CON-POST MID=34458, Token=D46DF6944C9297EB, 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:53:56.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34458], KeyToken[127.0.0.1:8283-D46DF6944C9297EB]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.169 [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=34458, Token=D46DF6944C9297EB, 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:53:56.169 [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:53:56.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34458] 06:53:56.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1478, 127.0.0.1:8280] replace CON-POST MID=34458, Token=D46DF6944C9297EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34458, Token=D46DF6944C9297EB, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1478, 127.0.0.1:8280] send response NON-2.05 MID=34458, Token=null, OptionSet={}, "server responds hi" 06:53:56.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1478, 127.0.0.1:8280, complete]! 06:53:56.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1478, 127.0.0.1:8280, complete] completed NON-2.04 MID=34458, Token=D46DF6944C9297EB, 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:53:56.171 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.171 [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=34458, Token=D46DF6944C9297EB, 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:53:56.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34458] 06:53:56.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8283, complete]! 06:53:56.171 [: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-D46DF6944C9297EB] 06:53:56.171 [: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-34458] 06:53:56.171 [: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=34458, Token=D46DF6944C9297EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34458, Token=D46DF6944C9297EB, 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:53:56.172 [: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:53:56.172 [: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:53:56.172 [: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:53:56.172 [: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-34459], CON-POST MID=34459, 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:53:56.172 [: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-14DD1AFAC4AB8DF4], CON-POST MID=34459, Token=14DD1AFAC4AB8DF4, 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:53:56.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34459], KeyToken[127.0.0.1:8283-14DD1AFAC4AB8DF4]] 06:53:56.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:53:56.173 [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=34459, Token=14DD1AFAC4AB8DF4, 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:53:56.173 [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:53:56.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34459] 06:53:56.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1480, 127.0.0.1:8280] replace CON-POST MID=34459, Token=14DD1AFAC4AB8DF4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34459, Token=14DD1AFAC4AB8DF4, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1480, 127.0.0.1:8280] send response NON-2.05 MID=34459, Token=null, OptionSet={}, "server responds hi" 06:53:56.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1480, 127.0.0.1:8280, complete]! 06:53:56.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1480, 127.0.0.1:8280, complete] completed NON-2.04 MID=34459, Token=14DD1AFAC4AB8DF4, 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:53:56.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.174 [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=34459, Token=14DD1AFAC4AB8DF4, 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:53:56.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34459] 06:53:56.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1479, 127.0.0.1:8283, complete]! 06:53:56.174 [: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-14DD1AFAC4AB8DF4] 06:53:56.174 [: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-34459] 06:53:56.174 [: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=34459, Token=14DD1AFAC4AB8DF4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34459, Token=14DD1AFAC4AB8DF4, 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:53:56.174 [: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:53:56.174 [: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:53:56.175 [: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:53:56.175 [: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-34460], CON-POST MID=34460, 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:53:56.175 [: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-40464AFB514648E8], CON-POST MID=34460, Token=40464AFB514648E8, 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:53:56.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34460], KeyToken[127.0.0.1:8283-40464AFB514648E8]] 06:53:56.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.175 [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=34460, Token=40464AFB514648E8, 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:53:56.175 [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:53:56.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34460] 06:53:56.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1482, 127.0.0.1:8280] replace CON-POST MID=34460, Token=40464AFB514648E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34460, Token=40464AFB514648E8, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1482, 127.0.0.1:8280] send response NON-2.05 MID=34460, Token=null, OptionSet={}, "server responds hi" 06:53:56.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1482, 127.0.0.1:8280, complete]! 06:53:56.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1482, 127.0.0.1:8280, complete] completed NON-2.04 MID=34460, Token=40464AFB514648E8, 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:53:56.176 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.177 [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=34460, Token=40464AFB514648E8, 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:53:56.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34460] 06:53:56.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1481, 127.0.0.1:8283, complete]! 06:53:56.177 [: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-40464AFB514648E8] 06:53:56.177 [: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-34460] 06:53:56.177 [: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=34460, Token=40464AFB514648E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34460, Token=40464AFB514648E8, 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:53:56.177 [: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:53:56.177 [: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:53:56.178 [: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:53:56.178 [: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-34461], CON-POST MID=34461, 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:53:56.178 [: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-08D72128295D9FC5], CON-POST MID=34461, Token=08D72128295D9FC5, 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:53:56.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34461], KeyToken[127.0.0.1:8283-08D72128295D9FC5]] 06:53:56.178 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.178 [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=34461, Token=08D72128295D9FC5, 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:53:56.178 [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:53:56.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34461] 06:53:56.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1484, 127.0.0.1:8280] replace CON-POST MID=34461, Token=08D72128295D9FC5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34461, Token=08D72128295D9FC5, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1484, 127.0.0.1:8280] send response NON-2.05 MID=34461, Token=null, OptionSet={}, "server responds hi" 06:53:56.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1484, 127.0.0.1:8280, complete]! 06:53:56.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1484, 127.0.0.1:8280, complete] completed NON-2.04 MID=34461, Token=08D72128295D9FC5, 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:53:56.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.180 [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=34461, Token=08D72128295D9FC5, 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:53:56.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34461] 06:53:56.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1483, 127.0.0.1:8283, complete]! 06:53:56.180 [: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-08D72128295D9FC5] 06:53:56.180 [: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-34461] 06:53:56.180 [: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=34461, Token=08D72128295D9FC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34461, Token=08D72128295D9FC5, 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:53:56.180 [: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:53:56.180 [: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:53:56.181 [: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:53:56.181 [: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-34462], CON-POST MID=34462, 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:53:56.181 [: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-54A8FE3137B80387], CON-POST MID=34462, Token=54A8FE3137B80387, 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:53:56.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34462], KeyToken[127.0.0.1:8283-54A8FE3137B80387]] 06:53:56.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.181 [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=34462, Token=54A8FE3137B80387, 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:53:56.181 [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:53:56.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34462] 06:53:56.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8280] replace CON-POST MID=34462, Token=54A8FE3137B80387, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34462, Token=54A8FE3137B80387, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1486, 127.0.0.1:8280] send response NON-2.05 MID=34462, Token=null, OptionSet={}, "server responds hi" 06:53:56.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8280, complete]! 06:53:56.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1486, 127.0.0.1:8280, complete] completed NON-2.04 MID=34462, Token=54A8FE3137B80387, 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:53:56.182 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.183 [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=34462, Token=54A8FE3137B80387, 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:53:56.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34462] 06:53:56.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1485, 127.0.0.1:8283, complete]! 06:53:56.183 [: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-54A8FE3137B80387] 06:53:56.183 [: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-34462] 06:53:56.183 [: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=34462, Token=54A8FE3137B80387, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34462, Token=54A8FE3137B80387, 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:53:56.183 [: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:53:56.183 [: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:53:56.184 [: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:53:56.184 [: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-34463], CON-POST MID=34463, 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:53:56.184 [: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-7CE8E17F233DEADC], CON-POST MID=34463, Token=7CE8E17F233DEADC, 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:53:56.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34463], KeyToken[127.0.0.1:8283-7CE8E17F233DEADC]] 06:53:56.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.184 [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=34463, Token=7CE8E17F233DEADC, 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:53:56.184 [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:53:56.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34463] 06:53:56.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, 127.0.0.1:8280] replace CON-POST MID=34463, Token=7CE8E17F233DEADC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34463, Token=7CE8E17F233DEADC, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1488, 127.0.0.1:8280] send response NON-2.05 MID=34463, Token=null, OptionSet={}, "server responds hi" 06:53:56.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, 127.0.0.1:8280, complete]! 06:53:56.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1488, 127.0.0.1:8280, complete] completed NON-2.04 MID=34463, Token=7CE8E17F233DEADC, 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:53:56.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.186 [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=34463, Token=7CE8E17F233DEADC, 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:53:56.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34463] 06:53:56.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, 127.0.0.1:8283, complete]! 06:53:56.186 [: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-7CE8E17F233DEADC] 06:53:56.186 [: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-34463] 06:53:56.186 [: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=34463, Token=7CE8E17F233DEADC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34463, Token=7CE8E17F233DEADC, 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:53:56.186 [: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:53:56.186 [: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:53:56.187 [: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:53:56.187 [: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-34464], CON-POST MID=34464, 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:53:56.187 [: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-AC0F5922C1D2025A], CON-POST MID=34464, Token=AC0F5922C1D2025A, 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:53:56.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34464], KeyToken[127.0.0.1:8283-AC0F5922C1D2025A]] 06:53:56.187 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.187 [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=34464, Token=AC0F5922C1D2025A, 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:53:56.187 [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:53:56.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34464] 06:53:56.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8280] replace CON-POST MID=34464, Token=AC0F5922C1D2025A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34464, Token=AC0F5922C1D2025A, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1490, 127.0.0.1:8280] send response NON-2.05 MID=34464, Token=null, OptionSet={}, "server responds hi" 06:53:56.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8280, complete]! 06:53:56.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1490, 127.0.0.1:8280, complete] completed NON-2.04 MID=34464, Token=AC0F5922C1D2025A, 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:53:56.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.188 [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=34464, Token=AC0F5922C1D2025A, 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:53:56.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-34464] 06:53:56.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489, 127.0.0.1:8283, complete]! 06:53:56.189 [: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-AC0F5922C1D2025A] 06:53:56.189 [: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-34464] 06:53:56.189 [: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=34464, Token=AC0F5922C1D2025A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34464, Token=AC0F5922C1D2025A, 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:53:56.189 [: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:53:56.189 [: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:53:56.189 [: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:53:56.190 [: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-34465], CON-POST MID=34465, 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:53:56.190 [: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-EC479A7CF4CC974F], CON-POST MID=34465, Token=EC479A7CF4CC974F, 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:53:56.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34465], KeyToken[127.0.0.1:8283-EC479A7CF4CC974F]] 06:53:56.190 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8283 06:53:56.190 [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=34465, Token=EC479A7CF4CC974F, 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:53:56.190 [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:53:56.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34465] 06:53:56.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, 127.0.0.1:8280] replace CON-POST MID=34465, Token=EC479A7CF4CC974F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34465, Token=EC479A7CF4CC974F, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1492, 127.0.0.1:8280] send response NON-2.05 MID=34465, Token=null, OptionSet={}, "server responds hi" 06:53:56.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, 127.0.0.1:8280, complete]! 06:53:56.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1492, 127.0.0.1:8280, complete] completed NON-2.04 MID=34465, Token=EC479A7CF4CC974F, 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:53:56.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:53:56.242 [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=34465, Token=EC479A7CF4CC974F, 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:53:56.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:53:56.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-34465] 06:53:56.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8283, complete]! 06:53:56.242 [: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-EC479A7CF4CC974F] 06:53:56.243 [: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-34465] 06:53:56.243 [: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=34465, Token=EC479A7CF4CC974F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34465, Token=EC479A7CF4CC974F, 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:53:56.243 [: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:53:56.243 [: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:53:56.243 [: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:53:56.243 [: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-34466], CON-POST MID=34466, 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:53:56.244 [: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-E8267FF36D72041B], CON-POST MID=34466, Token=E8267FF36D72041B, 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:53:56.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-34466], KeyToken[127.0.0.1:8283-E8267FF36D72041B]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.244 [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=34466, Token=E8267FF36D72041B, 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:53:56.244 [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:53:56.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34466] 06:53:56.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8280] replace CON-POST MID=34466, Token=E8267FF36D72041B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34466, Token=E8267FF36D72041B, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1494, 127.0.0.1:8280] send response NON-2.05 MID=34466, Token=null, OptionSet={}, "server responds hi" 06:53:56.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8280, complete]! 06:53:56.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1494, 127.0.0.1:8280, complete] completed NON-2.04 MID=34466, Token=E8267FF36D72041B, 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:53:56.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:53:56.245 [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=34466, Token=E8267FF36D72041B, 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:53:56.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:53:56.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-34466] 06:53:56.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1493, 127.0.0.1:8283, complete]! 06:53:56.246 [: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-E8267FF36D72041B] 06:53:56.246 [: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-34466] 06:53:56.246 [: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=34466, Token=E8267FF36D72041B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34466, Token=E8267FF36D72041B, 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:53:56.246 [: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:53:56.246 [: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:53:56.247 [: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:53:56.247 [: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-34467], CON-POST MID=34467, 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:53:56.247 [: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-58414601F9935BDD], CON-POST MID=34467, Token=58414601F9935BDD, 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:53:56.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-34467], KeyToken[127.0.0.1:8283-58414601F9935BDD]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.247 [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=34467, Token=58414601F9935BDD, 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:53:56.247 [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:53:56.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34467] 06:53:56.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, 127.0.0.1:8280] replace CON-POST MID=34467, Token=58414601F9935BDD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34467, Token=58414601F9935BDD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1496, 127.0.0.1:8280] send response NON-2.05 MID=34467, Token=null, OptionSet={}, "server responds hi" 06:53:56.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, 127.0.0.1:8280, complete]! 06:53:56.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1496, 127.0.0.1:8280, complete] completed NON-2.04 MID=34467, Token=58414601F9935BDD, 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:53:56.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:53:56.249 [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=34467, Token=58414601F9935BDD, 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:53:56.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:53:56.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-34467] 06:53:56.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1495, 127.0.0.1:8283, complete]! 06:53:56.249 [: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-58414601F9935BDD] 06:53:56.249 [: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-34467] 06:53:56.249 [: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=34467, Token=58414601F9935BDD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34467, Token=58414601F9935BDD, 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:53:56.250 [: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:53:56.250 [: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:53:56.250 [: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:53:56.250 [: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-34468], CON-POST MID=34468, 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:53:56.250 [: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-94FFA771C90CA1BD], CON-POST MID=34468, Token=94FFA771C90CA1BD, 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:53:56.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-34468], KeyToken[127.0.0.1:8283-94FFA771C90CA1BD]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.251 [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=34468, Token=94FFA771C90CA1BD, 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:53:56.251 [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:53:56.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34468] 06:53:56.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, 127.0.0.1:8280] replace CON-POST MID=34468, Token=94FFA771C90CA1BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34468, Token=94FFA771C90CA1BD, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1498, 127.0.0.1:8280] send response NON-2.05 MID=34468, Token=null, OptionSet={}, "server responds hi" 06:53:56.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, 127.0.0.1:8280, complete]! 06:53:56.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1498, 127.0.0.1:8280, complete] completed NON-2.04 MID=34468, Token=94FFA771C90CA1BD, 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:53:56.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:53:56.252 [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=34468, Token=94FFA771C90CA1BD, 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:53:56.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:53:56.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-34468] 06:53:56.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1497, 127.0.0.1:8283, complete]! 06:53:56.252 [: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-94FFA771C90CA1BD] 06:53:56.252 [: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-34468] 06:53:56.253 [: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=34468, Token=94FFA771C90CA1BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34468, Token=94FFA771C90CA1BD, 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:53:56.253 [: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:53:56.253 [: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:53:56.253 [: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:53:56.253 [: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-34469], CON-POST MID=34469, 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:53:56.253 [: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-D034E183854DEAAA], CON-POST MID=34469, Token=D034E183854DEAAA, 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:53:56.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-34469], KeyToken[127.0.0.1:8283-D034E183854DEAAA]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.254 [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=34469, Token=D034E183854DEAAA, 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:53:56.254 [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:53:56.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34469] 06:53:56.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, 127.0.0.1:8280] replace CON-POST MID=34469, Token=D034E183854DEAAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34469, Token=D034E183854DEAAA, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1500, 127.0.0.1:8280] send response NON-2.05 MID=34469, Token=null, OptionSet={}, "server responds hi" 06:53:56.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, 127.0.0.1:8280, complete]! 06:53:56.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1500, 127.0.0.1:8280, complete] completed NON-2.04 MID=34469, Token=D034E183854DEAAA, 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:53:56.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:53:56.255 [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=34469, Token=D034E183854DEAAA, 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:53:56.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:53:56.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-34469] 06:53:56.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1499, 127.0.0.1:8283, complete]! 06:53:56.255 [: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-D034E183854DEAAA] 06:53:56.255 [: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-34469] 06:53:56.255 [: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=34469, Token=D034E183854DEAAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34469, Token=D034E183854DEAAA, 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:53:56.256 [: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:53:56.256 [: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:53:56.256 [: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:53:56.256 [: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-34470], CON-POST MID=34470, 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:53:56.256 [: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-7CB19342A2B44137], CON-POST MID=34470, Token=7CB19342A2B44137, 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:53:56.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-34470], KeyToken[127.0.0.1:8283-7CB19342A2B44137]] 06:53:56.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 41 bytes to 127.0.0.1:8283 06:53:56.256 [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=34470, Token=7CB19342A2B44137, 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:53:56.256 [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:53:56.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-34470] 06:53:56.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, 127.0.0.1:8280] replace CON-POST MID=34470, Token=7CB19342A2B44137, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=34470, Token=7CB19342A2B44137, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1502, 127.0.0.1:8280] send response NON-2.05 MID=34470, Token=null, OptionSet={}, "server responds hi" 06:53:56.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, 127.0.0.1:8280, complete]! 06:53:56.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1502, 127.0.0.1:8280, complete] completed NON-2.04 MID=34470, Token=7CB19342A2B44137, 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:53:56.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:53:56.257 [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=34470, Token=7CB19342A2B44137, 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:53:56.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 42 bytes from 127.0.0.1:8283 06:53:56.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-34470] 06:53:56.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1501, 127.0.0.1:8283, complete]! 06:53:56.258 [: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-7CB19342A2B44137] 06:53:56.258 [: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-34470] 06:53:56.258 [: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=34470, Token=7CB19342A2B44137, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=34470, Token=7CB19342A2B44137, 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:53:56.258 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:56.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8283 06:53:56.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8283 06:53:56.259 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] stopping ... 06:53:56.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8283, address /127.0.0.1 06:53:56.259 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] has stopped. 06:53:56.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8283 06:53:56.259 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:56.261 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:56.261 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:56.261 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:56.261 [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:53:56.261 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:56.262 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:56.262 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:56.262 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:56.263 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:56.263 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8284 06:53:56.263 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:56.263 [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:53:56.263 [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:53:56.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8284 06:53:56.263 [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:53:56.264 [: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:53:56.264 [: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:53:56.264 [: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:53:56.264 [: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:53:56.264 [: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-9C0CCC79F4C083D2], CON-POST MID=10000, Token=9C0CCC79F4C083D2, 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:53:56.264 [: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-9C0CCC79F4C083D2]] 06:53:56.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8284 06:53:56.265 [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=9C0CCC79F4C083D2, 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:53:56.265 [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:53:56.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-10000] 06:53:56.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, 127.0.0.1:8280] replace CON-POST MID=10000, Token=9C0CCC79F4C083D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=9C0CCC79F4C083D2, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.266 [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:53:56.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, 127.0.0.1:8280, complete]! 06:53:56.266 [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=9C0CCC79F4C083D2, 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:53:56.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.267 [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=9C0CCC79F4C083D2, 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:53:56.267 [UDP-Receiver-0.0.0.0/0.0.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:53:56.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:8284-10000] 06:53:56.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8284, complete]! 06:53:56.267 [: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-9C0CCC79F4C083D2] 06:53:56.267 [: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:53:56.267 [: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=9C0CCC79F4C083D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=9C0CCC79F4C083D2, 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:53:56.267 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:56.268 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8284 06:53:56.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8284 06:53:56.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8284] stopping ... 06:53:56.268 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8284, address /127.0.0.1 06:53:56.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8284] has stopped. 06:53:56.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8284 06:53:56.268 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:56.269 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:56.269 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:56.269 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:56.269 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:56.269 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:56.270 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:56.270 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:56.270 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:56.270 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:56.270 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8285 06:53:56.270 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:56.271 [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:53:56.271 [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:53:56.271 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8285 06:53:56.271 [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:53:56.271 [: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:53:56.271 [: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:53:56.272 [: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:53:56.272 [: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:53:56.272 [: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-34D70AB6B1DC2921], CON-POST MID=10000, Token=34D70AB6B1DC2921, 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:53:56.272 [: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-34D70AB6B1DC2921]] 06:53:56.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 41 bytes to 127.0.0.1:8285 06:53:56.273 [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=34D70AB6B1DC2921, 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:53:56.273 [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:53:56.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-10000] 06:53:56.273 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 06:53:56.273 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 06:53:56.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1506, 127.0.0.1:8280, complete]! 06:53:56.273 [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=34D70AB6B1DC2921, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 06:53:56.273 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8280 06:53:56.274 [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=34D70AB6B1DC2921, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 06:53:56.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 41 bytes from 127.0.0.1:8285 06:53:56.274 [: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:53:56.274 [: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=34D70AB6B1DC2921, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 06:53:56.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8285, complete]! 06:53:56.274 [: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-34D70AB6B1DC2921] 06:53:56.274 [: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:53:56.274 [: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=34D70AB6B1DC2921, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=34D70AB6B1DC2921, 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:53:56.275 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:56.275 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8285 06:53:56.275 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8285 06:53:56.275 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] stopping ... 06:53:56.275 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8285, address /127.0.0.1 06:53:56.275 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] has stopped. 06:53:56.275 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8285 06:53:56.275 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:56.276 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:56.276 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:56.277 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:56.277 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:53:56.277 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:56.278 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:56.278 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:56.278 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:56.278 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:56.278 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8286 06:53:56.278 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:56.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:53:56.278 [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:53:56.278 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8286 06:53:56.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:53:56.279 [: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:53:56.279 [: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:53:56.280 [: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:53:56.280 [: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-57133], CON-POST MID=57133, 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:53:56.280 [: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-D851D507A0212A27], CON-POST MID=57133, Token=D851D507A0212A27, 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:53:56.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8286-57133], KeyToken[127.0.0.1:8286-D851D507A0212A27]] 06:53:56.280 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8286 06:53:56.280 [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=57133, Token=D851D507A0212A27, 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:53:56.280 [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:53:56.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-57133] 06:53:56.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, 127.0.0.1:8280] replace CON-POST MID=57133, Token=D851D507A0212A27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=57133, Token=D851D507A0212A27, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1508, 127.0.0.1:8280] send response NON-2.05 MID=57133, Token=null, OptionSet={}, "server responds hi" 06:53:56.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, 127.0.0.1:8280, complete]! 06:53:56.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1508, 127.0.0.1:8280, complete] completed NON-2.04 MID=57133, Token=D851D507A0212A27, 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:53:56.281 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.282 [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=57133, Token=D851D507A0212A27, 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:53:56.282 [UDP-Receiver-0.0.0.0/0.0.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:53:56.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-57133] 06:53:56.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1507, 127.0.0.1:8286, complete]! 06:53:56.282 [: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-D851D507A0212A27] 06:53:56.282 [: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-57133] 06:53:56.282 [: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=57133, Token=D851D507A0212A27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=57133, Token=D851D507A0212A27, 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:53:56.283 [: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:53:56.283 [: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:53:56.283 [: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:53:56.283 [: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-57134], CON-POST MID=57134, 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:53:56.283 [: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-9CF52BD0908D6582], CON-POST MID=57134, Token=9CF52BD0908D6582, 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:53:56.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8286-57134], KeyToken[127.0.0.1:8286-9CF52BD0908D6582]] 06:53:56.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8286 06:53:56.284 [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=57134, Token=9CF52BD0908D6582, 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:53:56.284 [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:53:56.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-57134] 06:53:56.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, 127.0.0.1:8280] replace CON-POST MID=57134, Token=9CF52BD0908D6582, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=57134, Token=9CF52BD0908D6582, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1510, 127.0.0.1:8280] send response NON-2.05 MID=57134, Token=null, OptionSet={}, "server responds hi" 06:53:56.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, 127.0.0.1:8280, complete]! 06:53:56.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1510, 127.0.0.1:8280, complete] completed NON-2.04 MID=57134, Token=9CF52BD0908D6582, 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:53:56.285 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:53:56.285 [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=57134, Token=9CF52BD0908D6582, 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:53:56.285 [UDP-Receiver-0.0.0.0/0.0.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:53:56.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-57134] 06:53:56.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1509, 127.0.0.1:8286, complete]! 06:53:56.285 [: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-9CF52BD0908D6582] 06:53:56.285 [: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-57134] 06:53:56.285 [: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=57134, Token=9CF52BD0908D6582, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=57134, Token=9CF52BD0908D6582, 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:53:56.286 [: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:53:56.286 [: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:53:56.286 [: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:53:56.286 [: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-57135], CON-POST MID=57135, 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:53:56.286 [: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-A89DC2A45D8495C6], CON-POST MID=57135, Token=A89DC2A45D8495C6, 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:53:56.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8286-57135], KeyToken[127.0.0.1:8286-A89DC2A45D8495C6]] 06:53:56.287 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:53:56.287 [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=57135, Token=A89DC2A45D8495C6, 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:53:56.287 [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:53:56.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-57135] 06:53:56.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.287 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:53:56.287 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:53:56.287 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:53:56.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, 127.0.0.1:8280, complete]! 06:53:56.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1512, 127.0.0.1:8280, complete] completed ACK-4.01 MID=57135, Token=A89DC2A45D8495C6, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:53:56.287 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8280 06:53:56.288 [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=57135, Token=A89DC2A45D8495C6, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:53:56.288 [UDP-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:53:56.288 [: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:53:56.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=57135, Token=A89DC2A45D8495C6, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:53:56.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1511, 127.0.0.1:8286, complete]! 06:53:56.288 [: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-A89DC2A45D8495C6] 06:53:56.288 [: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-57135] 06:53:56.288 [: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=57135, Token=A89DC2A45D8495C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=57135, Token=A89DC2A45D8495C6, 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:53:56.288 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:56.341 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8286 06:53:56.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8286 06:53:56.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8286] stopping ... 06:53:56.341 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8286, address /127.0.0.1 06:53:56.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8286] has stopped. 06:53:56.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8286 06:53:56.341 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:53:56.344 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:56.344 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:56.344 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:56.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:53:56.344 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:56.345 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:56.345 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:56.345 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:56.345 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:56.345 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8287 06:53:56.345 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:56.345 [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:53:56.345 [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:53:56.346 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8287 06:53:56.346 [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:53:56.347 [: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:53:56.347 [: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:53:56.347 [: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:53:56.347 [: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:53:56.347 [: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-7069CB94378587FF], CON-POST MID=10000, Token=7069CB94378587FF, 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:53:56.348 [: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-7069CB94378587FF]] 06:53:56.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 40 bytes to 127.0.0.1:8287 06:53:56.348 [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=7069CB94378587FF, 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:53:56.348 [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:53:56.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-10000] 06:53:56.348 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 06:53:56.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8280, complete]! 06:53:56.348 [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=7069CB94378587FF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 06:53:56.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 66 bytes to 127.0.0.1:8280 06:53:56.349 [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=7069CB94378587FF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 06:53:56.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 66 bytes from 127.0.0.1:8287 06:53:56.349 [: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:53:56.349 [: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=7069CB94378587FF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 06:53:56.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1513, 127.0.0.1:8287, complete]! 06:53:56.349 [: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-7069CB94378587FF] 06:53:56.349 [: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:53:56.349 [: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=7069CB94378587FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=7069CB94378587FF, 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:53:56.350 [: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:53:56.350 [: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:53:56.350 [: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:53:56.350 [: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:53:56.350 [: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-BC19AE30633CD4C1], CON-POST MID=10001, Token=BC19AE30633CD4C1, 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:53:56.350 [: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-BC19AE30633CD4C1]] 06:53:56.350 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 06:53:56.351 [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=BC19AE30633CD4C1, 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:53:56.351 [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:53:56.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-10001] 06:53:56.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:56.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8280] replace CON-POST MID=10001, Token=BC19AE30633CD4C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=BC19AE30633CD4C1, OptionSet={"Object-Security":0x}, "client says hi" 06:53:56.351 [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:53:56.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8280, complete]! 06:53:56.351 [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=BC19AE30633CD4C1, 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:53:56.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:53:56.352 [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=BC19AE30633CD4C1, 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:53:56.352 [UDP-Receiver-0.0.0.0/0.0.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:53:56.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:8287-10001] 06:53:56.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:56.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:53:56.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1515, 127.0.0.1:8287, complete]! 06:53:56.352 [: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-BC19AE30633CD4C1] 06:53:56.352 [: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:53:56.352 [: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=BC19AE30633CD4C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=BC19AE30633CD4C1, 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:53:56.353 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:56.353 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8287 06:53:56.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8287 06:53:56.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] stopping ... 06:53:56.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8287, address /127.0.0.1 06:53:56.354 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] has stopped. 06:53:56.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8287 06:53:56.354 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 06:53:56.354 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:56.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8280 06:53:56.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8280 06:53:56.354 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] stopping ... 06:53:56.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8280, address /0.0.0.0 06:53:56.354 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] has stopped. 06:53:56.354 [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: 2.4 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:53:57.777 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:57.790 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 06:53:57.791 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 06:53:57.792 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreObserveTest 06:53:57.810 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:53:57.914 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 06:53:57.930 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 06:53:57.941 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 06:53:57.942 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 06:53:57.996 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 06:53:58.008 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 06:53:58.008 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 06:53:58.010 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 06:53:58.010 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 06:53:58.011 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 06:53:58.011 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 06:53:58.011 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 06:53:58.011 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 06:53:58.011 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 06:53:58.011 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 06:53:58.011 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 06:53:58.011 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 06:53:58.011 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 06:53:58.011 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. 06:53:58.049 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:58.056 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:58.057 [main] INFO org.eclipse.californium.ban - Started. 06:53:58.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:58.071 [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:53:58.095 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:58.099 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:58.102 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:58.105 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:58.106 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:58.106 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 06:53:58.107 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:58.110 [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:53:58.110 [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:53:58.110 [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:53:58.111 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 06:53:58.144 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.19.255 - eth0. 06:53:58.145 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:58.145 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:58.146 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:58.146 [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:53:58.147 [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:53:58.148 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:58.149 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:58.149 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:58.149 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:58.149 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 06:53:58.149 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:58.150 [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:53:58.150 [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:53:58.150 [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:53:58.150 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 06:53:58.151 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 06:53:58.160 [: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:53:58.160 [: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=77B2FBC4AFF12179, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:53:58.171 [: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=77B2FBC4AFF12179, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=77B2FBC4AFF12179, 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:53:58.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID=49442, Token=77B2FBC4AFF12179, 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:53:58.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=77B2FBC4AFF12179 06:53:58.174 [: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-49442], CON-FETCH MID=49442, Token=77B2FBC4AFF12179, 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:53:58.175 [: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[77B2FBC4AFF12179], CON-FETCH MID=49442, Token=77B2FBC4AFF12179, 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:53:58.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49442], KeyToken[77B2FBC4AFF12179]] 06:53:58.182 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192 06:53:58.185 [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=49442, Token=77B2FBC4AFF12179, 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:53:58.185 [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:53:58.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49442] 06:53:58.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:58.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-FETCH MID=49442, Token=77B2FBC4AFF12179, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=49442, Token=77B2FBC4AFF12179, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:53:58.191 [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:53:58.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 06:53:58.198 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8193-77B2FBC4AFF12179] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 1) 06:53:58.198 [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:53:58.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 06:53:58.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04 MID=49442, Token=77B2FBC4AFF12179, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 06:53:58.205 [UDP-Sender-localhost/127.0.0.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:53:58.207 [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=49442, Token=77B2FBC4AFF12179, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 06:53:58.207 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 32 bytes from 127.0.0.1:8192 06:53:58.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:58.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:58.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 06:53:58.210 [: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[77B2FBC4AFF12179] 06:53:58.210 [: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-49442] 06:53:58.210 [: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=49442, Token=77B2FBC4AFF12179, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=49442, Token=77B2FBC4AFF12179, 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:53:58.212 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID=49442, Token=77B2FBC4AFF12179, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:53:58.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 06:53:58.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID=49442, Token=77B2FBC4AFF12179, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:53:58.846 [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:53:58.848 [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-15265], NON-2.04 MID=15265, Token=77B2FBC4AFF12179, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 06:53:58.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 34 bytes to 127.0.0.1:8193 06:53:58.850 [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=15265, Token=77B2FBC4AFF12179, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 06:53:58.850 [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:53:58.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=77B2FBC4AFF12179: CON-FETCH MID=49442, Token=77B2FBC4AFF12179, 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:53:58.851 [: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=49442, Token=77B2FBC4AFF12179, 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:53:58.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:8192-15265] 06:53:58.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:58.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:53:58.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192, complete]! 06:53:58.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID=15265, Token=77B2FBC4AFF12179, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:53:58.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 06:53:58.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID=15265, Token=77B2FBC4AFF12179, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:53:58.855 [: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:53:58.855 [: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=77B2FBC4AFF12179, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:53:58.857 [: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=77B2FBC4AFF12179, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=77B2FBC4AFF12179, 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:53:58.857 [: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-49443], CON-FETCH MID=49443, Token=77B2FBC4AFF12179, 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:53:58.858 [: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[77B2FBC4AFF12179], CON-FETCH MID=49443, Token=77B2FBC4AFF12179, 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:53:58.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49443], KeyToken[77B2FBC4AFF12179]] 06:53:58.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 45 bytes to 127.0.0.1:8192 06:53:58.860 [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=49443, Token=77B2FBC4AFF12179, 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:53:58.860 [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:53:58.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49443] 06:53:58.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:58.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-FETCH MID=49443, Token=77B2FBC4AFF12179, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=49443, Token=77B2FBC4AFF12179, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:53:58.862 [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:53:58.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8193-77B2FBC4AFF12179] with /oscore/observe2 (Exchange[R2, 127.0.0.1:8193]) 06:53:58.862 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8193-77B2FBC4AFF12179] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 0) 06:53:58.863 [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:53:58.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]! 06:53:58.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04 MID=49443, Token=77B2FBC4AFF12179, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 06:53:58.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 06:53:58.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 30 bytes to 127.0.0.1:8193 06:53:58.865 [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-15265] 06:53:58.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed NON-2.04 MID=15265, Token=77B2FBC4AFF12179, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 06:53:58.866 [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=49443, Token=77B2FBC4AFF12179, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 06:53:58.866 [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:53:58.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:58.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:53:58.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4, 127.0.0.1:8192, complete]! 06:53:58.867 [: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[77B2FBC4AFF12179] 06:53:58.867 [: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-49443] 06:53:58.867 [: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=49443, Token=77B2FBC4AFF12179, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=49443, Token=77B2FBC4AFF12179, 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:53:58.870 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:58.870 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:58.871 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 06:53:58.871 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 06:53:58.871 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 06:53:58.871 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 06:53:58.872 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 06:53:58.872 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 06:53:58.872 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:58.872 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 06:53:58.872 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 06:53:58.872 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 06:53:58.872 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 06:53:58.873 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 06:53:58.873 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 06:53:58.874 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:53:58.875 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:53:58.875 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:58.877 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:53:58.880 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:58.880 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:58.880 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:58.880 [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:53:58.881 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:53:58.882 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:53:58.882 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:58.882 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:58.882 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:53:58.882 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 06:53:58.883 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:58.883 [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:53:58.883 [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:53:58.883 [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:53:58.883 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 06:53:58.886 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:53:58.886 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:53:58.886 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:53:58.886 [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:53:58.887 [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:53:58.887 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:53:58.887 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:53:58.887 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:53:58.888 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:53:58.888 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 06:53:58.888 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:53:58.888 [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:53:58.888 [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:53:58.888 [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:53:58.889 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 06:53:58.889 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap 06:53:58.889 [: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:53:58.889 [: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=8BDE583E021D5EA8, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:53:58.892 [: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=8BDE583E021D5EA8, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=8BDE583E021D5EA8, 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:53:58.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID= 5132, Token=8BDE583E021D5EA8, 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:53:58.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=8BDE583E021D5EA8 06:53:58.893 [: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-5132], CON-FETCH MID= 5132, Token=8BDE583E021D5EA8, 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:53:58.893 [: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[8BDE583E021D5EA8], CON-FETCH MID= 5132, Token=8BDE583E021D5EA8, 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:53:58.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-5132], KeyToken[8BDE583E021D5EA8]] 06:53:58.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8194 06:53:58.895 [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= 5132, Token=8BDE583E021D5EA8, 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:53:58.895 [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:53:58.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-5132] 06:53:58.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:58.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195] replace CON-FETCH MID= 5132, Token=8BDE583E021D5EA8, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID= 5132, Token=8BDE583E021D5EA8, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:53:58.897 [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:53:58.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 06:53:58.897 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8195-8BDE583E021D5EA8] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 1) 06:53:58.898 [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:53:58.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]! 06:53:58.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed ACK-2.04 MID= 5132, Token=8BDE583E021D5EA8, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 06:53:58.899 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8195 06:53:58.901 [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= 5132, Token=8BDE583E021D5EA8, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 06:53:58.901 [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:53:58.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:58.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:58.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6, 127.0.0.1:8194, complete]! 06:53:58.902 [: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[8BDE583E021D5EA8] 06:53:58.902 [: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-5132] 06:53:58.903 [: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= 5132, Token=8BDE583E021D5EA8, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID= 5132, Token=8BDE583E021D5EA8, 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:53:58.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID= 5132, Token=8BDE583E021D5EA8, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:53:58.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 06:53:58.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID= 5132, Token=8BDE583E021D5EA8, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:53:59.631 [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:53:59.633 [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-13641], NON-2.04 MID=13641, Token=8BDE583E021D5EA8, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 06:53:59.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 34 bytes to 127.0.0.1:8195 06:53:59.635 [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=13641, Token=8BDE583E021D5EA8, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 06:53:59.635 [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:53:59.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=8BDE583E021D5EA8: CON-FETCH MID= 5132, Token=8BDE583E021D5EA8, 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:53:59.635 [: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= 5132, Token=8BDE583E021D5EA8, 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:53:59.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:8194-13641] 06:53:59.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:59.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:53:59.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L8, 127.0.0.1:8194, complete]! 06:53:59.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID=13641, Token=8BDE583E021D5EA8, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:53:59.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 06:53:59.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID=13641, Token=8BDE583E021D5EA8, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:53:59.638 [: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:53:59.639 [: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=8BDE583E021D5EA8, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:53:59.640 [: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=8BDE583E021D5EA8, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=8BDE583E021D5EA8, 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:53:59.641 [: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-5133], CON-FETCH MID= 5133, Token=8BDE583E021D5EA8, 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:53:59.641 [: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[8BDE583E021D5EA8], CON-FETCH MID= 5133, Token=8BDE583E021D5EA8, 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:53:59.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-5133], KeyToken[8BDE583E021D5EA8]] 06:53:59.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 45 bytes to 127.0.0.1:8194 06:53:59.643 [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= 5133, Token=8BDE583E021D5EA8, 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:53:59.644 [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:53:59.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-5133] 06:53:59.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:53:59.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195] replace CON-FETCH MID= 5133, Token=8BDE583E021D5EA8, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID= 5133, Token=8BDE583E021D5EA8, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:53:59.646 [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:53:59.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8195-8BDE583E021D5EA8] with /oscore/observe2 (Exchange[R7, 127.0.0.1:8195]) 06:53:59.646 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8195-8BDE583E021D5EA8] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 0) 06:53:59.647 [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:53:59.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195, complete]! 06:53:59.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8195, complete] completed ACK-2.04 MID= 5133, Token=8BDE583E021D5EA8, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 06:53:59.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]! 06:53:59.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 30 bytes to 127.0.0.1:8195 06:53:59.650 [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-13641] 06:53:59.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed NON-2.04 MID=13641, Token=8BDE583E021D5EA8, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 06:53:59.651 [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= 5133, Token=8BDE583E021D5EA8, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 06:53:59.651 [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:53:59.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:53:59.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:53:59.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]! 06:53:59.653 [: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[8BDE583E021D5EA8] 06:53:59.653 [: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-5133] 06:53:59.653 [: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= 5133, Token=8BDE583E021D5EA8, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID= 5133, Token=8BDE583E021D5EA8, 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:53:59.654 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:53:59.654 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:53:59.655 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 06:53:59.655 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 06:53:59.655 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 06:53:59.656 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 06:53:59.656 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 06:53:59.656 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 06:53:59.656 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:53:59.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 06:53:59.656 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 06:53:59.656 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 06:53:59.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 06:53:59.657 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 06:53:59.657 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 06:53:59.658 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:53:59.658 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.853 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:54:05.150 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:54:05.168 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:54:05.201 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:54:05.209 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:54:05.215 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:54:05.218 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: 1.341 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 [ 22.522 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 2.936 s] [INFO] Californium (Cf) BOM ............................... SUCCESS [ 0.093 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 0.304 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 0.388 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 41.061 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [03:00 min] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 36.418 s] [INFO] Californium (Cf) Core .............................. SUCCESS [02:16 min] [INFO] Cf-NAT ............................................. SUCCESS [ 1.918 s] [INFO] Cf-Unix-Health ..................................... SUCCESS [ 2.285 s] [INFO] Cf-Cluster ......................................... SUCCESS [ 3.579 s] [INFO] Cf-command-line-interface .......................... SUCCESS [ 1.638 s] [INFO] Cf-cli-tcp-netty ................................... SUCCESS [ 1.995 s] [INFO] Cf-Encrypt ......................................... SUCCESS [ 1.039 s] [INFO] Californium (Cf) Tests ............................. SUCCESS [ 0.039 s] [INFO] Californium (Cf) Integration Tests ................. SUCCESS [01:01 min] [INFO] Californium (Cf) Interoperability Tests ............ SUCCESS [ 21.414 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 12.027 s] [INFO] Cf-OSCORE .......................................... SUCCESS [ 20.028 s] [INFO] Cf-PubSub .......................................... SUCCESS [ 0.498 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 13.793 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 4.347 s] [INFO] Cf-BenchmarkServer ................................. SUCCESS [ 2.307 s] [INFO] Cf-ObserveBenchmarkClient .......................... SUCCESS [ 1.031 s] [INFO] Cf-CoCoAClient ..................................... SUCCESS [ 0.672 s] [INFO] Cf-ExtendedPlugtestClient .......................... SUCCESS [ 1.889 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 3.176 s] [INFO] Cf-ExtendedPlugtestServer .......................... SUCCESS [ 3.140 s] [INFO] Cf-HelloWorldClient ................................ SUCCESS [ 0.613 s] [INFO] Cf-HelloWorldServer ................................ SUCCESS [ 1.601 s] [INFO] Cf-PlugtestChecker ................................. SUCCESS [ 1.649 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 1.339 s] [INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [ 2.296 s] [INFO] Cf-SecureServer .................................... SUCCESS [ 1.136 s] [INFO] Californium (Cf) Demo Setup for Unix ............... SUCCESS [ 0.143 s] [INFO] Sc-DTLS-Example-Client ............................. SUCCESS [ 0.606 s] [INFO] Sc-DTLS-Example-Server ............................. SUCCESS [ 0.720 s] [INFO] Cf-SimpleFileServer ................................ SUCCESS [ 2.112 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:16 min [INFO] Finished at: 2024-06-01T06:54:44Z [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 [ 6.460 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 4.580 s] [INFO] Californium (Cf) BOM ............................... SUCCESS [ 0.096 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 3.970 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 3.657 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 31.034 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [ 28.339 s] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 12.173 s] [INFO] Californium (Cf) Core .............................. SUCCESS [ 32.190 s] [INFO] Cf-Unix-Health ..................................... SUCCESS [ 10.024 s] [INFO] Cf-command-line-interface .......................... SUCCESS [ 7.726 s] [INFO] Cf-cli-tcp-netty ................................... SUCCESS [ 11.787 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 13.998 s] [INFO] Cf-OSCORE .......................................... SUCCESS [ 8.920 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 10.186 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 1.649 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 19.055 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 13.132 s] [INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [ 41.457 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:23 min [INFO] Finished at: 2024-06-01T06:59:11Z [INFO] ------------------------------------------------------------------------ Recording test results [Checks API] No suitable checks publisher found. Triggering a new build of actinium Triggering a new build of actinium-nightly Triggering a new build of californium.tools Triggering a new build of californium.tools-nightly Finished: SUCCESS